Searched refs:BTM_SEC_IN_MITM (Results 1 – 7 of 7) sorted by relevance
887 … if ((security_required & BTM_SEC_IN_FLAGS) == 0&& (security_required & BTM_SEC_IN_MITM) == 0) in btm_ble_determine_security_act()893 if (security_required & BTM_SEC_IN_MITM) in btm_ble_determine_security_act()1436 p_rec->security_required |= BTM_SEC_IN_MITM; in btm_ble_set_encryption()1699 if (p_dev_rec->security_required & BTM_SEC_IN_MITM) in btm_ble_io_capabilities_req()
628 | BTM_SEC_IN_MITM | BTM_SEC_IN_MIN_16_DIGIT_PIN ); in btm_sec_set_security_level()663 … ~(BTM_SEC_IN_AUTHORIZE | BTM_SEC_IN_ENCRYPT | BTM_SEC_IN_AUTHENTICATE | BTM_SEC_IN_MITM | in btm_sec_set_security_level()671 … ~(BTM_SEC_IN_AUTHORIZE | BTM_SEC_IN_ENCRYPT | BTM_SEC_IN_AUTHENTICATE | BTM_SEC_IN_MITM | in btm_sec_set_security_level()684 sec_level |= BTM_SEC_IN_MITM; in btm_sec_set_security_level()1999 UINT16 mtm_check = is_originator ? BTM_SEC_OUT_MITM : BTM_SEC_IN_MITM; in btm_sec_is_upgrade_possible()
429 BTM_SEC_IN_MITM | BTM_SEC_MODE4_LEVEL4)
187 security |= server ? BTM_SEC_IN_MITM : BTM_SEC_OUT_MITM; in alloc_rfc_slot()
309 security |= is_server ? BTM_SEC_IN_MITM : BTM_SEC_OUT_MITM; in btsock_l2cap_alloc_l()
166 #define BTA_SEC_MITM (BTM_SEC_IN_MITM | BTM_SEC_OUT_MITM) /* Man-In-The_…
1113 #define BTM_SEC_IN_MITM 0x1000 /* inbound Do man in the middle protection */ macro