Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java736 UUID srvcUuid = new UUID(srvcUuidMsb, srvcUuidLsb); in onGetCharacteristic() local
751 srvcInstId, new ParcelUuid(srvcUuid), in onGetCharacteristic()
772 UUID srvcUuid = new UUID(srvcUuidMsb, srvcUuidLsb); in onGetDescriptor() local
784 srvcInstId, new ParcelUuid(srvcUuid), in onGetDescriptor()
804 UUID srvcUuid = new UUID(srvcUuidMsb, srvcUuidLsb); in onGetIncludedService() local
809 + ", status=" + status + ", uuid=" + srvcUuid in onGetIncludedService()
816 srvcType, srvcInstId, new ParcelUuid(srvcUuid), in onGetIncludedService()
833 UUID srvcUuid = new UUID(srvcUuidMsb, srvcUuidLsb); in onRegisterForNotifications() local
846 UUID srvcUuid = new UUID(srvcUuidMsb, srvcUuidLsb); in onNotify() local
861 srvcInstId, new ParcelUuid(srvcUuid), in onNotify()
[all …]
DCallbackInfo.java32 UUID srvcUuid; field in CallbackInfo
37 UUID srvcUuid, int charInstId, UUID charUuid) { in CallbackInfo() argument
42 this.srvcUuid = srvcUuid; in CallbackInfo()