BDB_ConfigureInstallCode Function
C
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 compare with the given CRC Derives the link key using SSP AES and sets the key in APS Key Pair Set
Parameters
Param | Description |
---|---|
deviceAddress | set to 0xffffffff in device or ext addr of the joining device |
installCode | pointer which holds the install code to be derived |
pfCallback | callback function to be called once the operation is finished |
Returns
None