Searched refs:esp_ble_set_encryption (Results 1 – 15 of 15) sorted by relevance
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_server/ |
D | README.md | 21 2.`esp_ble_set_encryption` should be used to start encryption with peer device. If the peer device …
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_server/ |
D | README.md | 21 2.`esp_ble_set_encryption` should be used to start encryption with peer device. If the peer device …
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_client/ |
D | README.md | 20 2. `esp_ble_set_encryption` should be used to start encryption with peer device. If the peer device…
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_client/ |
D | README.md | 21 2. `esp_ble_set_encryption` should be used to start encryption with peer device. If the peer device…
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_server/main/ |
D | example_ble_sec_gatts_demo.c | 432 esp_ble_set_encryption(param->connect.remote_bda, ESP_BLE_SEC_ENCRYPT_MITM); in gatts_profile_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_server/main/ |
D | ble50_sec_gatts_demo.c | 386 esp_ble_set_encryption(param->connect.remote_bda, ESP_BLE_SEC_ENCRYPT_MITM); in gatts_profile_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_server/tutorial/ |
D | Gatt_Security_Server_Example_Walkthrough.md | 94 …oyed to perform the pairing and bonding process by invoking the `esp_ble_set_encryption()` functio… 99 esp_ble_set_encryption(param->connect.remote_bda, ESP_BLE_SEC_ENCRYPT_MITM);
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_server/tutorial/ |
D | ble50_security_server_Example_Walkthrough.md | 94 …oyed to perform the pairing and bonding process by invoking the `esp_ble_set_encryption()` functio… 99 esp_ble_set_encryption(param->connect.remote_bda, ESP_BLE_SEC_ENCRYPT_MITM);
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_ancs/main/ |
D | ble_ancs_demo.c | 347 esp_ble_set_encryption(param->open.remote_bda, ESP_BLE_SEC_ENCRYPT_MITM); in gattc_profile_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_compatibility_test/main/ |
D | ble_compatibility_test.c | 564 esp_ble_set_encryption(param->connect.remote_bda, ESP_BLE_SEC_ENCRYPT_MITM); in gatts_profile_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_hid_device_demo/main/ |
D | hid_device_le_prf.c | 580 esp_ble_set_encryption(param->connect.remote_bda, ESP_BLE_SEC_ENCRYPT_NO_MITM); in esp_hidd_prf_cb_hdl()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/ |
D | esp_gap_ble_api.h | 1693 esp_err_t esp_ble_set_encryption(esp_bd_addr_t bd_addr, esp_ble_sec_act_t sec_act);
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/ |
D | esp_gap_ble_api.c | 588 esp_err_t esp_ble_set_encryption(esp_bd_addr_t bd_addr, esp_ble_sec_act_t sec_act) in esp_ble_set_encryption() function
|
/hal_espressif-3.6.0/components/esp_hid/src/ |
D | ble_hidd.c | 484 esp_ble_set_encryption(param->connect.remote_bda, ESP_BLE_SEC_ENCRYPT_NO_MITM); in hid_event_handler()
|
/hal_espressif-3.6.0/tools/test_idf_size/ |
D | overflow_esp32c3.map | 2725 .text.esp_ble_set_encryption 61463 esp_ble_set_encryption esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj)
|