Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Davdtp.c252 if (msg_type == BT_AVDTP_ACCEPT) { in avdtp_set_status()
281 rsp_buf = avdtp_create_reply_pdu(err ? BT_AVDTP_REJECT : BT_AVDTP_ACCEPT, in avdtp_discover_cmd()
371 rsp_buf = avdtp_create_reply_pdu(BT_AVDTP_ACCEPT, BT_AVDTP_PACKET_TYPE_SINGLE, in avdtp_get_capabilities_cmd()
475 err ? BT_AVDTP_REJECT : BT_AVDTP_ACCEPT, BT_AVDTP_PACKET_TYPE_SINGLE, in avdtp_process_configuration_cmd()
520 if (msg_type == BT_AVDTP_ACCEPT) { in avdtp_process_configuration_rsp()
588 rsp_buf = avdtp_create_reply_pdu(err ? BT_AVDTP_REJECT : BT_AVDTP_ACCEPT, in avdtp_open_cmd()
685 rsp_buf = avdtp_create_reply_pdu(err ? BT_AVDTP_REJECT : BT_AVDTP_ACCEPT, in avdtp_start_cmd()
724 if (msg_type == BT_AVDTP_ACCEPT) { in avdtp_start_rsp()
763 rsp_buf = avdtp_create_reply_pdu(err ? BT_AVDTP_REJECT : BT_AVDTP_ACCEPT, in avdtp_close_cmd()
842 rsp_buf = avdtp_create_reply_pdu(err ? BT_AVDTP_REJECT : BT_AVDTP_ACCEPT, in avdtp_suspend_cmd()
[all …]
Davdtp_internal.h31 #define BT_AVDTP_ACCEPT 0x02 macro