Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dsmp_api_types.h153 SMP_AUTH_BOND = (1u << 0), enumerator
163 (SMP_AUTH_BOND | SMP_AUTH_YN_BIT | SMP_SC_SUPPORT_BIT | SMP_KP_SUPPORT_BIT | \
171 (SMP_H7_SUPPORT_BIT | SMP_SC_SUPPORT_BIT | SMP_AUTH_YN_BIT | SMP_AUTH_BOND)
Dbtm_api_types.h802 #define BTM_LE_AUTH_REQ_BOND SMP_AUTH_BOND /* 1 << 0 */
/system/bt/stack/smp/
Dsmp_act.cc152 if (!(p_cb->loc_auth_req & SMP_AUTH_BOND)) { in smp_send_app_cback()
372 if ((p_cb->peer_auth_req & SMP_AUTH_BOND) && in smp_send_enc_info()
373 (p_cb->loc_auth_req & SMP_AUTH_BOND)) in smp_send_enc_info()
393 if ((p_cb->peer_auth_req & SMP_AUTH_BOND) && in smp_send_id_info()
394 (p_cb->loc_auth_req & SMP_AUTH_BOND)) in smp_send_id_info()
862 p_cb->peer_auth_req |= SMP_AUTH_BOND; in smp_br_process_pairing_command()
863 p_cb->loc_auth_req |= SMP_AUTH_BOND; in smp_br_process_pairing_command()
996 if ((p_cb->peer_auth_req & SMP_AUTH_BOND) && in smp_proc_central_id()
997 (p_cb->loc_auth_req & SMP_AUTH_BOND)) in smp_proc_central_id()
1048 if ((p_cb->peer_auth_req & SMP_AUTH_BOND) && in smp_proc_id_addr()
[all …]
Dsmp_utils.cc1098 if (!((bond_flag == SMP_AUTH_NO_BOND) || (bond_flag == SMP_AUTH_BOND))) { in smp_pairing_request_response_parameters_are_valid()
/system/bt/stack/btm/
Dbtm_ble.cc1392 ? SMP_AUTH_BOND in btm_ble_set_encryption()
1393 : (SMP_AUTH_BOND | SMP_AUTH_YN_BIT); in btm_ble_set_encryption()
1616 if (!(p_data->auth_req & SMP_AUTH_BOND)) { in btm_ble_io_capabilities_req()