Searched refs:BTM_LE_AUTH_REQ_MITM (Results 1 – 3 of 3) sorted by relevance
995 if (security_required & BTM_SEC_OUT_MITM) auth_req |= BTM_LE_AUTH_REQ_MITM; 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()1027 if (auth_req & BTM_LE_AUTH_REQ_MITM) { in btm_ble_determine_security_act()1471 if (auth_req & BTM_LE_AUTH_REQ_MITM) { in btm_ble_link_sec_check()1775 p_data->auth_req |= BTM_LE_AUTH_REQ_MITM; in btm_ble_io_capabilities_req()1794 p_data->auth_req &= ~BTM_LE_AUTH_REQ_MITM; in btm_ble_io_capabilities_req()
593 #define BTA_LE_AUTH_REQ_MITM BTM_LE_AUTH_REQ_MITM /* 1 << 2 */
1314 #define BTM_LE_AUTH_REQ_MITM SMP_AUTH_YN_BIT /* 1 << 2 */ macro