Home
last modified time | relevance | path

Searched refs:BTM_SEC_IN_MITM (Results 1 – 6 of 6) sorted by relevance

/system/bt/stack/btm/
Dbtm_ble.cc998 (security_required & BTM_SEC_IN_MITM) == 0) { in btm_ble_determine_security_act()
1004 if (security_required & BTM_SEC_IN_MITM) auth_req |= BTM_LE_AUTH_REQ_MITM; in btm_ble_determine_security_act()
1537 p_rec->security_required |= BTM_SEC_IN_MITM; in btm_ble_set_encryption()
1774 if (p_dev_rec->security_required & BTM_SEC_IN_MITM) in btm_ble_io_capabilities_req()
Dbtm_int_types.h379 (BTM_SEC_IN_AUTHENTICATE | BTM_SEC_IN_ENCRYPT | BTM_SEC_IN_MITM | \
Dbtm_sec.cc500 BTM_SEC_IN_MITM | BTM_SEC_IN_MIN_16_DIGIT_PIN); in BTM_SetSecurityLevel()
525 BTM_SEC_IN_AUTHENTICATE | BTM_SEC_IN_MITM | BTM_SEC_FORCE_MASTER | in BTM_SetSecurityLevel()
538 if (sec_level & BTM_SEC_IN_AUTHENTICATE) sec_level |= BTM_SEC_IN_MITM; in BTM_SetSecurityLevel()
1568 uint16_t mtm_check = is_originator ? BTM_SEC_OUT_MITM : BTM_SEC_IN_MITM; in btm_sec_is_upgrade_possible()
/system/bt/stack/include/
Dbtm_api_types.h899 #define BTM_SEC_IN_MITM 0x1000 macro
/system/bt/btif/src/
Dbtif_sock_rfc.cc200 security |= server ? BTM_SEC_IN_MITM : BTM_SEC_OUT_MITM; in alloc_rfc_slot()
Dbtif_sock_l2cap.cc302 security |= is_server ? BTM_SEC_IN_MITM : BTM_SEC_OUT_MITM; in btsock_l2cap_alloc_l()