Home
last modified time | relevance | path

Searched refs:BTM_SEC_IN_FLAGS (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/btm/
Dbtm_sec.c2148 if (((security_required & BTM_SEC_IN_FLAGS) == 0) || in btm_sec_l2cap_access_req()
2149 …((((security_required & BTM_SEC_IN_FLAGS) == BTM_SEC_IN_AUTHENTICATE) && (p_dev_rec->sec_flags & B… in btm_sec_l2cap_access_req()
2150 …((((security_required & BTM_SEC_IN_FLAGS) == (BTM_SEC_IN_AUTHENTICATE | BTM_SEC_IN_ENCRYPT)) && (p… in btm_sec_l2cap_access_req()
2151 …((((security_required & BTM_SEC_IN_FLAGS) == BTM_SEC_IN_FLAGS) && (p_dev_rec->sec_flags & BTM_SEC_… in btm_sec_l2cap_access_req()
2229 if (((security_required & BTM_SEC_IN_FLAGS) == 0) || in btm_sec_l2cap_access_req()
2230 …(((security_required & BTM_SEC_IN_FLAGS) == BTM_SEC_IN_AUTHENTICATE) && btm_dev_authenticated(p_de… in btm_sec_l2cap_access_req()
2231 …(((security_required & BTM_SEC_IN_FLAGS) == (BTM_SEC_IN_AUTHENTICATE | BTM_SEC_IN_ENCRYPT)) && btm… in btm_sec_l2cap_access_req()
2232 …(((security_required & BTM_SEC_IN_FLAGS) == BTM_SEC_IN_AUTHORIZE) && (btm_dev_authorized(p_dev_rec… in btm_sec_l2cap_access_req()
2233 …(((security_required & BTM_SEC_IN_FLAGS) == (BTM_SEC_IN_AUTHENTICATE | BTM_SEC_IN_AUTHORIZE)) && (… in btm_sec_l2cap_access_req()
2234 …(((security_required & BTM_SEC_IN_FLAGS) == (BTM_SEC_IN_ENCRYPT | BTM_SEC_IN_AUTHORIZE)) && ((btm_… in btm_sec_l2cap_access_req()
[all …]
Dbtm_ble.c936 … if ((security_required & BTM_SEC_IN_FLAGS) == 0&& (security_required & BTM_SEC_IN_MITM) == 0) in btm_ble_determine_security_act()
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h485 #define BTM_SEC_IN_FLAGS (BTM_SEC_IN_AUTHENTICATE | BTM_SEC_IN_ENCRYPT | BTM_SEC_IN_AUTHORIZE) macro