Searched defs: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() 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()
|
D | GattService.java | 3057 void onResponseSendCompleted(int status, int attrHandle) { in onResponseSendCompleted()
|