Searched refs:peer_auth_req (Results 1 – 6 of 6) sorted by relevance
132 p_cb->loc_auth_req = p_cb->peer_auth_req = SMP_DEFAULT_AUTH_REQ; in smp_connect_callback()204 p_cb->peer_auth_req, p_cb->loc_auth_req); in smp_data_received()206 if ((p_cb->peer_auth_req & SMP_SC_SUPPORT_BIT) && in smp_data_received()310 p_cb->loc_auth_req = p_cb->peer_auth_req = 0; in smp_br_connect_callback()
124 cb_data.io_req.auth_req = p_cb->peer_auth_req; in smp_send_app_cback()395 if ((p_cb->peer_auth_req & SMP_AUTH_BOND) && in smp_send_enc_info()412 if ((p_cb->peer_auth_req & SMP_AUTH_BOND) && in smp_send_id_info()494 p_cb->peer_auth_req = auth_req; in smp_proc_sec_req()575 STREAM_TO_UINT8(p_cb->peer_auth_req, p); in smp_proc_pair_cmd()694 (p_cb->peer_auth_req & SMP_SC_SUPPORT_BIT)) && in smp_proc_rand()861 STREAM_TO_UINT8(p_cb->peer_auth_req, p); in smp_br_process_pairing_command()892 p_cb->peer_auth_req |= SMP_AUTH_BOND; in smp_br_process_pairing_command()932 (p_cb->peer_auth_req & SMP_H7_SUPPORT_BIT)) { in smp_br_check_authorization_request()1025 if ((p_cb->peer_auth_req & SMP_AUTH_BOND) && in smp_proc_central_id()[all …]
1171 p_cb->peer_auth_req & 0x03; // 0x03 is gen bond with appropriate mask in smp_pairing_request_response_parameters_are_valid()1310 p_cb->peer_auth_req, p_cb->loc_auth_req); in smp_select_association_model()1314 if ((p_cb->peer_auth_req & SMP_SC_SUPPORT_BIT) && in smp_select_association_model()1319 if ((p_cb->peer_auth_req & SMP_H7_SUPPORT_BIT) && in smp_select_association_model()1353 if (SMP_NO_MITM_REQUIRED(p_cb->peer_auth_req) && in smp_select_legacy_association_model()1391 if (SMP_NO_MITM_REQUIRED(p_cb->peer_auth_req) && in smp_select_association_model_secure_connections()1463 iocap[2] = p_cb->peer_auth_req; in smp_collect_peer_io_capabilities()
319 tSMP_AUTH_REQ peer_auth_req; variable
250 UINT8_TO_STREAM(p, p_cb->peer_auth_req); in smp_concatenate_peer()
194 p_cb_.peer_auth_req = 0x00; in SetUp()