/packages/services/Car/car-builtin-lib/src/android/car/builtin/bluetooth/le/ |
D | AdvertisingSetCallbackHelper.java | 49 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/ |
D | AdvertisingSetCallbackHelperTest.java | 68 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/ |
D | FastPairAdvertiserTest.java | 240 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()
|
D | FastPairProviderTest.java | 337 .onAdvertisingSetStarted(mMockAdvertisingSet, TEST_TX_POWER, state); in sendAdvertisingStateChange()
|
/packages/modules/Connectivity/nearby/tests/unit/src/com/android/server/nearby/provider/ |
D | BleBroadcastProviderTest.java | 83 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/ |
D | BluetoothLeAdvertiser.java | 198 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);
|
D | AdvertisingSetCallback.java | 50 public void onAdvertisingSetStarted(AdvertisingSet advertisingSet, int txPower, int status) {} in onAdvertisingSetStarted() method in AdvertisingSetCallback
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | AdvertiseManagerNativeInterface.java | 124 void onAdvertisingSetStarted(int regId, int advertiserId, int txPower, int status) in onAdvertisingSetStarted() method in AdvertiseManagerNativeInterface 126 mManager.onAdvertisingSetStarted(regId, advertiserId, txPower, status); in onAdvertisingSetStarted()
|
D | AdvertiseManager.java | 139 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/ |
D | LeLegacyAdvertisingTest.java | 78 public void onAdvertisingSetStarted( in setAdvertisingDataOver31Bytes() 130 public void onAdvertisingSetStarted( in setScanResponseDataOver31Bytes()
|
D | LeAdvertisingTest.java | 114 public void onAdvertisingSetStarted( in startAdvertising()
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/le/ |
D | IAdvertisingSetCallback.aidl | 23 …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/ |
D | ReflectorViewModel.java | 87 public void onAdvertisingSetStarted( in startConnectableAdvertising()
|
/packages/modules/Uwb/service/java/com/android/server/uwb/discovery/ble/ |
D | BleDiscoveryAdvertiseProvider.java | 54 public void onAdvertisingSetStarted(
|
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/provider/ |
D | BleBroadcastProvider.java | 176 public void onAdvertisingSetStarted(AdvertisingSet advertisingSet, in getAdvertisingSetCallback()
|
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/discovery/ble/ |
D | BleDiscoveryAdvertiseProviderTest.java | 196 cb.onAdvertisingSetStarted( in teststartAdvertisingSet()
|
/packages/services/Car/service/src/com/android/car/bluetooth/ |
D | FastPairAdvertiser.java | 324 public void onAdvertisingSetStarted(AdvertisingSet advertisingSet, int txPower, in initializeAdvertisingSetCallback()
|
/packages/modules/Bluetooth/android/pandora/server/src/ |
D | Host.kt | 461 override fun onAdvertisingSetStarted( in advertise() method
|
/packages/services/Car/tools/GenericCarApiBuilder/ |
D | complete_car_built_in_api_list.txt | 72 …method TIRAMISU_1 void onAdvertisingSetStarted(AdvertisingSet advertisingSet, int txPower, int sta…
|
/packages/services/Car/car-builtin-lib/api/ |
D | module-lib-current.txt | 107 method public void onAdvertisingSetStarted(android.bluetooth.le.AdvertisingSet, int, int);
|
/packages/modules/Bluetooth/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 2489 Landroid/bluetooth/le/IAdvertisingSetCallback$Stub$Proxy;->onAdvertisingSetStarted(III)V 2512 Landroid/bluetooth/le/IAdvertisingSetCallback;->onAdvertisingSetStarted(III)V
|
/packages/modules/Bluetooth/framework/api/ |
D | current.txt | 1213 method public void onAdvertisingSetStarted(android.bluetooth.le.AdvertisingSet, int, int);
|