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.java705 UUID srvcUuid = new UUID(srvcUuidMsb, srvcUuidLsb); in onGetCharacteristic() local
741 UUID srvcUuid = new UUID(srvcUuidMsb, srvcUuidLsb); in onGetDescriptor() local
773 UUID srvcUuid = new UUID(srvcUuidMsb, srvcUuidLsb); in onGetIncludedService() local
802 UUID srvcUuid = new UUID(srvcUuidMsb, srvcUuidLsb); in onRegisterForNotifications() local
815 UUID srvcUuid = new UUID(srvcUuidMsb, srvcUuidLsb); in onNotify() local
841 UUID srvcUuid = new UUID(srvcUuidMsb, srvcUuidLsb); in onReadCharacteristic() local
861 UUID srvcUuid = new UUID(srvcUuidMsb, srvcUuidLsb); in onWriteCharacteristic() local
902 UUID srvcUuid = new UUID(srvcUuidMsb, srvcUuidLsb); in onReadDescriptor() local
924 UUID srvcUuid = new UUID(srvcUuidMsb, srvcUuidLsb); in onWriteDescriptor() local
1422 int srvcInstanceId, UUID srvcUuid, in readCharacteristic()
[all …]