Home
last modified time | relevance | path

Searched defs:onNotificationSent (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattServerCallback.java137 public void onNotificationSent(BluetoothDevice device, int status) {} in onNotificationSent() method in BluetoothGattServerCallback
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothGattServerCallback.aidl41 void onNotificationSent(in String address, in int status); in onNotificationSent() method
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DGattServer.java172 public void onNotificationSent(BluetoothDevice device, int status) { in onNotificationSent() method in GattServer.MyGattServerCallback
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java263 void onNotificationSent(int connId, int status) throws RemoteException { in onNotificationSent() method in GattNativeInterface
DGattService.java3061 void onNotificationSent(int connId, int status) throws RemoteException { in onNotificationSent() method in GattService