Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/include/zephyr/bluetooth/audio/
Dtbs.h379 typedef void (*bt_tbs_client_cp_cb)(struct bt_conn *conn, int err, typedef
458 bt_tbs_client_cp_cb originate_call;
461 bt_tbs_client_cp_cb terminate_call;
464 bt_tbs_client_cp_cb hold_call;
467 bt_tbs_client_cp_cb accept_call;
470 bt_tbs_client_cp_cb retrieve_call;
473 bt_tbs_client_cp_cb join_calls;
/Zephyr-Core-3.4.0/subsys/bluetooth/audio/
Dtbs_client.c253 bt_tbs_client_cp_cb cp_cb = NULL; in call_cp_callback_handler()