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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattServerCallback.java146 public void onNotificationSent(BluetoothDevice device, int status) { method in class:BluetoothGattServerCallback
H A DIBluetoothGattServerCallback.aidl61 void onNotificationSent(in String address, in int status);
H A DBluetoothGattServer.java274 public void onNotificationSent(String address, int status) {
275 if (VDBG) Log.d(TAG, "onNotificationSent() - "
282 mCallback.onNotificationSent(device, status);

Completed in 111 milliseconds