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.java259 void onResponseSendCompleted(int status, int attrHandle) { in onResponseSendCompleted()
370 int serverIf, int attrHandle, int connId, byte[] val); in gattServerSendIndicationNative()
373 int serverIf, int attrHandle, int connId, byte[] val); in gattServerSendNotificationNative()
631 public void gattServerSendIndication(int serverIf, int attrHandle, int connId, byte[] val) { in gattServerSendIndication()
636 public void gattServerSendNotification(int serverIf, int attrHandle, int connId, byte[] val) { in gattServerSendNotification()
DGattService.java3057 void onResponseSendCompleted(int status, int attrHandle) { in onResponseSendCompleted()