Home
last modified time | relevance | path

Searched refs:esp_ble_gap_start_advertising (Results 1 – 24 of 24) sorted by relevance

/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/main/
Dgatts_table_creat_demo.c229 esp_ble_gap_start_advertising(&adv_params); in gap_event_handler()
235 esp_ble_gap_start_advertising(&adv_params); in gap_event_handler()
242 esp_ble_gap_start_advertising(&adv_params); in gap_event_handler()
248 esp_ble_gap_start_advertising(&adv_params); in gap_event_handler()
457 esp_ble_gap_start_advertising(&adv_params); in gatts_profile_event_handler()
/hal_espressif-3.6.0/components/protocomm/src/simple_ble/
Dsimple_ble.c48 esp_ble_gap_start_advertising(&g_ble_cfg_p->adv_params); in gap_event_handler()
54 esp_ble_gap_start_advertising(&g_ble_cfg_p->adv_params); in gap_event_handler()
148 esp_ble_gap_start_advertising(&g_ble_cfg_p->adv_params); in gatts_profile_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_compatibility_test/main/
Dble_compatibility_test.c286 esp_ble_gap_start_advertising(&adv_params); in gap_event_handler()
292 esp_ble_gap_start_advertising(&adv_params); in gap_event_handler()
299 esp_ble_gap_start_advertising(&adv_params); in gap_event_handler()
305 esp_ble_gap_start_advertising(&adv_params); in gap_event_handler()
568 esp_ble_gap_start_advertising(&adv_params); in gatts_profile_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_hid_device_demo/main/
Dble_hidd_demo_main.c119 esp_ble_gap_start_advertising(&hidd_adv_params); in hidd_event_callback()
136 esp_ble_gap_start_advertising(&hidd_adv_params); in gap_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_server/main/
Dexample_ble_server_throughput.c229 esp_ble_gap_start_advertising(&adv_params); in gap_event_handler()
235 esp_ble_gap_start_advertising(&adv_params); in gap_event_handler()
242 esp_ble_gap_start_advertising(&adv_params); in gap_event_handler()
248 esp_ble_gap_start_advertising(&adv_params); in gap_event_handler()
553 esp_ble_gap_start_advertising(&adv_params); in gatts_profile_a_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/
Dble_unit.c151 ret = esp_ble_gap_start_advertising(adv_param); in ble_gap_util_start_adv()
163 ret = esp_ble_gap_start_advertising(&default_adv_param); in ble_gap_util_start_adv_default()
Dsync.c73 ret = esp_ble_gap_start_advertising(&adv_param); in send_adv()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_server/main/
Dexample_ble_sec_gatts_demo.c294 esp_ble_gap_start_advertising(&heart_rate_adv_params); in gap_event_handler()
300 esp_ble_gap_start_advertising(&heart_rate_adv_params); in gap_event_handler()
437 esp_ble_gap_start_advertising(&heart_rate_adv_params); in gatts_profile_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/main/
Dgatts_demo.c192 esp_ble_gap_start_advertising(&adv_params); in gap_event_handler()
198 esp_ble_gap_start_advertising(&adv_params); in gap_event_handler()
205 esp_ble_gap_start_advertising(&adv_params); in gap_event_handler()
211 esp_ble_gap_start_advertising(&adv_params); in gap_event_handler()
483 esp_ble_gap_start_advertising(&adv_params); in gatts_profile_a_event_handler()
/hal_espressif-3.6.0/examples/system/ota/advanced_https_ota/main/ble_helper/
Dbluedroid_gatts.c319 esp_ble_gap_start_advertising(&adv_params); in gatts_profile_a_event_handler()
342 if (esp_ble_gap_start_advertising(&adv_params) == ESP_OK) { in gap_event_handler()
350 if (esp_ble_gap_start_advertising(&adv_params) == ESP_OK) { in gap_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_ancs/main/
Dble_ancs_demo.c253 esp_ble_gap_start_advertising(&adv_params); in gap_event_handler()
259 esp_ble_gap_start_advertising(&adv_params); in gap_event_handler()
549 esp_ble_gap_start_advertising(&adv_params); in gattc_profile_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_ibeacon/main/
Dibeacon_demo.c72 esp_ble_gap_start_advertising(&ble_adv_params); in esp_gap_cb()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_spp_server/main/
Dble_spp_server_demo.c473 esp_ble_gap_start_advertising(&spp_adv_params); in gap_event_handler()
596 esp_ble_gap_start_advertising(&spp_adv_params); in gatts_profile_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/gattc_gatts_coex/main/
Dgattc_gatts_coex.c222 esp_ble_gap_start_advertising(&adv_params); in gap_event_handler()
228 esp_ble_gap_start_advertising(&adv_params); in gap_event_handler()
736 esp_ble_gap_start_advertising(&adv_params); in gatts_profile_a_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/a2dp_gatts_coex/main/
Dmain.c163 esp_ble_gap_start_advertising(&adv_params); in gap_event_handler()
384 esp_ble_gap_start_advertising(&adv_params); in gatts_profile_a_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/tutorial/
DGatt_Server_Example_Walkthrough.md306 esp_ble_gap_start_advertising(&adv_params);
312 esp_ble_gap_start_advertising(&adv_params);
319 esp_ble_gap_start_advertising(&adv_params);
325 esp_ble_gap_start_advertising(&adv_params);
331 In any case, the server can start advertising using the `esp_ble_gap_start_advertising()` function,…
358 …he client and takes an `esp_ble_adv_data_t` structure, while `esp_ble_gap_start_advertising()` mak…
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/tutorial/
DGatt_Server_Service_Table_Example_Walkthrough.md230 … these events to start advertising, which is done using the ``esp_ble_gap_start_advertising()`` fu…
239 esp_ble_gap_start_advertising(&heart_rate_adv_params);
277 …client and takes an ``esp_ble_adv_data_t structure``, while ``esp_ble_gap_start_advertising()`` ma…
/hal_espressif-3.6.0/components/bt/common/btc/profile/esp/blufi/bluedroid_host/
Desp_blufi.c77 esp_ble_gap_start_advertising(&blufi_adv_params); in esp_blufi_gap_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_device/main/
Desp_hid_gap.c680 return esp_ble_gap_start_advertising(&hidd_adv_params); in esp_hid_ble_gap_adv_start()
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_host/main/
Desp_hid_gap.c683 return esp_ble_gap_start_advertising(&hidd_adv_params); in esp_hid_ble_gap_adv_start()
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h1378 esp_err_t esp_ble_gap_start_advertising (esp_ble_adv_params_t *adv_params);
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/
Desp_gap_ble_api.c106 esp_err_t esp_ble_gap_start_advertising(esp_ble_adv_params_t *adv_params) in esp_ble_gap_start_advertising() function
/hal_espressif-3.6.0/tools/test_idf_size/
Doverflow_esp32s3.map30439 .literal.esp_ble_gap_start_advertising
35844 .text.esp_ble_gap_start_advertising
35847 0x000000004037ebb4 esp_ble_gap_start_advertising
82476 esp_ble_gap_start_advertising esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj)
Doverflow_esp32c3.map19816 .text.esp_ble_gap_start_advertising
19818 0x0000000040388af8 esp_ble_gap_start_advertising
61444 esp_ble_gap_start_advertising esp-idf/bt/libbt.a(esp_gap_ble_api.c.obj)