Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Davctp_internal.h71 #define BT_AVCTP_HDR_SET_IPID(hdr, ipid) \ argument
72 (hdr)->byte0 = (((hdr)->byte0) & ~BIT(0)) | FIELD_PREP(BIT(0), (ipid))
105 bt_avctp_pkt_type_t pkt_type, bt_avctp_ipid_t ipid,
Davctp.c160 bt_avctp_pkt_type_t pkt_type, bt_avctp_ipid_t ipid, in bt_avctp_create_pdu() argument
178 BT_AVCTP_HDR_SET_IPID(hdr, ipid); in bt_avctp_create_pdu()