Home
last modified time | relevance | path

Searched refs:bluetoothManager (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/bluetooth/le/
DAdvertisingSet.java43 IBluetoothManager bluetoothManager) { in AdvertisingSet() argument
47 mGatt = bluetoothManager.getBluetoothGatt(); in AdvertisingSet()
DPeriodicAdvertisingManager.java68 public PeriodicAdvertisingManager(IBluetoothManager bluetoothManager) { in PeriodicAdvertisingManager() argument
69 mBluetoothManager = bluetoothManager; in PeriodicAdvertisingManager()
DBluetoothLeScanner.java93 public BluetoothLeScanner(IBluetoothManager bluetoothManager) { in BluetoothLeScanner() argument
94 mBluetoothManager = bluetoothManager; in BluetoothLeScanner()
DBluetoothLeAdvertiser.java75 public BluetoothLeAdvertiser(IBluetoothManager bluetoothManager) { in BluetoothLeAdvertiser() argument
76 mBluetoothManager = bluetoothManager; in BluetoothLeAdvertiser()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
DKeyboardUI.java174 LocalBluetoothManager bluetoothManager = LocalBluetoothManager.getInstance(context, null); in init() local
175 if (bluetoothManager == null) { in init()
182 mCachedDeviceManager = bluetoothManager.getCachedDeviceManager(); in init()
183 mLocalBluetoothAdapter = bluetoothManager.getBluetoothAdapter(); in init()
184 mProfileManager = bluetoothManager.getProfileManager(); in init()
185 bluetoothManager.getEventManager().registerCallback(new BluetoothCallbackHandler()); in init()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothManager.java121 LocalBluetoothManager bluetoothManager); in onBluetoothManagerInitialized() argument