Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Davdtp.c227 static struct net_buf *avdtp_create_reply_pdu(uint8_t msg_type, uint8_t pkt_type, uint8_t sig_id, in avdtp_create_reply_pdu() argument
244 hdr->signal_id = sig_id & AVDTP_SIGID_MASK; in avdtp_create_reply_pdu()
1054 static struct net_buf *avdtp_create_pdu(uint8_t msg_type, uint8_t pkt_type, uint8_t sig_id) in avdtp_create_pdu() argument
1068 hdr->signal_id = sig_id & AVDTP_SIGID_MASK; in avdtp_create_pdu()