Home
last modified time | relevance | path

Searched refs:BT_AVDTP_SUCCESS (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/classic/
Davdtp.h23 BT_AVDTP_SUCCESS = 0x00, enumerator
/Zephyr-latest/subsys/bluetooth/host/classic/
Davdtp.c140 req->status = BT_AVDTP_SUCCESS; in bt_avdtp_media_l2cap_connected()
170 req->status = BT_AVDTP_SUCCESS; in bt_avdtp_media_l2cap_disconnected()
253 req->status = BT_AVDTP_SUCCESS; in avdtp_set_status()
534 if (req->status == BT_AVDTP_SUCCESS) { in avdtp_process_configuration_rsp()
630 if (req->status == BT_AVDTP_SUCCESS) { in avdtp_open_rsp()
639 if (req->status != BT_AVDTP_SUCCESS) { in avdtp_open_rsp()
730 if (req->status == BT_AVDTP_SUCCESS) { in avdtp_start_rsp()
805 if (req->status == BT_AVDTP_SUCCESS) { in avdtp_close_rsp()
887 if (req->status == BT_AVDTP_SUCCESS) { in avdtp_suspend_rsp()
978 if (req->status == BT_AVDTP_SUCCESS) { in avdtp_abort_rsp()
Davdtp_internal.h67 #define BT_AVDTP_SUCCESS 0x00 macro