Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h58 #define ESP_LE_AUTH_REQ_SC_ONLY (1 << 3) /*!< 1 << 3 */… macro
59 #define ESP_LE_AUTH_REQ_SC_BOND (ESP_LE_AUTH_BOND | ESP_LE_AUTH_REQ_SC_ONLY) …
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.5.0/examples/bluetooth/bluedroid/ble/gatt_security_server/main/
Dexample_ble_sec_gatts_demo.c237 case ESP_LE_AUTH_REQ_SC_ONLY: in esp_auth_req_to_str()
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble_50/ble50_security_server/main/
Dble50_sec_gatts_demo.c208 case ESP_LE_AUTH_REQ_SC_ONLY: in esp_auth_req_to_str()
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble/gatt_security_client/main/
Dexample_ble_sec_gattc_demo.c145 case ESP_LE_AUTH_REQ_SC_ONLY: in esp_auth_req_to_str()
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble_50/ble50_security_client/main/
Dble50_sec_gattc_demo.c178 case ESP_LE_AUTH_REQ_SC_ONLY: in esp_auth_req_to_str()
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble/gatt_security_server/tutorial/
DGatt_Security_Server_Example_Walkthrough.md52 ESP_LE_AUTH_REQ_SC_ONLY: Secure Connections without bonding enabled.
/hal_espressif-3.5.0/examples/bluetooth/bluedroid/ble_50/ble50_security_server/tutorial/
Dble50_security_server_Example_Walkthrough.md52 ESP_LE_AUTH_REQ_SC_ONLY: Secure Connections without bonding enabled.