Home
last modified time | relevance | path

Searched refs:bt_cap_common_proc (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/bluetooth/audio/
Dcap_commander.c120 struct bt_cap_common_proc *active_proc = bt_cap_common_get_active_proc(); in cap_commander_broadcast_assistant_add_src_cb()
332 struct bt_cap_common_proc *active_proc; in bt_cap_commander_broadcast_reception_start()
420 struct bt_cap_common_proc *active_proc = bt_cap_common_get_active_proc(); in cap_commander_broadcast_assistant_recv_state_cb()
456 struct bt_cap_common_proc *active_proc = bt_cap_common_get_active_proc(); in cap_commander_broadcast_assistant_rem_src_cb()
506 struct bt_cap_common_proc *active_proc = bt_cap_common_get_active_proc(); in cap_commander_broadcast_assistant_mod_src_cb()
604 struct bt_cap_common_proc *active_proc; in bt_cap_commander_broadcast_reception_stop()
676 struct bt_cap_common_proc *active_proc = bt_cap_common_get_active_proc(); in cap_commander_broadcast_assistant_set_broadcast_code_cb()
785 struct bt_cap_common_proc *active_proc; in bt_cap_commander_distribute_broadcast_code()
859 struct bt_cap_common_proc *active_proc = bt_cap_common_get_active_proc(); in cap_commander_proc_complete()
1024 struct bt_cap_common_proc *active_proc = bt_cap_common_get_active_proc(); in cap_commander_vcp_vol_set_cb()
[all …]
Dcap_initiator.c479 struct bt_cap_common_proc *active_proc = bt_cap_common_get_active_proc(); in set_cap_stream_in_progress()
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()
912 struct bt_cap_common_proc *active_proc = bt_cap_common_get_active_proc(); in bt_cap_initiator_cp_cb()
939 struct bt_cap_common_proc *active_proc = bt_cap_common_get_active_proc(); in cap_initiator_unicast_audio_configure()
1043 struct bt_cap_common_proc *active_proc = bt_cap_common_get_active_proc(); in bt_cap_initiator_codec_configured()
1194 struct bt_cap_common_proc *active_proc = bt_cap_common_get_active_proc(); in bt_cap_initiator_qos_configured()
1284 struct bt_cap_common_proc *active_proc = bt_cap_common_get_active_proc(); in bt_cap_initiator_enabled()
[all …]
Dcap_internal.h179 struct bt_cap_common_proc { struct
204 struct bt_cap_common_proc *bt_cap_common_get_active_proc(void); argument
Dcap_common.c34 static struct bt_cap_common_proc active_proc;
36 struct bt_cap_common_proc *bt_cap_common_get_active_proc(void) in bt_cap_common_get_active_proc()