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.

CC2340R5: How to erase bond information/address on cc2340r5

Part Number: CC2340R5

Hello,

What is the proper way to erase bonding information/address on CC2340R5?  

Customer is trying to erase the bonding information using the function below, but the return value is an invalid value such as Status = 0x18.

 GAPBondMgr_SetParameter(GAPBOND_ERASE_SINGLEBOND, sizeof(uint8_t)*B_ADDR_LEN, Addr);

 As a cause, We think that it cannot be erased because the address information required by the above GAPBondMgr_SetParameter() function is incorrect.

According to our investigation, there are linkDB_GetInfo() and GAPBondMgr_FindAddr() as functions to acquire address information, but there are various types of acquisition addresses, and we don’t know which function to use.

Please tell us how to get the address information used to erase the bonding information and the correct way to erase the bonding information of CC2340.