Searched refs:avdtp_create_pdu (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | avdtp.c | 1006 static struct net_buf *avdtp_create_pdu(uint8_t msg_type, uint8_t pkt_type, uint8_t sig_id) in avdtp_create_pdu() function 1316 buf = avdtp_create_pdu(BT_AVDTP_CMD, BT_AVDTP_PACKET_TYPE_SINGLE, BT_AVDTP_DISCOVER); in bt_avdtp_discover() 1355 buf = avdtp_create_pdu(BT_AVDTP_CMD, BT_AVDTP_PACKET_TYPE_SINGLE, in bt_avdtp_get_capabilities() 1443 buf = avdtp_create_pdu(BT_AVDTP_CMD, BT_AVDTP_PACKET_TYPE_SINGLE, cmd); in avdtp_process_configure_command() 1516 buf = avdtp_create_pdu(BT_AVDTP_CMD, BT_AVDTP_PACKET_TYPE_SINGLE, ctrl); in bt_avdtp_ctrl()
|