Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/classic/
Da2dp.h560 int (*abort_req)(struct bt_a2dp_stream *stream, uint8_t *rsp_err_code); member
/Zephyr-latest/subsys/bluetooth/host/classic/
Da2dp.c387 req_cb = a2dp_cb != NULL ? a2dp_cb->abort_req : NULL; in a2dp_abort_ind()