Peripheral Manager is adding extra CBCharacteristicProperties
Peripheral Manager is adding extra CBCharacteristicProperties
- Subject: Peripheral Manager is adding extra CBCharacteristicProperties
- From: email@hidden
- Date: Mon, 15 Oct 2012 15:14:32 -0700
Hi,
I am doing some more testing with the Peripheral Manager and am having a problem with CBCharacteristic Properties. When I discover the characteristics on my iOS device from another LE device, each characteristic that I enabled the CBCharacteristicPropertyWrite property on has the CBCharacteristicPropertyExtendedProperties property set as well, but I’m not enabling this:
cbBRSPModeCharacteristic = [[CBMutableCharacteristic alloc] initWithType:cbuuidModeChar properties:(CBCharacteristicPropertyRead|CBCharacteristicPropertyWrite)
value:nil
permissions:(CBAttributePermissionsReadable|CBAttributePermissionsWriteable)];
A Characteristic Extended Properties descriptor is also created, which shows the Reliable Write property is enabled. Is this intended or has anyone else seen this behavior?
--Deric
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Bluetooth-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden