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

SDK14 whitelisting and IRK

Hi, I am nrf52832 SDK14 .

Can you provide a simple example of IRK implementation to resolve the peripheral address in SDK 14.It will be helpful to get insight of it.

And in SDK14 many examples have gatt_init functions and peer manager implemented?

Why is peer manager preferred over device manager?

Why gatt_init is also implemented?

In SDK11 for all examples we have gap_params_init function but in SDK14 I can see gatt_init also.

  • These questions seem a unrelated, so next time I would appreciate if you would ask them separately.

    Can you provide a simple example of IRK implementation to resolve the peripheral address in SDK 14.It will be helpful to get insight of it.

    I can't sorry, but this might be of help to you.

    And in SDK14 many examples have gatt_init functions and peer manager implemented?

    Yes.

    Why is peer manager preferred over device manager?

    Device Manager is deprecated, replaced by Peer Manager.

    Why gatt_init is also implemented?

    gatt_init() initiates the GATT module, which handles negotiating and keeping track of GATT connection parameters and updating the data length.

Related