Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/classic/
Da2dp.h538 int (*suspend_req)(struct bt_a2dp_stream *stream, uint8_t *rsp_err_code); member
/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Da2dp.c473 .suspend_req = app_suspend_req,
/Zephyr-latest/subsys/bluetooth/host/classic/
Da2dp.c364 req_cb = a2dp_cb != NULL ? a2dp_cb->suspend_req : NULL; in a2dp_suspend_ind()