Searched refs:AVDTP_TID_POSITION (Results 1 – 1 of 1) sorted by relevance
32 #define AVDTP_TID_POSITION 0x04 macro35 #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()