Home
last modified time | relevance | path

Searched refs:ESP_LE_AUTH_REQ_SC_MITM_BOND (Results 1 – 12 of 12) sorted by relevance

/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_server/main/
Dexample_ble_sec_gatts_demo.c246 case ESP_LE_AUTH_REQ_SC_MITM_BOND: in esp_auth_req_to_str()
555 …esp_ble_auth_req_t auth_req = ESP_LE_AUTH_REQ_SC_MITM_BOND; //bonding with peer device after a… in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_server/main/
Dble50_sec_gatts_demo.c217 case ESP_LE_AUTH_REQ_SC_MITM_BOND: in esp_auth_req_to_str()
509 …esp_ble_auth_req_t auth_req = ESP_LE_AUTH_REQ_SC_MITM_BOND; //bonding with peer device after a… in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_client/main/
Dexample_ble_sec_gattc_demo.c154 case ESP_LE_AUTH_REQ_SC_MITM_BOND: in esp_auth_req_to_str()
574 …esp_ble_auth_req_t auth_req = ESP_LE_AUTH_REQ_SC_MITM_BOND; //bonding with peer device after a… in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_client/main/
Dble50_sec_gattc_demo.c187 case ESP_LE_AUTH_REQ_SC_MITM_BOND: in esp_auth_req_to_str()
613 …esp_ble_auth_req_t auth_req = ESP_LE_AUTH_REQ_SC_MITM_BOND; //bonding with peer device after a… in app_main()
/hal_espressif-3.6.0/components/protocomm/src/simple_ble/
Dsimple_ble.c274 auth_req = ESP_LE_AUTH_REQ_SC_MITM_BOND; //bonding with peer device after authentication in simple_ble_start()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_ancs/main/
Dble_ancs_demo.c665 …esp_ble_auth_req_t auth_req = ESP_LE_AUTH_REQ_SC_MITM_BOND; //bonding with peer device after a… in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_compatibility_test/main/
Dble_compatibility_test.c683 …esp_ble_auth_req_t auth_req = ESP_LE_AUTH_REQ_SC_MITM_BOND; //bonding with peer device after a… in app_main()
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_device/main/
Desp_hid_gap.c617 esp_ble_auth_req_t auth_req = ESP_LE_AUTH_REQ_SC_MITM_BOND; in esp_hid_ble_gap_adv_init()
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_host/main/
Desp_hid_gap.c620 esp_ble_auth_req_t auth_req = ESP_LE_AUTH_REQ_SC_MITM_BOND; in esp_hid_ble_gap_adv_init()
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h61 #define ESP_LE_AUTH_REQ_SC_MITM_BOND (ESP_LE_AUTH_REQ_MITM | ESP_LE_AUTH_REQ_SC_ONLY | ESP_L… macro
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_server/tutorial/
DGatt_Security_Server_Example_Walkthrough.md55 ESP_LE_AUTH_REQ_SC_MITM_BOND: Secure Connections with MITM Protection and bonding enabled.
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_server/tutorial/
Dble50_security_server_Example_Walkthrough.md55 ESP_LE_AUTH_REQ_SC_MITM_BOND: Secure Connections with MITM Protection and bonding enabled.