Searched defs:attrHandle (Results 1 – 2 of 2) sorted by relevance
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ |
| D | GattNativeInterface.java | 291 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()
|
| D | GattService.java | 4426 void onResponseSendCompleted(int status, int attrHandle) { in onResponseSendCompleted()
|