Home
last modified time | relevance | path

Searched defs:attrHandle (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattNativeInterface.java291 void onResponseSendCompleted(int status, int attrHandle) { in onResponseSendCompleted()
355 private native void gattServerSendIndicationNative(int serverIf, int attrHandle, int connId, in gattServerSendIndicationNative()
357 private native void gattServerSendNotificationNative(int serverIf, int attrHandle, int connId, in gattServerSendNotificationNative()
629 public void gattServerSendIndication(int serverIf, int attrHandle, int connId, in gattServerSendIndication()
637 public void gattServerSendNotification(int serverIf, int attrHandle, int connId, in gattServerSendNotification()
DGattService.java4426 void onResponseSendCompleted(int status, int attrHandle) { in onResponseSendCompleted()