Home
last modified time | relevance | path

Searched refs:startHandle (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattDbElement.java45 public int startHandle; field in GattDbElement
DGattService.java591 int startHandle, int endHandle, int authReq) { in readUsingCharacteristicUuid() argument
596 service.readUsingCharacteristicUuid(clientIf, address, uuid.getUuid(), startHandle, in readUsingCharacteristicUuid()
1370 + " startHandle: " + el.startHandle); in onGetGattDb()
1374 new BluetoothGattService(el.uuid, el.startHandle, el.type)); in onGetGattDb()
2331 void readUsingCharacteristicUuid(int clientIf, String address, UUID uuid, int startHandle, in readUsingCharacteristicUuid() argument
2351 uuid.getMostSignificantBits(), startHandle, endHandle, authReq); in readUsingCharacteristicUuid()