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

Adding IRK to whitelist

I have enabled the whitelist feature based on the ble_hids_keyboard example, but when I load the application it is not advertising anywhere. It is paired with my iPhone, but it is still not advertising. How do you add the irk to the whitelist and then use it to advertise to those devices on the whitelist only?

Parents
  • I think you are using S130 2.0.0-7.alpha, together with SDK 11.0.0-2.alpha. I would recommend using S130 2.0.0, since this is a production release. Use this with SDK 11.0.0. It is available here. Under nRF5_SDK.

    I was not able to compile your project, let me try to help you before I give your project another go. What do you mean by they are not added to the whitelist? Are you getting the BLE_ADV_EVT_WHITELIST_REQUEST event? Does dm_whitelist_create() create a whitelist for you?

Reply
  • I think you are using S130 2.0.0-7.alpha, together with SDK 11.0.0-2.alpha. I would recommend using S130 2.0.0, since this is a production release. Use this with SDK 11.0.0. It is available here. Under nRF5_SDK.

    I was not able to compile your project, let me try to help you before I give your project another go. What do you mean by they are not added to the whitelist? Are you getting the BLE_ADV_EVT_WHITELIST_REQUEST event? Does dm_whitelist_create() create a whitelist for you?

Children
No Data
Related