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.

How to get bonded device list

Hi I found this api in hci.h

extern hciStatus_t HCI_LE_ReadWhiteListSizeCmd( void );

and it says "Related Events: HCI_CommandCompleteEvent"

How can I get the white list with this method. Am I supposed to process this event somewhere and get the returned list there somehow?

I also found the following ingapbondmgr.c

// Local RAM shadowed bond records
static gapBondRec_t bonds[GAP_BONDINGS_MAX] = {0};

So is this supposed to be used by an application? or should the  HCI command be used?

Any help or discussion is welcome. Thanks.