Home
last modified time | relevance | path

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

/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/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java2280 void onNotificationSent(int connId, int status) throws RemoteException { in onNotificationSent() method in GattService
2290 app.callback.onNotificationSent(address, status); in onNotificationSent()
2309 app.callback.onNotificationSent(callbackInfo.address, callbackInfo.status); in onServerCongestion()