Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/tmap_central/src/
Dccp_server.c43 .join_calls = NULL,
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dtbs.h275 bt_tbs_join_calls_cb join_calls; member
718 bt_tbs_client_cp_cb join_calls; member
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dtbs_test.c92 .join_calls = tbs_join_calls_cb,
/Zephyr-latest/subsys/bluetooth/audio/
Dtbs.c971 static uint8_t join_calls(struct tbs_inst *inst, const struct bt_tbs_call_cp_join *ccp, in join_calls() function
1099 if (tbs_cbs->join_calls != NULL) { in notify_app()
1100 tbs_cbs->join_calls(conn, call_index_cnt, ccp->join.call_indexes); in notify_app()
1257 status = join_calls(tbs, &ccp->join, call_index_cnt); in write_call_cp()
1838 status = join_calls(inst, ccp, call_index_cnt); in bt_tbs_join()
Dtbs_client.c345 if (listener->join_calls != NULL) { in call_cp_callback_handler()
346 listener->join_calls(conn, err, index, call_index); in call_cp_callback_handler()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_ccp.c304 .join_calls = tbs_client_cp_cb,