Searched refs:mAdvertiser (Results 1 – 3 of 3) sorted by relevance
87 private BluetoothLeAdvertiser mAdvertiser; field in BlePeripheralManager197 if (mAdvertiser != null) { in stopAdvertising()199 mAdvertiser.stopAdvertising(advertiseCallback); in stopAdvertising()232 if (mAdvertiser != null) { in cleanup()233 mAdvertiser.stopAdvertising(mAdvertiseCallback); in cleanup()238 mAdvertiser = null; in cleanup()283 mAdvertiser = BluetoothAdapter.getDefaultAdapter().getBluetoothLeAdvertiser(); in startAdvertisingInternally()286 if (mAdvertiser != null) { in startAdvertisingInternally()288 mAdvertiser.startAdvertising(settings, data, advertiseCallback); in startAdvertisingInternally()
74 private BluetoothLeAdvertiser mAdvertiser; field in BleManager145 mAdvertiser = BluetoothAdapter.getDefaultAdapter().getBluetoothLeAdvertiser(); in startAdvertisingInternally()148 if (mAdvertiser != null) { in startAdvertisingInternally()152 mAdvertiser.startAdvertising(settings, data, advertiseCallback); in startAdvertisingInternally()167 if (mAdvertiser != null) { in stopAdvertising()171 mAdvertiser.stopAdvertising(advertiseCallback); in stopAdvertising()207 if (mAdvertiser != null) { in cleanup()208 mAdvertiser.cleanup(); in cleanup()
199 private BluetoothLeAdvertiser mAdvertiser; field in GattServer.MyBleAdvertiser210 mAdvertiser = bluetoothAdapter.getBluetoothLeAdvertiser(); in MyBleAdvertiser()224 mAdvertiser.startAdvertising(mAdvertiseSettings, mAdvertiseData, in startAdvertising()232 mAdvertiser.stopAdvertising(mAdvertiseCallback); in stopAdvertising()