Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Just Works -- Confirm Value Failed When Pairing

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?

ng-android.pcapng

Parents Reply
  • Hi, Martin:

    I have searched and checked all the questions in Q&A firstly, but not helpful.

    Please check the Sniffer data, the Pairing Response is Just Works's parameters.

    Below is my sec_param setting:

    sec_param.bond         = 1;
    sec_param.mitm         = 0;
    sec_param.io_caps      = 3;
    sec_param.oob          = 0;
    sec_param.min_key_size = 7;
    sec_param.max_key_size = 16;
    sec_param.kdist_central.enc  = 0;
    sec_param.kdist_central.id   = 1;
    sec_param.kdist_central.sign = 0;
    sec_param.kdist_periph.enc   = 1;
    sec_param.kdist_periph.id    = 1;    
    sec_param.kdist_periph.sign  = 0;

Children
No Data
Related