I have to access heart rate from Fitbit Surge Device , its give four services are with -
UUID - 180a (work fine for Device Information)
UUID - 180f (work fine for Battery)
UUID - 558dfa00 4fa84105 9f024eaa 93e62980
UUID - adabfb00 6e7d4601 bda2bffa a68956ba
I have to set [peripheral setNotifyValue:YES forCharacteristic:c]
, with [CBUUID UUIDWithString:@"ADABFB01-6E7D-4601-BDA2-BFFAA68956BA"]
didUpdateNotification:
are <CBCharacteristic: 0x17dc6bb0, UUID = ADABFB01-6E7D-4601-BDA2-BFFAA68956BA, properties = 0x12, value = (null), notifying = YES>
.
But value
is nil
.
Please help me or any suggestion .