Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/bluetooth/audio/
Dtbs.c143 struct bt_tbs_call *call = lookup_call_in_inst(&svc_insts[i], in lookup_call() local
311 const struct bt_tbs_call *call = lookup_call(next_call_index); in next_free_call_index() local
331 const struct bt_tbs_call *call; in net_buf_put_call_state() local
379 const struct bt_tbs_call *call; in net_buf_put_current_calls() local
944 struct bt_tbs_call *call = lookup_call_in_inst(inst, ccp->call_index); in accept_call() local
965 struct bt_tbs_call *call = lookup_call_in_inst(inst, ccp->call_index); in terminate_call() local
980 struct bt_tbs_call *call = lookup_call_in_inst(inst, ccp->call_index); in tbs_hold_call() local
1006 struct bt_tbs_call *call = lookup_call_in_inst(inst, ccp->call_index); in retrieve_call() local
1033 struct bt_tbs_call *call = NULL; in originate_call() local
1195 struct bt_tbs_call *call; in notify_app() local
[all …]
Dtbs_client.c195 struct bt_tbs_client_call *call) in net_buf_pull_call()
246 struct bt_tbs_client_call *call; in bearer_list_current_calls() local
/Zephyr-Core-3.5.0/samples/bluetooth/handsfree/src/
Dmain.c36 static void call(struct bt_conn *conn, uint32_t value) in call() function
/Zephyr-Core-3.5.0/include/zephyr/bluetooth/
Dhfp_hf.h82 void (*call)(struct bt_conn *conn, uint32_t value); member
/Zephyr-Core-3.5.0/scripts/west_commands/runners/
Dcore.py711 def call(self, cmd: List[str], **kwargs) -> int: member in ZephyrBinaryRunner