Home
last modified time | relevance | path

Searched refs:peer_auth_req (Results 1 – 5 of 5) sorted by relevance

/system/bt/stack/smp/
Dsmp_l2c.c121 p_cb->loc_auth_req = p_cb->peer_auth_req = SMP_DEFAULT_AUTH_REQ; in smp_connect_callback()
191 __FUNCTION__, cmd, p_cb->peer_auth_req, p_cb->loc_auth_req); in smp_data_received()
193 if ((p_cb->peer_auth_req & SMP_SC_SUPPORT_BIT) && in smp_data_received()
274 p_cb->loc_auth_req = p_cb->peer_auth_req = 0; in smp_br_connect_callback()
Dsmp_act.c156 cb_data.io_req.auth_req = p_cb->peer_auth_req; in smp_send_app_cback()
413 if ((p_cb->peer_auth_req & SMP_AUTH_BOND) && (p_cb->loc_auth_req & SMP_AUTH_BOND)) in smp_send_enc_info()
435 if ((p_cb->peer_auth_req & SMP_AUTH_BOND) && (p_cb->loc_auth_req & SMP_AUTH_BOND)) in smp_send_id_info()
515 p_cb->peer_auth_req = auth_req; in smp_proc_sec_req()
582 STREAM_TO_UINT8(p_cb->peer_auth_req, p); in smp_proc_pair_cmd()
865 STREAM_TO_UINT8(p_cb->peer_auth_req, p); in smp_br_process_pairing_command()
896 p_cb->peer_auth_req |= SMP_AUTH_BOND; in smp_br_process_pairing_command()
1026 if ((p_cb->peer_auth_req & SMP_AUTH_BOND) && (p_cb->loc_auth_req & SMP_AUTH_BOND)) in smp_proc_master_id()
1069 if ((p_cb->peer_auth_req & SMP_AUTH_BOND) && (p_cb->loc_auth_req & SMP_AUTH_BOND)) in smp_proc_id_addr()
1091 if ((p_cb->peer_auth_req & SMP_AUTH_BOND) && (p_cb->loc_auth_req & SMP_AUTH_BOND)) in smp_proc_srk_info()
[all …]
Dsmp_utils.c1046 UINT8 bond_flag = p_cb->peer_auth_req & 0x03; //0x03 is gen bond with appropriate mask in smp_pairing_request_response_parameters_are_valid()
1191 __FUNCTION__, p_cb->peer_auth_req, p_cb->loc_auth_req); in smp_select_association_model()
1196 if ((p_cb->peer_auth_req & SMP_SC_SUPPORT_BIT) && (p_cb->loc_auth_req & SMP_SC_SUPPORT_BIT)) in smp_select_association_model()
1231 if (SMP_NO_MITM_REQUIRED (p_cb->peer_auth_req) && SMP_NO_MITM_REQUIRED(p_cb->loc_auth_req)) in smp_select_legacy_association_model()
1269 if (SMP_NO_MITM_REQUIRED (p_cb->peer_auth_req) && SMP_NO_MITM_REQUIRED(p_cb->loc_auth_req)) in smp_select_association_model_secure_connections()
1366 iocap[2] = p_cb->peer_auth_req; in smp_collect_peer_io_capabilities()
Dsmp_int.h309 tSMP_AUTH_REQ peer_auth_req; member
Dsmp_keys.c483 UINT8_TO_STREAM(p, p_cb->peer_auth_req); in smp_concatenate_peer()