Searched refs:BTM_LE_AUTH_REQ_MITM (Results 1 – 3 of 3) sorted by relevance
983 if (security_required & BTM_SEC_OUT_MITM) auth_req |= BTM_LE_AUTH_REQ_MITM; in btm_ble_determine_security_act()992 if (security_required & BTM_SEC_IN_MITM) auth_req |= BTM_LE_AUTH_REQ_MITM; in btm_ble_determine_security_act()1015 if (auth_req & BTM_LE_AUTH_REQ_MITM) { in btm_ble_determine_security_act()1459 if (auth_req & BTM_LE_AUTH_REQ_MITM) { in btm_ble_link_sec_check()1761 p_data->auth_req |= BTM_LE_AUTH_REQ_MITM; in btm_ble_io_capabilities_req()1780 p_data->auth_req &= ~BTM_LE_AUTH_REQ_MITM; in btm_ble_io_capabilities_req()
600 #define BTA_LE_AUTH_REQ_MITM BTM_LE_AUTH_REQ_MITM /* 1 << 2 */
1593 #define BTM_LE_AUTH_REQ_MITM SMP_AUTH_YN_BIT /* 1 << 2 */ macro