Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/classic/
Da2dp.h547 void (*suspend_rsp)(struct bt_a2dp_stream *stream, uint8_t rsp_err_code); member
/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Da2dp.c473 .suspend_rsp = app_suspend_rsp,
/Zephyr-latest/subsys/bluetooth/host/classic/
Da2dp.c700 bt_a2dp_rsp_cb rsp_cb = a2dp_cb != NULL ? a2dp_cb->suspend_rsp : NULL; in bt_a2dp_suspend_cb()