Home
last modified time | relevance | path

Searched refs: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() argument
260 getGattService().onResponseSendCompleted(status, attrHandle); in onResponseSendCompleted()
370 int serverIf, int attrHandle, int connId, byte[] val); in gattServerSendIndicationNative() argument
373 int serverIf, int attrHandle, int connId, byte[] val); in gattServerSendNotificationNative() argument
631 public void gattServerSendIndication(int serverIf, int attrHandle, int connId, byte[] val) { in gattServerSendIndication() argument
632 gattServerSendIndicationNative(serverIf, attrHandle, connId, val); in gattServerSendIndication()
636 public void gattServerSendNotification(int serverIf, int attrHandle, int connId, byte[] val) { in gattServerSendNotification() argument
637 gattServerSendNotificationNative(serverIf, attrHandle, connId, val); in gattServerSendNotification()
DGattService.java3057 void onResponseSendCompleted(int status, int attrHandle) { in onResponseSendCompleted() argument
3058 Log.d(TAG, "onResponseSendCompleted() handle=" + attrHandle); in onResponseSendCompleted()