Home
last modified time | relevance | path

Searched defs:BluetoothManager (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Dbluetooth_manager.rs18 pub struct BluetoothManager { struct
20 callbacks: HashMap<u32, Box<dyn IBluetoothManagerCallback + Send>>, argument
23 impl BluetoothManager { implementation
24 pub fn new(proxy: StateMachineProxy) -> BluetoothManager { in new()
65 impl IBluetoothManager for BluetoothManager { implementation
174 impl IBluetoothExperimental for BluetoothManager { implementation
Dstate_machine.rs593 bluetooth_manager: Arc<Mutex<Box<BluetoothManager>>>, in mainloop()
/packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/src/android/nearby/fastpair/provider/bluetooth/
DBluetoothManager.java34 public class BluetoothManager { class
38 private BluetoothManager(android.bluetooth.BluetoothManager instance) { in BluetoothManager() method in BluetoothManager
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothManager.java61 public final class BluetoothManager { class
71 public BluetoothManager(Context context) { in BluetoothManager() method in BluetoothManager