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

get event id 0 instead of BLE_GAP_EVENT_AUTH_STATUS

Hi,

I'm using s130 and my mcu is both central/peripheral. In the centrol role, when I try to connect and pair with an peripheral, I get all the way through SMP pairing phase 2. But in SMP Pairing phase 3, the event I was expecting coming in is BLE_GAP_EVENT_AUTH_STATUS, instead I got event 0(invalid event). I don't know what I'm missing and why I got event 0.

I'm using serialization and sending/receiving command from a master MCU to nrf51 through spi.

Thanks, Kevin

Related