Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Dbluetooth_manager.rs25 pub struct BluetoothManager { struct
27 callbacks: HashMap<u32, Box<dyn IBluetoothManagerCallback + Send>>, argument
31 impl BluetoothManager { impl
32 pub fn new(proxy: StateMachineProxy) -> BluetoothManager { in new()
91 impl IBluetoothManager for BluetoothManager { implementation
272 impl IBluetoothExperimental for BluetoothManager { implementation
Dstate_machine.rs602 bluetooth_manager: Arc<Mutex<Box<BluetoothManager>>>, in mainloop()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothManager.java51 public final class BluetoothManager { class
58 public BluetoothManager(Context context) { in BluetoothManager() method in BluetoothManager