Home
last modified time | relevance | path

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

/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/ble/
DBlePeripheralManager.java382 public void onNotificationSent(BluetoothDevice device, int status) {
383 super.onNotificationSent(device, status);
/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.java2788 void onNotificationSent(int connId, int status) throws RemoteException { in onNotificationSent() method in GattService
2804 app.callback.onNotificationSent(address, status); in onNotificationSent()
2829 app.callback.onNotificationSent(callbackInfo.address, callbackInfo.status); in onServerCongestion()