Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/host/classic/
Davdtp.c235 } else if (msg_type == BT_AVDTP_GEN_REJECT) { in avdtp_discover_handler()
324 } else if (msg_type == BT_AVDTP_GEN_REJECT) { in avdtp_get_capabilities_handler()
405 } else if (msg_type == BT_AVDTP_GEN_REJECT) { in avdtp_process_configuration()
514 } else if (msg_type == BT_AVDTP_GEN_REJECT) { in avdtp_open_handler()
593 } else if (msg_type == BT_AVDTP_GEN_REJECT) { in avdtp_start_handler()
Davdtp_internal.h30 #define BT_AVDTP_GEN_REJECT 0x01 macro