Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/host/classic/
Davdtp.c191 BT_AVDTP_REJECT : BT_AVDTP_ACCEPT, in avdtp_discover_handler()
230 if (msg_type == BT_AVDTP_ACCEPT) { in avdtp_discover_handler()
273 rsp_buf = avdtp_create_reply_pdu(BT_AVDTP_ACCEPT, in avdtp_get_capabilities_handler()
317 if (msg_type == BT_AVDTP_ACCEPT) { in avdtp_get_capabilities_handler()
363 BT_AVDTP_REJECT : BT_AVDTP_ACCEPT, in avdtp_process_configuration()
398 if (msg_type == BT_AVDTP_ACCEPT) { in avdtp_process_configuration()
474 BT_AVDTP_REJECT : BT_AVDTP_ACCEPT, in avdtp_open_handler()
506 if (msg_type == BT_AVDTP_ACCEPT) { in avdtp_open_handler()
551 BT_AVDTP_REJECT : BT_AVDTP_ACCEPT, in avdtp_start_handler()
581 if (msg_type == BT_AVDTP_ACCEPT) { in avdtp_start_handler()
[all …]
Davdtp_internal.h31 #define BT_AVDTP_ACCEPT 0x02 macro