Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/btm/
Dbtm_ble.c1110 p_rec->security_required |= BTM_SEC_IN_MITM; in btm_ble_set_encryption()
1391 if (p_dev_rec->security_required & BTM_SEC_IN_MITM) in btm_ble_io_capabilities_req()
Dbtm_sec.c604 …_level &= ~(BTM_SEC_IN_AUTHORIZE | BTM_SEC_IN_ENCRYPT | BTM_SEC_IN_AUTHENTICATE | BTM_SEC_IN_MITM); in btm_sec_set_security_level()
637 … ~(BTM_SEC_IN_AUTHORIZE | BTM_SEC_IN_ENCRYPT | BTM_SEC_IN_AUTHENTICATE | BTM_SEC_IN_MITM | in btm_sec_set_security_level()
644 … ~(BTM_SEC_IN_AUTHORIZE | BTM_SEC_IN_ENCRYPT | BTM_SEC_IN_AUTHENTICATE | BTM_SEC_IN_MITM | in btm_sec_set_security_level()
654 sec_level |= BTM_SEC_IN_MITM; in btm_sec_set_security_level()
1990 UINT16 mtm_check = is_originator ? BTM_SEC_OUT_MITM : BTM_SEC_IN_MITM; in btm_sec_is_upgrade_possible()
/external/bluetooth/bluedroid/stack/include/
Dbtm_api.h1108 #define BTM_SEC_IN_MITM 0x1000 /* inbound Do man in the middle protection */ macro