Home
last modified time | relevance | path

Searched refs:stopAdvertisingSet (Results 1 – 16 of 16) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/
DFastPairAdvertiserTest.java260 verify(mMockBluetoothLeAdvertiser, never()).stopAdvertisingSet(any()); in testAdvertiseModelIdWhileStarted_doNothing()
374 verify(mMockBluetoothLeAdvertiser, never()).stopAdvertisingSet(any()); in testAdvertiseNewDataWhileStarted_doNothing()
445 .stopAdvertisingSet(any()); in testAdvertisingStartTimeout_doesNotAdvertise()
458 .stopAdvertisingSet(mAdvertisingSetCallbackCaptor.capture()); in testStopAdvertising()
476 .stopAdvertisingSet(any()); in testStopAdvertisingWhileStopped()
489 .stopAdvertisingSet(mAdvertisingSetCallbackCaptor.capture()); in testAdvertisingStartWhileStopping_startProcessed()
522 .stopAdvertisingSet(any()); in testAdvertisingStopWhileStarting_stopProcessed()
534 .stopAdvertisingSet(mAdvertisingSetCallbackCaptor.capture()); in testAdvertisingStartWhileStoppingTimeout_startProcessed()
560 .stopAdvertisingSet(any()); in testAdvertisingStopWhileStartingTimeout_stopProcessed()
570 .stopAdvertisingSet(mAdvertisingSetCallbackCaptor.capture()); in testAdvertisingStopTimeoutNothingQueue_advertisingStateStopped()
[all …]
DFastPairProviderTest.java198 }).when(mMockBluetoothLeAdvertiser).stopAdvertisingSet(any()); in setUp()
465 .stopAdvertisingSet(any()); in testReceiveScanModeConnectableDiscoverableNotDiscovering_advertisingStopped()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/discovery/ble/
DBleDiscoveryAdvertiseProviderTest.java258 .stopAdvertisingSet(any(AdvertisingSetCallback.class)); in testStopAdvertise_failedNotStarted()
270 .stopAdvertisingSet(any(AdvertisingSetCallback.class)); in testStopAdvertise_failedBTUnavailable()
283 .stopAdvertisingSet(any(AdvertisingSetCallback.class)); in testStopAdvertise_failedBTDisabled()
293 .stopAdvertisingSet(any(AdvertisingSetCallback.class)); in testStopAdvertise_success()
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DLeLegacyAdvertisingTest.java101 advertiser.stopAdvertisingSet(callback); in setAdvertisingDataOver31Bytes()
153 advertiser.stopAdvertisingSet(callback); in setScanResponseDataOver31Bytes()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DAdvertiseManager.java124 stopAdvertisingSet(callback); in binderDied()
155 mNativeInterface.stopAdvertisingSet(advertiserId); in onAdvertisingSetStarted()
324 void stopAdvertisingSet(IAdvertisingSetCallback callback) { in stopAdvertisingSet() method in AdvertiseManager
343 mNativeInterface.stopAdvertisingSet(advertiserId); in stopAdvertisingSet()
DAdvertiseManagerNativeInterface.java87 void stopAdvertisingSet(int advertiserId) { in stopAdvertisingSet() method in AdvertiseManagerNativeInterface
DGattService.java1019 public void stopAdvertisingSet( in stopAdvertisingSet() method in GattService.BluetoothGattBinder
1025 service.stopAdvertisingSet(callback, attributionSource); in stopAdvertisingSet()
1948 void stopAdvertisingSet(IAdvertisingSetCallback callback, AttributionSource attributionSource) { in stopAdvertisingSet() method in GattService
1953 mAdvertiseManager.stopAdvertisingSet(callback); in stopAdvertisingSet()
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DBluetoothLeAdvertiser.java242 stopAdvertisingSet(wrapper);
611 public void stopAdvertisingSet(AdvertisingSetCallback callback) {
627 gatt.stopAdvertisingSet(wrapped, mAttributionSource);
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceBinderTest.java648 public void stopAdvertisingSet() throws Exception { in stopAdvertisingSet() method in GattServiceBinderTest
651 mBinder.stopAdvertisingSet(callback, mAttributionSource); in stopAdvertisingSet()
653 verify(mService).stopAdvertisingSet(callback, mAttributionSource); in stopAdvertisingSet()
/packages/modules/Uwb/service/java/com/android/server/uwb/discovery/ble/
DBleDiscoveryAdvertiseProvider.java123 advertiser.stopAdvertisingSet(mAdvertisingSetCallback); in stop()
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/provider/
DBleBroadcastProvider.java131 bluetoothLeAdvertiser.stopAdvertisingSet(mAdvertisingSetCallback); in stop()
/packages/services/Car/service/src/com/android/car/bluetooth/
DFastPairAdvertiser.java307 mBluetoothLeAdvertiser.stopAdvertisingSet(mAdvertisingSetCallback); in stopAdvertisingInternal()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothGatt.aidl74 …void stopAdvertisingSet(in IAdvertisingSetCallback callback, in AttributionSource attributionSourc… in stopAdvertisingSet() method
/packages/modules/Bluetooth/android/pandora/server/src/
DHost.kt585 awaitClose { bluetoothAdapter.bluetoothLeAdvertiser.stopAdvertisingSet(callback) } in advertise()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1465 Landroid/bluetooth/IBluetoothGatt$Stub$Proxy;->stopAdvertisingSet(Landroid/bluetooth/le/IAdvertisin…
1577 Landroid/bluetooth/IBluetoothGatt;->stopAdvertisingSet(Landroid/bluetooth/le/IAdvertisingSetCallbac…
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt1277 …ssion(android.Manifest.permission.BLUETOOTH_ADVERTISE) public void stopAdvertisingSet(android.blue…