Searched refs:BTM_LE_AUTH_REQ_MITM (Results 1 – 2 of 2) sorted by relevance
841 if (security_required & BTM_SEC_OUT_MITM) auth_req |= BTM_LE_AUTH_REQ_MITM; 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()865 if (auth_req & BTM_LE_AUTH_REQ_MITM) { in btm_ble_determine_security_act()1310 if (auth_req & BTM_LE_AUTH_REQ_MITM) { in btm_ble_link_sec_check()1614 p_data->auth_req |= BTM_LE_AUTH_REQ_MITM; in btm_ble_io_capabilities_req()1633 p_data->auth_req &= ~BTM_LE_AUTH_REQ_MITM; in btm_ble_io_capabilities_req()
803 #define BTM_LE_AUTH_REQ_MITM SMP_AUTH_YN_BIT /* 1 << 2 */ macro