Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Davdtp.c32 #define AVDTP_TID_POSITION 0x04 macro
35 #define AVDTP_GET_TR_ID(hdr) ((hdr & 0xf0) >> AVDTP_TID_POSITION)
238 hdr->hdr = (msg_type | pkt_type << AVDTP_PKT_POSITION | tid << AVDTP_TID_POSITION); in avdtp_create_reply_pdu()
1018 hdr->hdr = (msg_type | pkt_type << AVDTP_PKT_POSITION | tid++ << AVDTP_TID_POSITION); in avdtp_create_pdu()