Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_media.rs138 fn on_lea_group_status(&mut self, group_id: i32, status: BtLeAudioGroupStatus) { in on_lea_group_status() method
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcallbacks.rs1445 fn on_lea_group_status(&mut self, _group_id: i32, _status: BtLeAudioGroupStatus) {} in on_lea_group_status() method
Ddbus_iface.rs2934 fn on_lea_group_status(&mut self, group_id: i32, status: BtLeAudioGroupStatus) {} in on_lea_group_status() method
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_media.rs270 fn on_lea_group_status(&mut self, group_id: i32, status: BtLeAudioGroupStatus); in on_lea_group_status() method
1045 callback.on_lea_group_status(group_id, status); in dispatch_le_audio_callbacks()