Searched refs:mBluetoothManager (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/bluetooth/le/
H A DPeriodicAdvertisingManager.java53 private final IBluetoothManager mBluetoothManager; field in class:PeriodicAdvertisingManager
67 mBluetoothManager = bluetoothManager;
140 gatt = mBluetoothManager.getBluetoothGatt();
177 gatt = mBluetoothManager.getBluetoothGatt();
H A DBluetoothLeAdvertiser.java61 private final IBluetoothManager mBluetoothManager; field in class:BluetoothLeAdvertiser
78 mBluetoothManager = bluetoothManager;
415 gatt = mBluetoothManager.getBluetoothGatt();
452 gatt = mBluetoothManager.getBluetoothGatt();
541 new AdvertisingSet(advertiserId, mBluetoothManager);
H A DBluetoothLeScanner.java81 private final IBluetoothManager mBluetoothManager; field in class:BluetoothLeScanner
93 mBluetoothManager = bluetoothManager;
212 gatt = mBluetoothManager.getBluetoothGatt();
276 gatt = mBluetoothManager.getBluetoothGatt();

Completed in 66 milliseconds