Home
last modified time | relevance | path

Searched defs:active_proc (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/audio/
Dcap_commander.c121 struct bt_cap_common_proc *active_proc = bt_cap_common_get_active_proc(); in cap_commander_broadcast_assistant_add_src_cb() local
333 struct bt_cap_common_proc *active_proc; in bt_cap_commander_broadcast_reception_start() local
421 struct bt_cap_common_proc *active_proc = bt_cap_common_get_active_proc(); in cap_commander_broadcast_assistant_recv_state_cb() local
457 struct bt_cap_common_proc *active_proc = bt_cap_common_get_active_proc(); in cap_commander_broadcast_assistant_rem_src_cb() local
507 struct bt_cap_common_proc *active_proc = bt_cap_common_get_active_proc(); in cap_commander_broadcast_assistant_mod_src_cb() local
605 struct bt_cap_common_proc *active_proc; in bt_cap_commander_broadcast_reception_stop() local
677 struct bt_cap_common_proc *active_proc = bt_cap_common_get_active_proc(); in cap_commander_broadcast_assistant_set_broadcast_code_cb() local
786 struct bt_cap_common_proc *active_proc; in bt_cap_commander_distribute_broadcast_code() local
860 struct bt_cap_common_proc *active_proc = bt_cap_common_get_active_proc(); in cap_commander_proc_complete() local
1025 struct bt_cap_common_proc *active_proc = bt_cap_common_get_active_proc(); in cap_commander_vcp_vol_set_cb() local
[all …]
Dcap_initiator.c479 struct bt_cap_common_proc *active_proc = bt_cap_common_get_active_proc(); in set_cap_stream_in_progress() local
497 get_proc_param_by_cap_stream(struct bt_cap_common_proc *active_proc, in get_proc_param_by_cap_stream()
509 static void update_proc_done_cnt(struct bt_cap_common_proc *active_proc) in update_proc_done_cnt()
658 get_next_proc_param(struct bt_cap_common_proc *active_proc) in get_next_proc_param()
863 struct bt_cap_common_proc *active_proc = bt_cap_common_get_active_proc(); in cap_initiator_unicast_audio_proc_complete() local
912 struct bt_cap_common_proc *active_proc = bt_cap_common_get_active_proc(); in bt_cap_initiator_cp_cb() local
939 struct bt_cap_common_proc *active_proc = bt_cap_common_get_active_proc(); in cap_initiator_unicast_audio_configure() local
1043 struct bt_cap_common_proc *active_proc = bt_cap_common_get_active_proc(); in bt_cap_initiator_codec_configured() local
1194 struct bt_cap_common_proc *active_proc = bt_cap_common_get_active_proc(); in bt_cap_initiator_qos_configured() local
1284 struct bt_cap_common_proc *active_proc = bt_cap_common_get_active_proc(); in bt_cap_initiator_enabled() local
[all …]
Dcap_common.c34 static struct bt_cap_common_proc active_proc; variable