5.1.1.1.3 BDB_ConfigureInstallCode Function
Syntax
void BDB_ConfigureInstallCode(ExtAddr_t deviceAddress, uint8_t *installCode, IcStatusCallback_t pfCallback);
Description
- BDB public API to configure install code
- This API calculates the CRC for the install code and compares it with the given CRC.
- Derives the link key using SSP AES and sets the key in APS key pair set
Input Parameters
Parameter Name | Description |
---|---|
deviceAddress | Set to 0xffffffff in device or extended address of the joining device |
installCode | Pointer that holds the install code to be derived |
pfCallback | Call the callback function once the operation finishes |
Return Type and Values
- None