Searched defs:BluetoothManager (Results 1 – 3 of 3) sorted by relevance
25 pub struct BluetoothManager { struct27 callbacks: HashMap<u32, Box<dyn IBluetoothManagerCallback + Send>>, argument31 impl BluetoothManager { impl32 pub fn new(proxy: StateMachineProxy) -> BluetoothManager { in new()91 impl IBluetoothManager for BluetoothManager { implementation272 impl IBluetoothExperimental for BluetoothManager { implementation
602 bluetooth_manager: Arc<Mutex<Box<BluetoothManager>>>, in mainloop()
51 public final class BluetoothManager { class58 public BluetoothManager(Context context) { in BluetoothManager() method in BluetoothManager