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.c247 if (msg_type == BT_AVDTP_ACCEPT) { in avdtp_set_status()
279 avdtp_create_reply_pdu(err ? BT_AVDTP_REJECT : BT_AVDTP_ACCEPT, in avdtp_discover_handler()
317 if (msg_type == BT_AVDTP_ACCEPT) { in avdtp_discover_handler()
369 avdtp_create_reply_pdu(BT_AVDTP_ACCEPT, BT_AVDTP_PACKET_TYPE_SINGLE, in avdtp_get_capabilities_handler()
411 if (msg_type == BT_AVDTP_ACCEPT) { in avdtp_get_capabilities_handler()
473 err ? BT_AVDTP_REJECT : BT_AVDTP_ACCEPT, BT_AVDTP_PACKET_TYPE_SINGLE, in avdtp_process_configuration()
509 if (msg_type == BT_AVDTP_ACCEPT) { in avdtp_process_configuration()
586 rsp_buf = avdtp_create_reply_pdu(err ? BT_AVDTP_REJECT : BT_AVDTP_ACCEPT, in avdtp_open_handler()
621 if (msg_type == 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()
[all …]
Davdtp_internal.h31 #define BT_AVDTP_ACCEPT 0x02 macro