This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Where is the structure ble_gap_whitelist_t

Hello Community,

I am trying to implement a whitelist in my central device but when I type ble_gap_whitelist_t I had an error of compilation becuase ble_gap_whitelist_t is not found, I am using the ble_gap.h, I thought it was there the struture but when i open the file, it is not there....

Do you know where is it ?

I am using a PCA10040 and SDK 13

Regards

David Caraveo

  • This structure disappeared during migration from S13x V2 to S132 V3 and higher, see "s132_nrf52_3.0.0_migration-document.pdf" attached to S132 V3.0.x release. Also note that once you are using SD functions the SDK version says pretty much nothing, you need to say which SD version you use. Note that whitelisting procedure for broadcasting and scanning phases changed in S132/140 V3-V5, see e.g. this chart.

Related