Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Davdtp.c33 #define AVDTP_SIGID_MASK 0x3f macro
38 #define AVDTP_GET_SIG_ID(s) (s & AVDTP_SIGID_MASK)
239 hdr->signal_id = sig_id & AVDTP_SIGID_MASK; in avdtp_create_reply_pdu()
1020 hdr->signal_id = sig_id & AVDTP_SIGID_MASK; in avdtp_create_pdu()