SDK_V10, S110_V8.0.0,
Just Works, getting error BLE_GAP_SEC_STATUS_CONFIRM_VALUE when bonding, attached file is Sniffer data. What is the problem?
SDK_V10, S110_V8.0.0,
Just Works, getting error BLE_GAP_SEC_STATUS_CONFIRM_VALUE when bonding, attached file is Sniffer data. What is the problem?
sec_param.kdist_central.enc = 0;
Change 'enc' (Long Term Key and Master Identification) to:
sec_param.kdist_central.enc = 1;
(I would recommend you to use the macros and true/false, instead of just numbers)
sec_param.kdist_central.enc = 0;
Change 'enc' (Long Term Key and Master Identification) to:
sec_param.kdist_central.enc = 1;
(I would recommend you to use the macros and true/false, instead of just numbers)
Hi, Martin:
I try it before, sd_ble_gap_sec_params_reply() will return error, not response to master.