Searched refs:bluetoothManager (Results 1 – 6 of 6) sorted by relevance
43 IBluetoothManager bluetoothManager) { in AdvertisingSet() argument47 mGatt = bluetoothManager.getBluetoothGatt(); in AdvertisingSet()
68 public PeriodicAdvertisingManager(IBluetoothManager bluetoothManager) { in PeriodicAdvertisingManager() argument69 mBluetoothManager = bluetoothManager; in PeriodicAdvertisingManager()
93 public BluetoothLeScanner(IBluetoothManager bluetoothManager) { in BluetoothLeScanner() argument94 mBluetoothManager = bluetoothManager; in BluetoothLeScanner()
75 public BluetoothLeAdvertiser(IBluetoothManager bluetoothManager) { in BluetoothLeAdvertiser() argument76 mBluetoothManager = bluetoothManager; in BluetoothLeAdvertiser()
174 LocalBluetoothManager bluetoothManager = LocalBluetoothManager.getInstance(context, null); in init() local175 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()
121 LocalBluetoothManager bluetoothManager); in onBluetoothManagerInitialized() argument