Home
last modified time | relevance | path

Searched refs:bt_tbs_call (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/audio/
Dtbs.c58 struct bt_tbs_call calls[CONFIG_BT_TBS_MAX_CALLS];
83 static struct bt_tbs_call *held_calls[CONFIG_BT_TBS_MAX_CALLS];
135 static struct bt_tbs_call *lookup_call_in_inst(struct tbs_inst *inst, uint8_t call_index) in lookup_call_in_inst()
156 static struct bt_tbs_call *lookup_call(uint8_t call_index) in lookup_call()
158 struct bt_tbs_call *call; in lookup_call()
332 const struct bt_tbs_call *call; in next_free_call_index()
353 static struct bt_tbs_call *call_alloc(struct tbs_inst *inst, uint8_t state, const uint8_t *uri, in call_alloc()
356 struct bt_tbs_call *free_call = NULL; in call_alloc()
384 static void call_free(struct bt_tbs_call *call) in call_free()
391 const struct bt_tbs_call *call; in net_buf_put_call_states_by_inst()
[all …]
Dtbs_internal.h214 struct bt_tbs_call { struct