Home
last modified time | relevance | path

Searched defs:call (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/subsys/bluetooth/audio/
Dtbs.c189 struct bt_tbs_call *call; in lookup_call() local
472 const struct bt_tbs_call *call; in next_free_call_index() local
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() local
574 const struct bt_tbs_call *call; in net_buf_put_current_calls_by_inst() local
1247 struct bt_tbs_call *call = lookup_call_in_inst(inst, ccp->call_index); in accept_call() local
1267 struct bt_tbs_call *call = lookup_call_in_inst(inst, ccp->call_index); in terminate_call() local
1288 struct bt_tbs_call *call = lookup_call_in_inst(inst, ccp->call_index); in tbs_hold_call() local
1313 struct bt_tbs_call *call = lookup_call_in_inst(inst, ccp->call_index); in retrieve_call() local
1339 struct bt_tbs_call *call; in originate_call() local
[all …]
Dtbs_client.c206 struct bt_tbs_client_call *call) in net_buf_pull_call()
269 struct bt_tbs_client_call *call; in bearer_list_current_calls() local
/Zephyr-latest/samples/bluetooth/handsfree/src/
Dmain.c37 static void call(struct bt_conn *conn, uint32_t value) in call() function
/Zephyr-latest/include/zephyr/bluetooth/classic/
Dhfp_hf.h100 void (*call)(struct bt_conn *conn, uint32_t value); member
/Zephyr-latest/scripts/west_commands/runners/
Dcore.py853 def call(self, cmd: list[str], **kwargs) -> int: member in ZephyrBinaryRunner