Searched refs:onNotificationSent (Results 1 – 11 of 11) sorted by relevance
/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothGattServerCallback.java | 140 public void onNotificationSent(BluetoothDevice device, int status) { in onNotificationSent() method in BluetoothGattServerCallback
|
H A D | BluetoothGattServer.java | 279 public void onNotificationSent(String address, int status) { 289 mCallback.onNotificationSent(device, status);
|
/aosp12/system/bt/binder/android/bluetooth/ |
H A D | IBluetoothGattServerCallback.aidl | 41 void onNotificationSent(in String address, in int status); in onNotificationSent() method
|
/aosp12/system/bt/service/doc/ |
H A D | IBluetoothGattServer.txt | 70 * IBluetoothGattServerCallback.onNotificationSent.
|
H A D | IBluetoothGattServerCallback.txt | 133 void onNotificationSent(in String device_address, in int status);
|
/aosp12/packages/apps/Test/connectivity/PMC/src/com/android/pmc/ |
H A D | GattServer.java | 172 public void onNotificationSent(BluetoothDevice device, int status) { in onNotificationSent() method in GattServer.MyGattServerCallback
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
H A D | GattService.java | 3387 void onNotificationSent(int connId, int status) throws RemoteException { in onNotificationSent() method in GattService 3403 app.callback.onNotificationSent(address, status); in onNotificationSent() 3428 app.callback.onNotificationSent(callbackInfo.address, callbackInfo.status); in onServerCongestion()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 11449 Landroid/bluetooth/IBluetoothGattServerCallback$Stub$Proxy;->onNotificationSent(Ljava/lang/String;I… 11478 Landroid/bluetooth/IBluetoothGattServerCallback;->onNotificationSent(Ljava/lang/String;I)V
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 9259 method public void onNotificationSent(android.bluetooth.BluetoothDevice, int);
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 6385 method public void onNotificationSent(android.bluetooth.BluetoothDevice, int);
|