Searched refs:BTM_SEC_IN_MITM (Results 1 – 7 of 7) sorted by relevance
58 (BTM_SEC_IN_AUTHENTICATE | BTM_SEC_IN_ENCRYPT | BTM_SEC_IN_MITM | \
844 (security_required & BTM_SEC_IN_MITM) == 0) { in btm_ble_determine_security_act()850 if (security_required & BTM_SEC_IN_MITM) auth_req |= BTM_LE_AUTH_REQ_MITM; in btm_ble_determine_security_act()1376 p_rec->security_required |= BTM_SEC_IN_MITM; in btm_ble_set_encryption()1613 if (p_dev_rec->security_required & BTM_SEC_IN_MITM) in btm_ble_io_capabilities_req()
479 BTM_SEC_IN_MITM | BTM_SEC_IN_MIN_16_DIGIT_PIN); in BTM_SetSecurityLevel()500 ~(BTM_SEC_IN_ENCRYPT | BTM_SEC_IN_AUTHENTICATE | BTM_SEC_IN_MITM | in BTM_SetSecurityLevel()511 if (sec_level & BTM_SEC_IN_AUTHENTICATE) sec_level |= BTM_SEC_IN_MITM; in BTM_SetSecurityLevel()1429 uint16_t mtm_check = is_originator ? BTM_SEC_OUT_MITM : BTM_SEC_IN_MITM; in btm_sec_is_upgrade_possible()1872 security_required |= BTM_SEC_IN_MITM; in btm_sec_mx_access_request()
508 BTM_SEC_IN_MITM = 0x1000, enumerator
268 security |= is_server ? BTM_SEC_IN_MITM : BTM_SEC_OUT_MITM; in btsock_l2cap_alloc_l()
187 security |= server ? BTM_SEC_IN_MITM : BTM_SEC_OUT_MITM; in alloc_rfc_slot()
352 BTM_SEC_IN_MITM | BTM_SEC_OUT_AUTHENTICATE | in Enforce()