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

resolve BLE_GAP_ADDR_TYPE_RANDOM_PRIVATE_RESOLVABLE address without using whitelist advertising

Hi there,

Is there any way to resolve a BLE_GAP_ADDR_TYPE_RANDOM_PRIVATE_RESOLVABLE address without using whitelist advertising? If not, I guess I should implement the ah function by myself.

I know that Nordic softdevice certainly has this function implemented. My question is, could I have the access to it?

Thank you for any information

Parents
  • @Hung, Ulrich: Thank you so much for your swift responses. I haven't tested your solutions yet but after a quick look I think both of the implementations can resolve the problem I mentioned in the first time. Another question: currently I use the irk directly to identify my peer devices since I believe that the irk is unchanged during device's lifetime. Am I right?

Reply
  • @Hung, Ulrich: Thank you so much for your swift responses. I haven't tested your solutions yet but after a quick look I think both of the implementations can resolve the problem I mentioned in the first time. Another question: currently I use the irk directly to identify my peer devices since I believe that the irk is unchanged during device's lifetime. Am I right?

Children
Related