In LightBlue app the device show write without response and notify properties 
of characteristic, and in code show the same properties.

serviceUUID: <CBService: 0x28399c480, isPrimary = YES, UUID = FFB0>, 
characteristic: <CBCharacteristic: 0x2808d80c0, UUID = FFB1, properties = 0x14, 
value = (null), notifying = NO>
(lldb) print characteristic.properties
(CBCharacteristicProperties) $0 = CBCharacteristicPropertyWriteWithoutResponse 
| CBCharacteristicPropertyNotify

Why the notifying properties is NO?  So I can’t get data from 
didUpdateValueForCharacteristic method after I invoke setNotifyValue:YES 
forCharacteristic method.
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to