Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/classic/
Da2dp.h493 int (*release_req)(struct bt_a2dp_stream *stream, uint8_t *rsp_err_code); member
/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Da2dp.c469 .release_req = app_release_req,
/Zephyr-latest/subsys/bluetooth/host/classic/
Da2dp.c377 req_cb = a2dp_cb != NULL ? a2dp_cb->release_req : NULL; in a2dp_close_ind()