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?
What does sd_ble_gap_sec_params_reply() return?
Because in file "device_manager_peripheral.c", before call "sd_ble_gap_sec_params_reply()", there are "keys_exchanged.keys_central.p_enc_key = NULL;" , so it will return error NRF_ERROR_INVALID_ADDR.
I will modify it to test more.
Because in file "device_manager_peripheral.c", before call "sd_ble_gap_sec_params_reply()", there are "keys_exchanged.keys_central.p_enc_key = NULL;" , so it will return error NRF_ERROR_INVALID_ADDR.
I will modify it to test more.