nordic 蓝牙无法系统配对问题的解决办法

on_ble_evt内注释掉BLE_GAP_EVT_SEC_PARAMS_REQUEST下的内容

        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);
						// resp_pair_request();
            break;

 

你可能感兴趣的:(nordic)