Searched refs:charUuid (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | GattService.java | 706 UUID charUuid = new UUID(charUuidMsb, charUuidLsb); in onGetCharacteristic() local 710 + ", status=" + status + ", charUuid=" + charUuid + ", prop=" + charProp); in onGetCharacteristic() 721 charInstId, new ParcelUuid(charUuid), charProp); in onGetCharacteristic() 742 UUID charUuid = new UUID(charUuidMsb, charUuidLsb); in onGetDescriptor() local 754 charInstId, new ParcelUuid(charUuid), in onGetDescriptor() 803 UUID charUuid = new UUID(charUuidMsb, charUuidLsb); in onRegisterForNotifications() local 808 + ", charUuid=" + charUuid); in onRegisterForNotifications() 816 UUID charUuid = new UUID(charUuidMsb, charUuidLsb); in onNotify() local 819 + ", charUuid=" + charUuid + ", length=" + data.length); in onNotify() 822 if (isHidUuid(charUuid) && in onNotify() [all …]
|
D | CallbackInfo.java | 34 UUID charUuid; field in CallbackInfo 37 UUID srvcUuid, int charInstId, UUID charUuid) { in CallbackInfo() argument 44 this.charUuid = charUuid; in CallbackInfo()
|