Home
last modified time | relevance | path

Searched refs:join_calls (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.5.0/samples/bluetooth/tmap_central/src/
Dccp_server.c41 .join_calls = NULL,
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/audio/
Dtbs.h143 bt_tbs_join_calls_cb join_calls; member
473 bt_tbs_client_cp_cb join_calls; member
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/audio/src/
Dtbs_test.c82 .join_calls = tbs_join_calls_cb,
/Zephyr-Core-3.5.0/subsys/bluetooth/audio/
Dtbs.c1094 static uint8_t join_calls(struct tbs_service_inst *inst, in join_calls() function
1233 if (tbs_cbs->join_calls != NULL) { in notify_app()
1234 tbs_cbs->join_calls(conn, call_index_cnt, in notify_app()
1396 status = join_calls(inst, &ccp->join, call_index_cnt); in write_call_cp()
1918 status = join_calls(inst, ccp, call_index_cnt); in bt_tbs_join()
Dtbs_client.c316 cp_cb = tbs_client_cbs->join_calls; in call_cp_callback_handler()