Hi,
I am using nrf52 with S132 and sdk11. I want to implement the irk. Could you please suggest some example or tutorial? Reply ASAP.
Hi,
I am using nrf52 with S132 and sdk11. I want to implement the irk. Could you please suggest some example or tutorial? Reply ASAP.
What if you do something like this instead:
ble_gap_irk_t ble_gap_irk_nrf = { .irk = { 0x0, 0x0, 0x0 /*...*/} };
Thank you Peter. It atleast solved the error. If there is any issue will get back in same thread to you.
Thank you Peter. It atleast solved the error. If there is any issue will get back in same thread to you.