Home
last modified time | relevance | path

Searched refs:ESP_LE_AUTH_REQ_MITM (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h56 #define ESP_LE_AUTH_REQ_MITM (1 << 2) /*!< 1 << 2 */… macro
57 #define ESP_LE_AUTH_REQ_BOND_MITM (ESP_LE_AUTH_BOND | ESP_LE_AUTH_REQ_MITM)/*!< 0101*/
60 #define ESP_LE_AUTH_REQ_SC_MITM (ESP_LE_AUTH_REQ_MITM | ESP_LE_AUTH_REQ_SC_ONLY) …
61 #define ESP_LE_AUTH_REQ_SC_MITM_BOND (ESP_LE_AUTH_REQ_MITM | ESP_LE_AUTH_REQ_SC_ONLY | ESP_L…
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_server/main/
Dexample_ble_sec_gatts_demo.c231 case ESP_LE_AUTH_REQ_MITM: in esp_auth_req_to_str()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_server/main/
Dble50_sec_gatts_demo.c202 case ESP_LE_AUTH_REQ_MITM: in esp_auth_req_to_str()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_client/main/
Dexample_ble_sec_gattc_demo.c139 case ESP_LE_AUTH_REQ_MITM: in esp_auth_req_to_str()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_client/main/
Dble50_sec_gattc_demo.c172 case ESP_LE_AUTH_REQ_MITM: in esp_auth_req_to_str()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_server/tutorial/
DGatt_Security_Server_Example_Walkthrough.md51 ESP_LE_AUTH_REQ_MITM: MITM Protection is enabled.
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_server/tutorial/
Dble50_security_server_Example_Walkthrough.md51 ESP_LE_AUTH_REQ_MITM: MITM Protection is enabled.