Searched defs:BluetoothManager (Results 1 – 4 of 4) sorted by relevance
18 pub struct BluetoothManager { struct20 callbacks: HashMap<u32, Box<dyn IBluetoothManagerCallback + Send>>, argument23 impl BluetoothManager { implementation24 pub fn new(proxy: StateMachineProxy) -> BluetoothManager { in new()65 impl IBluetoothManager for BluetoothManager { implementation174 impl IBluetoothExperimental for BluetoothManager { implementation
593 bluetooth_manager: Arc<Mutex<Box<BluetoothManager>>>, in mainloop()
34 public class BluetoothManager { class38 private BluetoothManager(android.bluetooth.BluetoothManager instance) { in BluetoothManager() method in BluetoothManager
61 public final class BluetoothManager { class71 public BluetoothManager(Context context) { in BluetoothManager() method in BluetoothManager