Home
last modified time | relevance | path

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

/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/testability/android/bluetooth/
DBluetoothGattServerCallback.java93 public void onNotificationSent(BluetoothDevice device, int status) {} in onNotificationSent() method in BluetoothGattServerCallback
178 public void onNotificationSent(android.bluetooth.BluetoothDevice device, int status) { in onNotificationSent() method in BluetoothGattServerCallback.InternalBluetoothGattServerCallback
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/helpers/bluetooth/
DBluetoothGattMaster.java62 void onNotificationSent(String address, int status); in onNotificationSent() method
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattServerCallback.java140 public void onNotificationSent(BluetoothDevice device, int status) { in onNotificationSent() method in BluetoothGattServerCallback
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothGattServerCallback.aidl41 void onNotificationSent(in String address, in int status); in onNotificationSent() method
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/fakes/android/bluetooth/
DIBluetoothGattServerCallback.java61 void onNotificationSent(String address, 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/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/src/android/nearby/fastpair/provider/bluetooth/
DBluetoothGattServerHelper.java432 public void onNotificationSent(BluetoothDevice device, int status) { in onNotificationSent() method in BluetoothGattServerHelper.GattServerCallback
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java295 void onNotificationSent(int connId, int status) throws RemoteException { in onNotificationSent() method in GattNativeInterface
DGattService.java4432 void onNotificationSent(int connId, int status) throws RemoteException { in onNotificationSent() method in GattService