Searched refs:join_calls (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/samples/bluetooth/tmap_central/src/ |
D | ccp_server.c | 43 .join_calls = NULL,
|
/Zephyr-latest/include/zephyr/bluetooth/audio/ |
D | tbs.h | 275 bt_tbs_join_calls_cb join_calls; member 718 bt_tbs_client_cp_cb join_calls; member
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | tbs_test.c | 92 .join_calls = tbs_join_calls_cb,
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | tbs.c | 971 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()
|
D | tbs_client.c | 345 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/ |
D | btp_ccp.c | 304 .join_calls = tbs_client_cp_cb,
|