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

ParamDescription
deviceAddressset to 0xffffffff in device or ext addr of the joining device
installCodepointer which holds the install code to be derived
pfCallbackcallback function to be called once the operation is finished

Returns

None