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.c202 if (!(p_cb->loc_auth_req & SMP_AUTH_BOND)) in smp_send_app_cback()
411 if ((p_cb->peer_auth_req & SMP_AUTH_BOND) && (p_cb->loc_auth_req & SMP_AUTH_BOND)) in smp_send_enc_info()
433 if ((p_cb->peer_auth_req & SMP_AUTH_BOND) && (p_cb->loc_auth_req & SMP_AUTH_BOND)) in smp_send_id_info()
891 p_cb->peer_auth_req |= SMP_AUTH_BOND; in smp_br_process_pairing_command()
892 p_cb->loc_auth_req |= SMP_AUTH_BOND; in smp_br_process_pairing_command()
1021 if ((p_cb->peer_auth_req & SMP_AUTH_BOND) && (p_cb->loc_auth_req & SMP_AUTH_BOND)) in smp_proc_master_id()
1064 if ((p_cb->peer_auth_req & SMP_AUTH_BOND) && (p_cb->loc_auth_req & SMP_AUTH_BOND)) in smp_proc_id_addr()
1086 if ((p_cb->peer_auth_req & SMP_AUTH_BOND) && (p_cb->loc_auth_req & SMP_AUTH_BOND)) in smp_proc_srk_info()
Dsmp_utils.c1041 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.c1702 if (!(p_data->auth_req & SMP_AUTH_BOND)) in btm_ble_io_capabilities_req()