/packages/modules/Bluetooth/system/gd/rust/topshim/src/profiles/ |
D | avrcp.rs | 1 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()
|
D | csis.rs | 1 use crate::btif::{BluetoothInterface, RawAddress, ToggleableProfile, Uuid}; 153 pub fn new(intf: &BluetoothInterface) -> CsisClient { in new()
|
D | hf_client.rs | 2 use crate::btif::{BluetoothInterface, BtStatus, RawAddress, SupportedProfiles, ToggleableProfile}; 129 pub fn new(intf: &BluetoothInterface) -> HfClient { in new()
|
D | vc.rs | 1 use crate::btif::{BluetoothInterface, RawAddress, ToggleableProfile}; 195 pub fn new(intf: &BluetoothInterface) -> VolumeControl { in new()
|
D | a2dp.rs | 1 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()
|
D | socket.rs | 11 use crate::btif::{BluetoothInterface, BtStatus, RawAddress, SupportedProfiles, Uuid}; 144 pub fn new(intf: &BluetoothInterface) -> Self { in new()
|
D | hid_host.rs | 3 BluetoothInterface, BtAddrType, BtStatus, BtTransport, RawAddress, SupportedProfiles, 205 pub fn new(intf: &BluetoothInterface) -> HidHost { in new()
|
D | hfp.rs | 1 use crate::btif::{BluetoothInterface, BtStatus, RawAddress, ToggleableProfile}; 445 pub fn new(intf: &BluetoothInterface) -> Hfp { in new()
|
D | sdp.rs | 11 ascii_to_string, ptr_to_vec, BluetoothInterface, BtStatus, RawAddress, SupportedProfiles, Uuid, 454 pub fn new(intf: &BluetoothInterface) -> Sdp { in new()
|
D | le_audio.rs | 1 use crate::btif::{BluetoothInterface, RawAddress, ToggleableProfile}; 595 pub fn new(intf: &BluetoothInterface) -> LeAudioClient { in new()
|
D | gatt.rs | 2 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/ |
D | suspend.rs | 10 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
|
D | socket_manager.rs | 4 BluetoothInterface, BtStatus, DisplayAddress, DisplayUuid, RawAddress, Uuid, 531 intf: Arc<Mutex<BluetoothInterface>>, in new() argument
|
D | bluetooth.rs | 4 BaseCallbacks, BaseCallbacksDispatcher, BluetoothInterface, BluetoothProperty, BtAclState, 587 intf: Arc<Mutex<BluetoothInterface>>, 644 intf: Arc<Mutex<BluetoothInterface>>, in new() argument
|
D | bluetooth_media.rs | 4 BluetoothInterface, BtBondState, BtStatus, BtTransport, DisplayAddress, RawAddress, 519 intf: Arc<Mutex<BluetoothInterface>>, in new() argument
|
D | bluetooth_gatt.rs | 6 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/ |
D | btif.rs | 1199 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()
|