troystribling / BlueCap

iOS Bluetooth LE framework
MIT License
714 stars 114 forks source link

Check for profile properties as well as CBCharacteristics properties … #48

Closed KevinGAleman closed 7 years ago

KevinGAleman commented 7 years ago

…when subscribing to notifications.

KevinGAleman commented 7 years ago

Gotcha. This makes sense; thanks for your input. I'll close the PR and continue searching for the underlying issue to my problem.

Since the profile properties have no say in the characteristic properties that will be set, is there even any reason to set them when defining a profile?