Searched refs:esp_ble_gap_security_rsp (Results 1 – 19 of 19) sorted by relevance
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_hid_device_demo/main/ |
D | ble_hidd_demo_main.c | 142 esp_ble_gap_security_rsp(param->ble_security.ble_req.bd_addr, true); in gap_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_server/ |
D | README.md | 21 …with peer device. If the peer device initiates the encryption, `esp_ble_gap_security_rsp` should b…
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_server/ |
D | README.md | 22 …`esp_ble_gap_security_rsp` should be used to send security response to the peer device when `ESP_G…
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_client/ |
D | README.md | 20 …with peer device. If the peer device initiates the encryption, `esp_ble_gap_security_rsp` should b…
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_client/ |
D | README.md | 22 …`esp_ble_gap_security_rsp` should be used to send security response to the peer device when `ESP_G…
|
/hal_espressif-3.6.0/components/protocomm/src/simple_ble/ |
D | simple_ble.c | 58 esp_ble_gap_security_rsp(param->ble_security.ble_req.bd_addr, true); in gap_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_server/main/ |
D | example_ble_sec_gatts_demo.c | 337 esp_ble_gap_security_rsp(param->ble_security.ble_req.bd_addr, true); in gap_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_server/main/ |
D | ble50_sec_gatts_demo.c | 300 esp_ble_gap_security_rsp(param->ble_security.ble_req.bd_addr, true); in gap_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_server/tutorial/ |
D | Gatt_Security_Server_Example_Walkthrough.md | 224 …vent is used to reply a start encryption response by using the `esp_ble_gap_security_rsp()` API ca… 230 esp_ble_gap_security_rsp(param->ble_security.ble_req.bd_addr, true);
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_server/tutorial/ |
D | ble50_security_server_Example_Walkthrough.md | 224 …vent is used to reply a start encryption response by using the `esp_ble_gap_security_rsp()` API ca… 230 esp_ble_gap_security_rsp(param->ble_security.ble_req.bd_addr, true);
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_client/main/ |
D | example_ble_sec_gattc_demo.c | 406 esp_ble_gap_security_rsp(param->ble_security.ble_req.bd_addr, true); in esp_gap_cb()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_client/main/ |
D | ble50_sec_gattc_demo.c | 449 esp_ble_gap_security_rsp(param->ble_security.ble_req.bd_addr, true); in esp_gap_cb()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_ancs/main/ |
D | ble_ancs_demo.c | 290 esp_ble_gap_security_rsp(param->ble_security.ble_req.bd_addr, true); in gap_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_compatibility_test/main/ |
D | ble_compatibility_test.c | 347 esp_ble_gap_security_rsp(param->ble_security.ble_req.bd_addr, true); in gap_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_device/main/ |
D | esp_hid_gap.c | 547 esp_ble_gap_security_rsp(param->ble_security.ble_req.bd_addr, true); in ble_gap_event_handler()
|
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_host/main/ |
D | esp_hid_gap.c | 550 esp_ble_gap_security_rsp(param->ble_security.ble_req.bd_addr, true); in ble_gap_event_handler()
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/ |
D | esp_gap_ble_api.h | 1677 esp_err_t esp_ble_gap_security_rsp(esp_bd_addr_t bd_addr, bool accept);
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/ |
D | esp_gap_ble_api.c | 605 esp_err_t esp_ble_gap_security_rsp(esp_bd_addr_t bd_addr, bool accept) in esp_ble_gap_security_rsp() function
|
/hal_espressif-3.6.0/tools/test_idf_size/ |
D | overflow_esp32c3.map | 2727 .text.esp_ble_gap_security_rsp 61436 esp_ble_gap_security_rsp esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj)
|