Home
last modified time | relevance | path

Searched refs:esp_ble_gap_config_adv_data (Results 1 – 18 of 18) sorted by relevance

/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_server/main/
Dexample_ble_sec_gatts_demo.c377 esp_err_t ret = esp_ble_gap_config_adv_data(&heart_rate_adv_config); in gap_event_handler()
384 ret = esp_ble_gap_config_adv_data(&heart_rate_scan_rsp_config); in gap_event_handler()
/hal_espressif-3.6.0/examples/system/ota/advanced_https_ota/main/ble_helper/
Dbluedroid_gatts.c165 esp_err_t ret = esp_ble_gap_config_adv_data(&adv_data); in gatts_profile_a_event_handler()
171 ret = esp_ble_gap_config_adv_data(&scan_rsp_data); in gatts_profile_a_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/tutorial/
DGatt_Server_Service_Table_Example_Walkthrough.md167 * ``esp_ble_gap_config_adv_data()``: used to configure standard advertising data.
169 …standard Bluetooth Specification advertisement parameters is ``esp_ble_gap_config_adv_data()`` whi…
211 …in the scan response, which can be configured using the same ``esp_ble_gap_config_adv_data()`` fun…
223 esp_ble_gap_config_adv_data(&heart_rate_adv_config);
277 Note that ``esp_ble_gap_config_adv_data()`` configures the data that is advertised to the client an…
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/main/
Dgatts_table_creat_demo.c362 esp_err_t ret = esp_ble_gap_config_adv_data(&adv_data); in gatts_profile_event_handler()
368 ret = esp_ble_gap_config_adv_data(&scan_rsp_data); in gatts_profile_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_hid_device_demo/main/
Dble_hidd_demo_main.c101 esp_ble_gap_config_adv_data(&hidd_adv_data); in hidd_event_callback()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_ancs/main/
Dble_ancs_demo.c310 esp_err_t ret = esp_ble_gap_config_adv_data(&adv_config); in gap_event_handler()
317 ret = esp_ble_gap_config_adv_data(&scan_rsp_config); in gap_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_compatibility_test/main/
Dble_compatibility_test.c477 esp_err_t ret = esp_ble_gap_config_adv_data(&adv_data); in gatts_profile_event_handler()
483 ret = esp_ble_gap_config_adv_data(&scan_rsp_data); in gatts_profile_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_server/main/
Dexample_ble_server_throughput.c365 esp_err_t ret = esp_ble_gap_config_adv_data(&adv_data); in gatts_profile_a_event_handler()
371 ret = esp_ble_gap_config_adv_data(&scan_rsp_data); in gatts_profile_a_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/main/
Dgatts_demo.c325 esp_err_t ret = esp_ble_gap_config_adv_data(&adv_data); in gatts_profile_a_event_handler()
331 ret = esp_ble_gap_config_adv_data(&scan_rsp_data); in gatts_profile_a_event_handler()
/hal_espressif-3.6.0/components/bt/common/btc/profile/esp/blufi/bluedroid_host/
Desp_blufi.c374 esp_ble_gap_config_adv_data(&blufi_adv_data); in esp_blufi_adv_start()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/gattc_gatts_coex/main/
Dgattc_gatts_coex.c608 esp_err_t ret = esp_ble_gap_config_adv_data(&adv_data); in gatts_profile_a_event_handler()
614 ret = esp_ble_gap_config_adv_data(&scan_rsp_data); in gatts_profile_a_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/tutorial/
DGatt_Server_Example_Walkthrough.md210 … standard Bluetooth Specification advertisement parameters is `esp_ble_gap_config_adv_data()`, whi…
281 esp_err_t ret = esp_ble_gap_config_adv_data(&adv_data);
287 ret = esp_ble_gap_config_adv_data(&scan_rsp_data);
358 Note that `esp_ble_gap_config_adv_data()` configures the data that will be advertised to the client…
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_device/main/
Desp_hid_gap.c662 if ((ret = esp_ble_gap_config_adv_data(&ble_adv_data)) != ESP_OK) { in esp_hid_ble_gap_adv_init()
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_host/main/
Desp_hid_gap.c665 if ((ret = esp_ble_gap_config_adv_data(&ble_adv_data)) != ESP_OK) { in esp_hid_ble_gap_adv_init()
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h1328 esp_err_t esp_ble_gap_config_adv_data (esp_ble_adv_data_t *adv_data);
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/
Desp_gap_ble_api.c34 esp_err_t esp_ble_gap_config_adv_data(esp_ble_adv_data_t *adv_data) in esp_ble_gap_config_adv_data() function
/hal_espressif-3.6.0/tools/test_idf_size/
Doverflow_esp32s3.map30436 .literal.esp_ble_gap_config_adv_data
35839 .text.esp_ble_gap_config_adv_data
35842 0x000000004037eb54 esp_ble_gap_config_adv_data
82457 esp_ble_gap_config_adv_data esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj)
Doverflow_esp32c3.map19813 .text.esp_ble_gap_config_adv_data
19815 0x0000000040388a8a esp_ble_gap_config_adv_data
61423 esp_ble_gap_config_adv_data esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj)