Home
last modified time | relevance | path

Searched refs:BluetoothInterface (Results 1 – 17 of 17) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/
Davrcp.rs1 use crate::btif::{BluetoothInterface, BtStatus, RawAddress, SupportedProfiles, ToggleableProfile};
151 pub fn new(intf: &BluetoothInterface) -> Avrcp { in new()
276 pub fn new(intf: &BluetoothInterface) -> AvrcpCtrl { in new()
Dcsis.rs1 use crate::btif::{BluetoothInterface, RawAddress, ToggleableProfile, Uuid};
153 pub fn new(intf: &BluetoothInterface) -> CsisClient { in new()
Dhf_client.rs2 use crate::btif::{BluetoothInterface, BtStatus, RawAddress, SupportedProfiles, ToggleableProfile};
129 pub fn new(intf: &BluetoothInterface) -> HfClient { in new()
Dvc.rs1 use crate::btif::{BluetoothInterface, RawAddress, ToggleableProfile};
195 pub fn new(intf: &BluetoothInterface) -> VolumeControl { in new()
Da2dp.rs1 use crate::btif::{BluetoothInterface, BtStatus, RawAddress, ToggleableProfile};
380 pub fn new(intf: &BluetoothInterface) -> A2dp { in new()
515 pub fn new(intf: &BluetoothInterface) -> A2dpSink { in new()
Dsocket.rs11 use crate::btif::{BluetoothInterface, BtStatus, RawAddress, SupportedProfiles, Uuid};
144 pub fn new(intf: &BluetoothInterface) -> Self { in new()
Dhid_host.rs3 BluetoothInterface, BtAddrType, BtStatus, BtTransport, RawAddress, SupportedProfiles,
205 pub fn new(intf: &BluetoothInterface) -> HidHost { in new()
Dhfp.rs1 use crate::btif::{BluetoothInterface, BtStatus, RawAddress, ToggleableProfile};
445 pub fn new(intf: &BluetoothInterface) -> Hfp { in new()
Dsdp.rs11 ascii_to_string, ptr_to_vec, BluetoothInterface, BtStatus, RawAddress, SupportedProfiles, Uuid,
454 pub fn new(intf: &BluetoothInterface) -> Sdp { in new()
Dle_audio.rs1 use crate::btif::{BluetoothInterface, RawAddress, ToggleableProfile};
595 pub fn new(intf: &BluetoothInterface) -> LeAudioClient { in new()
Dgatt.rs2 use crate::btif::{ptr_to_vec, BluetoothInterface, BtStatus, RawAddress, SupportedProfiles, Uuid};
1863 pub fn new(intf: &BluetoothInterface) -> Gatt { in new()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dsuspend.rs10 use bt_topshim::btif::{BluetoothInterface, BtStatus, RawAddress};
153 intf: Arc<Mutex<BluetoothInterface>>,
172 intf: Arc<Mutex<BluetoothInterface>>, in new() argument
291 intf: Arc<Mutex<BluetoothInterface>>, in all_acls_disconnected() argument
Dsocket_manager.rs4 BluetoothInterface, BtStatus, DisplayAddress, DisplayUuid, RawAddress, Uuid,
531 intf: Arc<Mutex<BluetoothInterface>>, in new() argument
Dbluetooth.rs4 BaseCallbacks, BaseCallbacksDispatcher, BluetoothInterface, BluetoothProperty, BtAclState,
587 intf: Arc<Mutex<BluetoothInterface>>,
644 intf: Arc<Mutex<BluetoothInterface>>, in new() argument
Dbluetooth_media.rs4 BluetoothInterface, BtBondState, BtStatus, BtTransport, DisplayAddress, RawAddress,
519 intf: Arc<Mutex<BluetoothInterface>>, in new() argument
Dbluetooth_gatt.rs6 BluetoothInterface, BtStatus, BtTransport, DisplayAddress, DisplayUuid, RawAddress, Uuid,
1382 pub fn new(intf: Arc<Mutex<BluetoothInterface>>, tx: Sender<Message>) -> BluetoothGatt { in new() argument
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs1199 pub struct BluetoothInterface { struct
1210 impl BluetoothInterface { argument
1483 impl Debug for BluetoothInterface { implementation
1495 pub fn get_btinterface() -> BluetoothInterface { in get_btinterface()
1499 BluetoothInterface { in get_btinterface()