Home
last modified time | relevance | path

Searched refs:onNotificationSent (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattServerCallback.java140 public void onNotificationSent(BluetoothDevice device, int status) { in onNotificationSent() method in BluetoothGattServerCallback
H A DBluetoothGattServer.java279 public void onNotificationSent(String address, int status) {
289 mCallback.onNotificationSent(device, status);
/aosp12/system/bt/binder/android/bluetooth/
H A DIBluetoothGattServerCallback.aidl41 void onNotificationSent(in String address, in int status); in onNotificationSent() method
/aosp12/system/bt/service/doc/
H A DIBluetoothGattServer.txt70 * IBluetoothGattServerCallback.onNotificationSent.
H A DIBluetoothGattServerCallback.txt133 void onNotificationSent(in String device_address, in int status);
/aosp12/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
H A DGattServer.java172 public void onNotificationSent(BluetoothDevice device, int status) { in onNotificationSent() method in GattServer.MyGattServerCallback
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java3387 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 Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt11449 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 Dcurrent.txt9259 method public void onNotificationSent(android.bluetooth.BluetoothDevice, int);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt6385 method public void onNotificationSent(android.bluetooth.BluetoothDevice, int);