Home
last modified time | relevance | path

Searched refs:onAdvertisingSetStarted (Results 1 – 22 of 22) sorted by relevance

/packages/services/Car/car-builtin-lib/src/android/car/builtin/bluetooth/le/
DAdvertisingSetCallbackHelper.java49 public void onAdvertisingSetStarted(AdvertisingSet advertisingSet, int txPower, in onAdvertisingSetStarted() method in AdvertisingSetCallbackHelper.Callback
170 public void onAdvertisingSetStarted(AdvertisingSet advertisingSet, int txPower, in createRealCallbackFromProxy()
172 proxy.onAdvertisingSetStarted(advertisingSet, txPower, status); in createRealCallbackFromProxy()
/packages/services/Car/tests/carservice_unit_test/src/android/car/builtin/bluetooth/le/
DAdvertisingSetCallbackHelperTest.java68 realCallback.onAdvertisingSetStarted(mMockExpectedAdvertisingSet, EXPECTED_TX_POWER, in createRealCallbackFromProxy_delegateOnAdvertisingSetStarted()
71 verify(mProxy).onAdvertisingSetStarted(mMockExpectedAdvertisingSet, EXPECTED_TX_POWER, in createRealCallbackFromProxy_delegateOnAdvertisingSetStarted()
211 public void onAdvertisingSetStarted(AdvertisingSet advertisingSet, int txPower, in integrationTest_onAdvertisingSetStarted_onOwnAddressRead()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/
DFastPairAdvertiserTest.java240 mAdvertisingSetCallbackCaptor.getValue().onAdvertisingSetStarted(mMockAdvertisingSet, in testAdvertiseModelIdFromStopped_advertisingSucceeds()
276 mAdvertisingSetCallbackCaptor.getValue().onAdvertisingSetStarted(mMockAdvertisingSet, in testAdvertiseAccountKeyFilterNoKeys_advertisingSucceeds()
321 mAdvertisingSetCallbackCaptor.getValue().onAdvertisingSetStarted(mMockAdvertisingSet, in testAdvertiseAccountKeyFilterWithKeys_advertisingSucceeds()
404 mAdvertisingSetCallbackCaptor.getValue().onAdvertisingSetStarted(mMockAdvertisingSet, in testAdvertisingStartCallbackUnsuccessful_advertisingStops()
426 mAdvertisingSetCallbackCaptor.getValue().onAdvertisingSetStarted(null, in testAdvertisingStartCallbackNullSet_advertisingStops()
517 mAdvertisingSetCallbackCaptor.getValue().onAdvertisingSetStarted(mMockAdvertisingSet, in testAdvertisingStopWhileStarting_stopProcessed()
DFastPairProviderTest.java337 .onAdvertisingSetStarted(mMockAdvertisingSet, TEST_TX_POWER, state); in sendAdvertisingStateChange()
/packages/modules/Connectivity/nearby/tests/unit/src/com/android/server/nearby/provider/
DBleBroadcastProviderTest.java83 mBleBroadcastProvider.mAdvertisingSetCallback.onAdvertisingSetStarted(null, -30, in testOnStatus_success_extendedAdv()
106 mBleBroadcastProvider.mAdvertisingSetCallback.onAdvertisingSetStarted(null, -30, in testOnStatus_failure_extendedAdv()
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DBluetoothLeAdvertiser.java198 public void onAdvertisingSetStarted( in wrapOldCallback()
744 public void onAdvertisingSetStarted(
749 callback.onAdvertisingSetStarted(null, 0, status);
761 callback.onAdvertisingSetStarted(advertisingSet, txPower, status);
858 callback.onAdvertisingSetStarted(null, 0, error);
DAdvertisingSetCallback.java50 public void onAdvertisingSetStarted(AdvertisingSet advertisingSet, int txPower, int status) {} in onAdvertisingSetStarted() method in AdvertisingSetCallback
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DAdvertiseManagerNativeInterface.java124 void onAdvertisingSetStarted(int regId, int advertiserId, int txPower, int status) in onAdvertisingSetStarted() method in AdvertiseManagerNativeInterface
126 mManager.onAdvertisingSetStarted(regId, advertiserId, txPower, status); in onAdvertisingSetStarted()
DAdvertiseManager.java139 void onAdvertisingSetStarted(int regId, int advertiserId, int txPower, int status) in onAdvertisingSetStarted() method in AdvertiseManager
179 callback.onAdvertisingSetStarted(gattBinder, advertiserId, txPower, status); in onAdvertisingSetStarted()
229 callback.onAdvertisingSetStarted( in startAdvertisingSet()
293 callback.onAdvertisingSetStarted( in startAdvertisingSet()
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DLeLegacyAdvertisingTest.java78 public void onAdvertisingSetStarted( in setAdvertisingDataOver31Bytes()
130 public void onAdvertisingSetStarted( in setScanResponseDataOver31Bytes()
DLeAdvertisingTest.java114 public void onAdvertisingSetStarted( in startAdvertising()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/le/
DIAdvertisingSetCallback.aidl23 …void onAdvertisingSetStarted(in IBinder gattBinder, in int advertiserId, in int tx_power, in int s… in onAdvertisingSetStarted() method
/packages/modules/Bluetooth/android/ChannelSoundingTestApp/app/src/main/java/com/android/bluetooth/channelsoundingtestapp/
DReflectorViewModel.java87 public void onAdvertisingSetStarted( in startConnectableAdvertising()
/packages/modules/Uwb/service/java/com/android/server/uwb/discovery/ble/
DBleDiscoveryAdvertiseProvider.java54 public void onAdvertisingSetStarted(
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/provider/
DBleBroadcastProvider.java176 public void onAdvertisingSetStarted(AdvertisingSet advertisingSet, in getAdvertisingSetCallback()
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/discovery/ble/
DBleDiscoveryAdvertiseProviderTest.java196 cb.onAdvertisingSetStarted( in teststartAdvertisingSet()
/packages/services/Car/service/src/com/android/car/bluetooth/
DFastPairAdvertiser.java324 public void onAdvertisingSetStarted(AdvertisingSet advertisingSet, int txPower, in initializeAdvertisingSetCallback()
/packages/modules/Bluetooth/android/pandora/server/src/
DHost.kt461 override fun onAdvertisingSetStarted( in advertise() method
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_built_in_api_list.txt72 …method TIRAMISU_1 void onAdvertisingSetStarted(AdvertisingSet advertisingSet, int txPower, int sta…
/packages/services/Car/car-builtin-lib/api/
Dmodule-lib-current.txt107 method public void onAdvertisingSetStarted(android.bluetooth.le.AdvertisingSet, int, int);
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt2489 Landroid/bluetooth/le/IAdvertisingSetCallback$Stub$Proxy;->onAdvertisingSetStarted(III)V
2512 Landroid/bluetooth/le/IAdvertisingSetCallback;->onAdvertisingSetStarted(III)V
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt1213 method public void onAdvertisingSetStarted(android.bluetooth.le.AdvertisingSet, int, int);