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.c249 } else if (msg_type == BT_AVDTP_REJECT) { in avdtp_set_status()
279 avdtp_create_reply_pdu(err ? BT_AVDTP_REJECT : BT_AVDTP_ACCEPT, in avdtp_discover_handler()
383 avdtp_create_reply_pdu(BT_AVDTP_REJECT, BT_AVDTP_PACKET_TYPE_SINGLE, in avdtp_get_capabilities_handler()
473 err ? BT_AVDTP_REJECT : BT_AVDTP_ACCEPT, BT_AVDTP_PACKET_TYPE_SINGLE, in avdtp_process_configuration()
513 } else if (msg_type == BT_AVDTP_REJECT) { in avdtp_process_configuration()
542 rsp_buf = avdtp_create_reply_pdu(BT_AVDTP_REJECT, BT_AVDTP_PACKET_TYPE_SINGLE, in avdtp_get_configuration_handler()
586 rsp_buf = avdtp_create_reply_pdu(err ? BT_AVDTP_REJECT : BT_AVDTP_ACCEPT, in avdtp_open_handler()
660 rsp_buf = avdtp_create_reply_pdu(err ? BT_AVDTP_REJECT : BT_AVDTP_ACCEPT, in avdtp_start_handler()
693 } else if (msg_type == BT_AVDTP_REJECT) { in avdtp_start_handler()
734 rsp_buf = avdtp_create_reply_pdu(err ? BT_AVDTP_REJECT : BT_AVDTP_ACCEPT, in avdtp_close_handler()
[all …]
Davdtp_internal.h32 #define BT_AVDTP_REJECT 0x03 macro