Searched refs:BTM_LE_AUTH_REQ_MITM (Results 1 – 3 of 3) sorted by relevance
1076 if (security_required & BTM_SEC_OUT_MITM) auth_req |= BTM_LE_AUTH_REQ_MITM; in btm_ble_determine_security_act()1085 if (security_required & BTM_SEC_IN_MITM) auth_req |= BTM_LE_AUTH_REQ_MITM; in btm_ble_determine_security_act()1108 if (auth_req & BTM_LE_AUTH_REQ_MITM) { in btm_ble_determine_security_act()1552 if (auth_req & BTM_LE_AUTH_REQ_MITM) { in btm_ble_link_sec_check()1856 p_data->auth_req |= BTM_LE_AUTH_REQ_MITM; in btm_ble_io_capabilities_req()1875 p_data->auth_req &= ~BTM_LE_AUTH_REQ_MITM; in btm_ble_io_capabilities_req()
594 #define BTA_LE_AUTH_REQ_MITM BTM_LE_AUTH_REQ_MITM /* 1 << 2 */
1529 #define BTM_LE_AUTH_REQ_MITM SMP_AUTH_YN_BIT /* 1 << 2 */ macro