Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Davdtp.c254 } else if (msg_type == BT_AVDTP_REJECT) { in avdtp_set_status()
281 rsp_buf = avdtp_create_reply_pdu(err ? BT_AVDTP_REJECT : BT_AVDTP_ACCEPT, in avdtp_discover_cmd()
384 rsp_buf = avdtp_create_reply_pdu(BT_AVDTP_REJECT, 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()
524 } else if (msg_type == BT_AVDTP_REJECT) { 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()
726 } else if (msg_type == BT_AVDTP_REJECT) { 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.h32 #define BT_AVDTP_REJECT 0x03 macro