Home
last modified time | relevance | path

Searched refs:esp_ble_adv_params_t (Results 1 – 25 of 26) sorted by relevance

12

/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/components/case/
Dble_unit.h37 extern esp_ble_adv_params_t default_adv_param;
46 esp_err_t ble_gap_util_start_adv(esp_ble_adv_params_t *adv_param);
Dble_unit.c33 esp_ble_adv_params_t default_adv_param = {
148 esp_err_t ble_gap_util_start_adv(esp_ble_adv_params_t *adv_param) in ble_gap_util_start_adv()
Dsync.c59 esp_ble_adv_params_t adv_param = { in send_adv()
/hal_espressif-3.6.0/components/protocomm/src/simple_ble/
Dsimple_ble.h34 esp_ble_adv_params_t adv_params;
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_ibeacon/main/
Dibeacon_demo.c54 static esp_ble_adv_params_t ble_adv_params = {
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_hid_device_demo/main/
Dble_hidd_demo_main.c82 static esp_ble_adv_params_t hidd_adv_params = {
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gap_ble.h114 esp_ble_adv_params_t adv_params;
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/tutorial/
DGatt_Server_Service_Table_Example_Walkthrough.md253 The function to start advertising takes a structure of type ``esp_ble_adv_params_t`` with the adver…
274 } esp_ble_adv_params_t;
277 …)`` makes the server to actually start advertising and takes an ``esp_ble_adv_params_t`` structure…
282 static esp_ble_adv_params_t heart_rate_adv_params = {
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h359 } esp_ble_adv_params_t; typedef
1378 esp_err_t esp_ble_gap_start_advertising (esp_ble_adv_params_t *adv_params);
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_server/main/
Dexample_ble_sec_gatts_demo.c71 static esp_ble_adv_params_t heart_rate_adv_params = {
/hal_espressif-3.6.0/components/bt/common/btc/profile/esp/blufi/bluedroid_host/
Desp_blufi.c62 static esp_ble_adv_params_t blufi_adv_params = {
/hal_espressif-3.6.0/examples/system/ota/advanced_https_ota/main/ble_helper/
Dbluedroid_gatts.c62 esp_ble_adv_params_t adv_params = {
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/main/
Dgatts_table_creat_demo.c126 static 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()
116 memcpy(&arg.start_adv.adv_params, adv_params, sizeof(esp_ble_adv_params_t)); in esp_ble_gap_start_advertising()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_spp_server/main/
Dble_spp_server_demo.c74 static esp_ble_adv_params_t spp_adv_params = {
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_ancs/main/
Dble_ancs_demo.c99 static esp_ble_adv_params_t adv_params = {
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_compatibility_test/main/
Dble_compatibility_test.c134 static esp_ble_adv_params_t adv_params = {
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/tutorial/
DGatt_Server_Example_Walkthrough.md331 …p_start_advertising()` function, which takes a structure of type `esp_ble_adv_params_t` with the a…
355 esp_ble_adv_params_t;
358 …g()` makes the server to actually start advertising and takes an `esp_ble_adv_params_t` structure.…
363 static esp_ble_adv_params_t test_adv_params = {
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_device/main/
Desp_hid_gap.c672 static esp_ble_adv_params_t hidd_adv_params = { in esp_hid_ble_gap_adv_start()
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_host/main/
Desp_hid_gap.c675 static esp_ble_adv_params_t hidd_adv_params = { in esp_hid_ble_gap_adv_start()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_server/main/
Dexample_ble_server_throughput.c155 static esp_ble_adv_params_t adv_params = {
/hal_espressif-3.6.0/components/protocomm/src/transports/
Dprotocomm_ble.c63 static esp_ble_adv_params_t adv_params = {
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/a2dp_gatts_coex/main/
Dmain.c95 static esp_ble_adv_params_t adv_params = {
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server/main/
Dgatts_demo.c132 static esp_ble_adv_params_t adv_params = {
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/gattc_gatts_coex/main/
Dgattc_gatts_coex.c159 static esp_ble_adv_params_t adv_params = {

12