Home
last modified time | relevance | path

Searched refs:onScanResponseDataSet (Results 1 – 13 of 13) sorted by relevance

/packages/services/Car/car-builtin-lib/src/android/car/builtin/bluetooth/le/
DAdvertisingSetCallbackHelper.java91 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/
DAdvertiseManagerNativeInterface.java141 void onScanResponseDataSet(int advertiserId, int status) throws Exception { in onScanResponseDataSet() method in AdvertiseManagerNativeInterface
142 mManager.onScanResponseDataSet(advertiserId, status); in onScanResponseDataSet()
DAdvertiseManager.java401 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/
DAdvertisingSetCallbackHelperTest.java112 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/
DAdvertisingSetCallback.java86 public void onScanResponseDataSet(AdvertisingSet advertisingSet, int status) {} in onScanResponseDataSet() method in AdvertisingSetCallback
DBluetoothLeAdvertiser.java804 public void onScanResponseDataSet(int advertiserId, int status) {
808 callback.onScanResponseDataSet(advertisingSet, status);
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/le/
DIAdvertisingSetCallback.aidl28 void onScanResponseDataSet(in int advertiserId, in int status); in onScanResponseDataSet() method
/packages/modules/Bluetooth/android/ChannelSoundingTestApp/app/src/main/java/com/android/bluetooth/channelsoundingtestapp/
DReflectorViewModel.java117 public void onScanResponseDataSet(AdvertisingSet advertisingSet, int status) { in startConnectableAdvertising()
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DLeLegacyAdvertisingTest.java139 public void onScanResponseDataSet(AdvertisingSet advertisingSet, int status) { in setScanResponseDataOver31Bytes()
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_built_in_api_list.txt76 method TIRAMISU_1 void onScanResponseDataSet(AdvertisingSet advertisingSet, int status);
/packages/services/Car/car-builtin-lib/api/
Dmodule-lib-current.txt113 method public void onScanResponseDataSet(android.bluetooth.le.AdvertisingSet, int);
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt2495 Landroid/bluetooth/le/IAdvertisingSetCallback$Stub$Proxy;->onScanResponseDataSet(II)V
2518 Landroid/bluetooth/le/IAdvertisingSetCallback;->onScanResponseDataSet(II)V
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt1218 method public void onScanResponseDataSet(android.bluetooth.le.AdvertisingSet, int);