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.h121 #define SMP_AUTH_BOND 0x01 macro
130 (SMP_AUTH_BOND | SMP_AUTH_YN_BIT | SMP_SC_SUPPORT_BIT | SMP_KP_SUPPORT_BIT | \
140 #define SMP_AUTH_GB_ENC_ONLY SMP_AUTH_BOND
144 #define SMP_AUTH_GB_IOCAP (SMP_AUTH_BOND | SMP_AUTH_YN_BIT)
150 #define SMP_AUTH_SC_GB (SMP_H7_SUPPORT_BIT | SMP_SC_SUPPORT_BIT | SMP_AUTH_BOND)
158 (SMP_H7_SUPPORT_BIT | SMP_SC_SUPPORT_BIT | SMP_AUTH_YN_BIT | SMP_AUTH_BOND)
Dbtm_api_types.h1592 #define BTM_LE_AUTH_REQ_BOND SMP_AUTH_BOND /* 1 << 0 */
/system/bt/stack/smp/
Dsmp_act.cc157 if (!(p_cb->loc_auth_req & SMP_AUTH_BOND)) { in smp_send_app_cback()
361 if ((p_cb->peer_auth_req & SMP_AUTH_BOND) && in smp_send_enc_info()
362 (p_cb->loc_auth_req & SMP_AUTH_BOND)) in smp_send_enc_info()
382 if ((p_cb->peer_auth_req & SMP_AUTH_BOND) && in smp_send_id_info()
383 (p_cb->loc_auth_req & SMP_AUTH_BOND)) in smp_send_id_info()
840 p_cb->peer_auth_req |= SMP_AUTH_BOND; in smp_br_process_pairing_command()
841 p_cb->loc_auth_req |= SMP_AUTH_BOND; in smp_br_process_pairing_command()
974 if ((p_cb->peer_auth_req & SMP_AUTH_BOND) && in smp_proc_master_id()
975 (p_cb->loc_auth_req & SMP_AUTH_BOND)) in smp_proc_master_id()
1026 if ((p_cb->peer_auth_req & SMP_AUTH_BOND) && in smp_proc_id_addr()
[all …]
Dsmp_utils.cc1087 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.cc1541 ? SMP_AUTH_BOND in btm_ble_set_encryption()
1542 : (SMP_AUTH_BOND | SMP_AUTH_YN_BIT); in btm_ble_set_encryption()
1763 if (!(p_data->auth_req & SMP_AUTH_BOND)) { in btm_ble_io_capabilities_req()