Lines Matching refs:bt_tbs_call
75 struct bt_tbs_call calls[CONFIG_BT_TBS_MAX_CALLS];
114 static struct bt_tbs_call *held_calls[CONFIG_BT_TBS_MAX_CALLS];
166 static struct bt_tbs_call *lookup_call_in_inst(struct tbs_inst *inst, uint8_t call_index) in lookup_call_in_inst()
187 static struct bt_tbs_call *lookup_call(uint8_t call_index) in lookup_call()
189 struct bt_tbs_call *call; in lookup_call()
472 const struct bt_tbs_call *call; in next_free_call_index()
493 static struct bt_tbs_call *call_alloc(struct tbs_inst *inst, uint8_t state, const uint8_t *uri, in call_alloc()
496 struct bt_tbs_call *free_call = NULL; in call_alloc()
524 static void call_free(struct bt_tbs_call *call) in call_free()
531 const struct bt_tbs_call *call; in net_buf_put_call_states_by_inst()
532 const struct bt_tbs_call *calls; in net_buf_put_call_states_by_inst()
574 const struct bt_tbs_call *call; in net_buf_put_current_calls_by_inst()
575 const struct bt_tbs_call *calls; in net_buf_put_current_calls_by_inst()
1247 struct bt_tbs_call *call = lookup_call_in_inst(inst, ccp->call_index); in accept_call()
1267 struct bt_tbs_call *call = lookup_call_in_inst(inst, ccp->call_index); in terminate_call()
1288 struct bt_tbs_call *call = lookup_call_in_inst(inst, ccp->call_index); in tbs_hold_call()
1313 struct bt_tbs_call *call = lookup_call_in_inst(inst, ccp->call_index); in retrieve_call()
1339 struct bt_tbs_call *call; in originate_call()
1370 struct bt_tbs_call *joined_calls[CONFIG_BT_TBS_MAX_CALLS]; in join_calls()
1462 struct bt_tbs_call *call; in notify_app()
1678 const struct bt_tbs_call *call = lookup_call(call_index); in write_call_cp()
2358 struct bt_tbs_call *call; in bt_tbs_remote_answer()
2397 struct bt_tbs_call *call; in bt_tbs_remote_hold()
2440 struct bt_tbs_call *call; in bt_tbs_remote_retrieve()
2535 const char *friendly_name, const struct bt_tbs_call *call) in tbs_inst_remote_incoming()
2563 struct bt_tbs_call *call = NULL; in bt_tbs_remote_incoming()
2848 struct bt_tbs_call *call = &svc_insts[i].calls[j]; in bt_tbs_dbg_print_calls()