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

Getting "Unkown Error" Error Code "0x00" when writing to RACP through iOS app

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 "Unknown Error". The error code is "0x00"

Can you please help with this.

Thanks

Related