Part Number: CC2564
Does the Bluetopia API support resolving list commands? I don't see any in GAPAPI.h
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: CC2564
Does the Bluetopia API support resolving list commands? I don't see any in GAPAPI.h
It's not clear to me from the description that this function adds a Resolvable Address to the Resolving List in the Link Layer. I am trying add a identity address to the white list. Does this function add store the IRK to be used with the White List?
Hi,
Jackson Keating said:Does GAP_LE_Resolve_Address() save an IRK to be used with the White List?
The GAP_LE_Resolve_Address() will call the HCI_LE_Encrpt command to resolve the address from the IRK. It will not store the IRK in whitelist.
The White list consists of Address Type and BD_ADDR. The IRK will not be stored in the CC256x since the CC256x is an HCI controller. The IRK needs to be stored in the host MCU/processor at the application layer.
Best regards,
Vihang
Please refer to the CC2564B component ICS report : www.bluetooth.org/.../QLI_viewQDL.cfm
Also, for CC2564C (spec v4.2) : www.bluetooth.org/.../QLI_viewQDL.cfm
The Add device to resolving list command is not a required according to Bluetooth Specs. It is mandetory only under certain conditions, and they do not apply to CC2564B/CC2564C. So this resolving list feature is not supported in the controller.