This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Added ble_app_bas example to ble_app_uart example ,something wrong

The debug Log shows that 

in  main.c        static void ble_evt_handler(ble_evt_t const * p_ble_evt, void * p_context)          function

case BLE_GAP_EVT_SEC_PARAMS_REQUEST:
// Pairing not supported
err_code = sd_ble_gap_sec_params_reply(m_conn_handle, BLE_GAP_SEC_STATUS_PAIRING_NOT_SUPP, NULL, NULL);
APP_ERROR_CHECK(err_code);
break;

This case could not pass . 

How can I fix it?

Parents Reply Children
No Data
Related