Searched refs:BTM_SEC_IN_MITM (Results 1 – 5 of 5) sorted by relevance
993 … if ((security_required & BTM_SEC_IN_FLAGS) == 0&& (security_required & BTM_SEC_IN_MITM) == 0) in btm_ble_determine_security_act()999 if (security_required & BTM_SEC_IN_MITM) { in btm_ble_determine_security_act()1555 p_rec->security_required |= BTM_SEC_IN_MITM; in btm_ble_set_encryption()1818 if (p_dev_rec->security_required & BTM_SEC_IN_MITM) { in btm_ble_io_capabilities_req()
612 | BTM_SEC_IN_MITM | BTM_SEC_IN_MIN_16_DIGIT_PIN ); in btm_sec_set_security_level()646 … ~(BTM_SEC_IN_AUTHORIZE | BTM_SEC_IN_ENCRYPT | BTM_SEC_IN_AUTHENTICATE | BTM_SEC_IN_MITM | in btm_sec_set_security_level()653 … ~(BTM_SEC_IN_AUTHORIZE | BTM_SEC_IN_ENCRYPT | BTM_SEC_IN_AUTHENTICATE | BTM_SEC_IN_MITM | in btm_sec_set_security_level()665 sec_level |= BTM_SEC_IN_MITM; in btm_sec_set_security_level()1979 UINT16 mtm_check = is_originator ? BTM_SEC_OUT_MITM : BTM_SEC_IN_MITM; in btm_sec_is_upgrade_possible()
504 BTM_SEC_IN_MITM | BTM_SEC_MODE4_LEVEL4)
174 #define BTA_SEC_MITM (BTM_SEC_IN_MITM | BTM_SEC_OUT_MITM) /* Man-In-The_…
1208 #define BTM_SEC_IN_MITM 0x1000 /* inbound Do man in the middle protection */ macro