This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Error "Writing is not Permitted" on iOS app for RACP characteristic

Hi,

I am using the sample BLE_gls code provided by Nordic. I have made the following changes in the code:

#define SEC_PARAM_MITM 0 #define SEC_PARAM_IO_CAPABILITIES BLE_GAP_IO_CAPS_NONE

I am developing a customised iOS app. When i try to write to the RACP, i am getting an error "Writing is not Permitted".

Can you please help with this.

Thanks

Related