Searched refs:join_calls (Results 1 – 6 of 6) sorted by relevance
| /Zephyr-latest/samples/bluetooth/tmap_central/src/ |
| D | ccp_call_control_server.c | 43 .join_calls = NULL,
|
| /Zephyr-latest/include/zephyr/bluetooth/audio/ |
| D | tbs.h | 275 bt_tbs_join_calls_cb join_calls; member 719 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 | 1367 static uint8_t join_calls(struct tbs_inst *inst, const struct bt_tbs_call_cp_join *ccp, in join_calls() function 1491 if (tbs_cbs->join_calls != NULL) { in notify_app() 1492 tbs_cbs->join_calls(conn, call_index_cnt, ccp->join.call_indexes); in notify_app() 1663 status = join_calls(tbs, &ccp->join, call_index_cnt); in write_call_cp() 2342 status = join_calls(inst, ccp, call_index_cnt); in bt_tbs_join()
|
| D | tbs_client.c | 344 if (listener->join_calls != NULL) { in call_cp_callback_handler() 345 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,
|