BLE_SMP_AcceptDebugKey
C
uint16_t BLE_SMP_AcceptDebugKey(void);
Description
Accepts the use of the BLE SMP debug key during the pairing procedure.
Note
Invoking this function will prohibit the use of BLE_SMP_EnableDebugMode.
Return values
Return value | Description |
---|---|
MBA_RES_SUCCESS | Debug key acceptance configured successfully. |
MBA_RES_FAIL | Fail to accept the debug key because BLE_SMP_EnableDebugMode has already been called. |