Home
last modified time | relevance | path

Searched refs:BT_RFCOMM_GET_MSG_CR (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/classic/
Drfcomm_internal.h148 #define BT_RFCOMM_GET_MSG_CR(type) (((type) & 0x02) >> 1) macro
Drfcomm.c1324 cr = BT_RFCOMM_GET_MSG_CR(hdr->type); in rfcomm_handle_msg()