Searched refs:attrHandle (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
D | GattNativeInterface.java | 259 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()
|
D | GattService.java | 3057 void onResponseSendCompleted(int status, int attrHandle) { in onResponseSendCompleted() argument 3058 Log.d(TAG, "onResponseSendCompleted() handle=" + attrHandle); in onResponseSendCompleted()
|