Home
last modified time | relevance | path

Searched refs:SMP_AUTH_BOND (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/smp/
Dsmp_act.c204 if (!(p_cb->loc_auth_req & SMP_AUTH_BOND)) 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()
896 p_cb->peer_auth_req |= SMP_AUTH_BOND; in smp_br_process_pairing_command()
897 p_cb->loc_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()
Dsmp_utils.c1067 if (!((bond_flag == SMP_AUTH_NO_BOND) || (bond_flag == SMP_AUTH_BOND))) in smp_pairing_request_response_parameters_are_valid()
/system/bt/stack/include/
Dsmp_api.h152 #define SMP_AUTH_BOND SMP_AUTH_GEN_BOND macro
/system/bt/stack/btm/
Dbtm_ble.c1738 if (!(p_data->auth_req & SMP_AUTH_BOND)) in btm_ble_io_capabilities_req()