1.1.2.1.4.4.1 BLE_SMP_AcceptDebugKey
C
uint16_t BLE_SMP_AcceptDebugKey();
Description
Accept BLE SMP debug key during pairing procedure.
Note
If this API is called, then BLE_SMP_EnableDebugMode API is prohibited.
Return values
Return value | Description |
---|---|
MBA_RES_SUCCESS | Successfully set to accept debug key. |
MBA_RES_FAIL | Fail to set to accept debug key due to BLE_SMP_EnableDebugMode API is called. |