Home
last modified time | relevance | path

Searched defs:srvcUuid (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DCallbackInfo.java32 UUID srvcUuid; field in CallbackInfo
37 UUID srvcUuid, int charInstId, UUID charUuid) { in CallbackInfo()
DGattService.java736 UUID srvcUuid = new UUID(srvcUuidMsb, srvcUuidLsb); in onGetCharacteristic() local
772 UUID srvcUuid = new UUID(srvcUuidMsb, srvcUuidLsb); in onGetDescriptor() local
804 UUID srvcUuid = new UUID(srvcUuidMsb, srvcUuidLsb); in onGetIncludedService() local
833 UUID srvcUuid = new UUID(srvcUuidMsb, srvcUuidLsb); in onRegisterForNotifications() local
846 UUID srvcUuid = new UUID(srvcUuidMsb, srvcUuidLsb); in onNotify() local
872 UUID srvcUuid = new UUID(srvcUuidMsb, srvcUuidLsb); in onReadCharacteristic() local
892 UUID srvcUuid = new UUID(srvcUuidMsb, srvcUuidLsb); in onWriteCharacteristic() local
933 UUID srvcUuid = new UUID(srvcUuidMsb, srvcUuidLsb); in onReadDescriptor() local
955 UUID srvcUuid = new UUID(srvcUuidMsb, srvcUuidLsb); in onWriteDescriptor() local
1515 int srvcInstanceId, UUID srvcUuid, in readCharacteristic()
[all …]