Searched refs:BTM_LE_AUTH_REQ_MITM (Results 1 – 3 of 3) sorted by relevance
988 auth_req |= BTM_LE_AUTH_REQ_MITM; in btm_ble_determine_security_act()1000 auth_req |= BTM_LE_AUTH_REQ_MITM; in btm_ble_determine_security_act()1033 if (auth_req & BTM_LE_AUTH_REQ_MITM) in btm_ble_determine_security_act()1484 if (auth_req & BTM_LE_AUTH_REQ_MITM) { in btm_ble_link_sec_check()1819 p_data->auth_req |= BTM_LE_AUTH_REQ_MITM; in btm_ble_io_capabilities_req()1838 p_data->auth_req &= ~BTM_LE_AUTH_REQ_MITM; in btm_ble_io_capabilities_req()
914 #define BTA_LE_AUTH_REQ_MITM BTM_LE_AUTH_REQ_MITM /* 1 << 2 */
1694 #define BTM_LE_AUTH_REQ_MITM SMP_AUTH_YN_BIT /* 1 << 2 */ macro