/packages/services/Car/car-builtin-lib/src/android/car/builtin/bluetooth/le/ |
D | AdvertisingSetCallbackHelper.java | 91 public void onScanResponseDataSet(AdvertisingSet advertisingSet, int status) { in onScanResponseDataSet() method in AdvertisingSetCallbackHelper.Callback 192 public void onScanResponseDataSet(AdvertisingSet advertisingSet, int status) { in createRealCallbackFromProxy() 193 proxy.onScanResponseDataSet(advertisingSet, status); in createRealCallbackFromProxy()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | AdvertiseManagerNativeInterface.java | 141 void onScanResponseDataSet(int advertiserId, int status) throws Exception { in onScanResponseDataSet() method in AdvertiseManagerNativeInterface 142 mManager.onScanResponseDataSet(advertiserId, status); in onScanResponseDataSet()
|
D | AdvertiseManager.java | 401 onScanResponseDataSet( in setScanResponseData() 476 void onScanResponseDataSet(int advertiserId, int status) throws Exception { in onScanResponseDataSet() method in AdvertiseManager 486 callback.onScanResponseDataSet(advertiserId, status); in onScanResponseDataSet()
|
/packages/services/Car/tests/carservice_unit_test/src/android/car/builtin/bluetooth/le/ |
D | AdvertisingSetCallbackHelperTest.java | 112 realCallback.onScanResponseDataSet(mMockExpectedAdvertisingSet, EXPECTED_STATUS); in createRealCallbackFromProxy_delegateOnScanResponseDataSet() 114 verify(mProxy).onScanResponseDataSet(mMockExpectedAdvertisingSet, EXPECTED_STATUS); in createRealCallbackFromProxy_delegateOnScanResponseDataSet()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/ |
D | AdvertisingSetCallback.java | 86 public void onScanResponseDataSet(AdvertisingSet advertisingSet, int status) {} in onScanResponseDataSet() method in AdvertisingSetCallback
|
D | BluetoothLeAdvertiser.java | 804 public void onScanResponseDataSet(int advertiserId, int status) { 808 callback.onScanResponseDataSet(advertisingSet, status);
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/le/ |
D | IAdvertisingSetCallback.aidl | 28 void onScanResponseDataSet(in int advertiserId, in int status); in onScanResponseDataSet() method
|
/packages/modules/Bluetooth/android/ChannelSoundingTestApp/app/src/main/java/com/android/bluetooth/channelsoundingtestapp/ |
D | ReflectorViewModel.java | 117 public void onScanResponseDataSet(AdvertisingSet advertisingSet, int status) { in startConnectableAdvertising()
|
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/ |
D | LeLegacyAdvertisingTest.java | 139 public void onScanResponseDataSet(AdvertisingSet advertisingSet, int status) { in setScanResponseDataOver31Bytes()
|
/packages/services/Car/tools/GenericCarApiBuilder/ |
D | complete_car_built_in_api_list.txt | 76 method TIRAMISU_1 void onScanResponseDataSet(AdvertisingSet advertisingSet, int status);
|
/packages/services/Car/car-builtin-lib/api/ |
D | module-lib-current.txt | 113 method public void onScanResponseDataSet(android.bluetooth.le.AdvertisingSet, int);
|
/packages/modules/Bluetooth/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 2495 Landroid/bluetooth/le/IAdvertisingSetCallback$Stub$Proxy;->onScanResponseDataSet(II)V 2518 Landroid/bluetooth/le/IAdvertisingSetCallback;->onScanResponseDataSet(II)V
|
/packages/modules/Bluetooth/framework/api/ |
D | current.txt | 1218 method public void onScanResponseDataSet(android.bluetooth.le.AdvertisingSet, int);
|