Home
last modified time | relevance | path

Searched refs:BTM_LE_AUTH_REQ_MITM (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble.c988 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()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h914 #define BTA_LE_AUTH_REQ_MITM BTM_LE_AUTH_REQ_MITM /* 1 << 2 */
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h1694 #define BTM_LE_AUTH_REQ_MITM SMP_AUTH_YN_BIT /* 1 << 2 */ macro