Home
last modified time | relevance | path

Searched refs:BT_AVCTP_HDR_GET_CR (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/classic/
Davctp.c93 cr = BT_AVCTP_HDR_GET_CR(hdr); in avctp_l2cap_recv()
185 LOG_DBG("cr:0x%lX, tid:0x%02lX", BT_AVCTP_HDR_GET_CR(hdr), in bt_avctp_create_pdu()
Davctp_internal.h46 #define BT_AVCTP_HDR_GET_CR(hdr) FIELD_GET(BIT(1), ((hdr)->byte0)) macro
Davrcp.c339 cr = BT_AVCTP_HDR_GET_CR(avctp_hdr); in avrcp_recv()
523 bt_avctp_cr_t cr = BT_AVCTP_HDR_GET_CR(avctp_hdr); in avrcp_send()