Searched refs:startHandle (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | GattDbElement.java | 45 public int startHandle; field in GattDbElement
|
D | GattService.java | 595 int startHandle, int endHandle, int authReq) { in readUsingCharacteristicUuid() argument 600 service.readUsingCharacteristicUuid(clientIf, address, uuid.getUuid(), startHandle, in readUsingCharacteristicUuid() 1374 + " startHandle: " + el.startHandle); in onGetGattDb() 1378 new BluetoothGattService(el.uuid, el.startHandle, el.type)); in onGetGattDb() 2347 void readUsingCharacteristicUuid(int clientIf, String address, UUID uuid, int startHandle, in readUsingCharacteristicUuid() argument 2367 uuid.getMostSignificantBits(), startHandle, endHandle, authReq); in readUsingCharacteristicUuid()
|