Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_act.c168 if (!(p_cb->loc_auth_req & SMP_AUTH_BOND)) { in smp_send_app_cback()
381 if ((p_cb->peer_auth_req & SMP_AUTH_BOND) && (p_cb->loc_auth_req & SMP_AUTH_BOND)) { in smp_send_enc_info()
406 if ((p_cb->peer_auth_req & SMP_AUTH_BOND) && (p_cb->loc_auth_req & SMP_AUTH_BOND)) { in smp_send_id_info()
916 p_cb->peer_auth_req |= SMP_AUTH_BOND; in smp_br_process_pairing_command()
917 p_cb->loc_auth_req |= SMP_AUTH_BOND; in smp_br_process_pairing_command()
1044 if ((p_cb->peer_auth_req & SMP_AUTH_BOND) && (p_cb->loc_auth_req & SMP_AUTH_BOND)) { in smp_proc_master_id()
1090 if ((p_cb->peer_auth_req & SMP_AUTH_BOND) && (p_cb->loc_auth_req & SMP_AUTH_BOND)) { in smp_proc_id_addr()
1116 if ((p_cb->peer_auth_req & SMP_AUTH_BOND) && (p_cb->loc_auth_req & SMP_AUTH_BOND)) { in smp_proc_srk_info()
Dsmp_utils.c1140 if (!((bond_flag == SMP_AUTH_NO_BOND) || (bond_flag == SMP_AUTH_BOND))) { in smp_pairing_request_response_parameters_are_valid()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dsmp_api.h150 #define SMP_AUTH_BOND SMP_AUTH_GEN_BOND macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble.c1822 if (!(p_data->auth_req & SMP_AUTH_BOND)) { in btm_ble_io_capabilities_req()