Home
last modified time | relevance | path

Searched refs:create (Results 1 – 25 of 31) sorted by relevance

12

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gatts.c578 bta_to_btc_uuid(&btc_creat_tab_env.svc_uuid, &p_data->create.uuid); in btc_gatts_inter_cb()
580 btc_creat_tab_env.svc_start_hdl = p_data->create.service_id; in btc_gatts_inter_cb()
581 btc_creat_tab_env.handles[index] = p_data->create.service_id; in btc_gatts_inter_cb()
848 gatts_if = p_data->create.server_if; in btc_gatts_cb_handler()
849 param.create.status = p_data->create.status; in btc_gatts_cb_handler()
850 param.create.service_handle = p_data->create.service_id; in btc_gatts_cb_handler()
851 param.create.service_id.is_primary = p_data->create.is_primary; in btc_gatts_cb_handler()
852 param.create.service_id.id.inst_id = p_data->create.svc_instance; in btc_gatts_cb_handler()
853 bta_to_btc_uuid(&param.create.service_id.id.uuid, &p_data->create.uuid); in btc_gatts_cb_handler()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/esp/wechat_AirSync/
Dwx_airsync_prf.c90 airsync_cb_env.clcb.cur_srvc_id = p_data->create.service_id; in airsync_profile_cb()
91 airsync_cb_env.is_primery = p_data->create.is_primary; in airsync_profile_cb()
93 esp_ble_gatts_start_srvc(p_data->create.service_id); in airsync_profile_cb()
/hal_espressif-latest/components/esp_hw_support/
Dsleep_clock.c129 .cbs = { .create = { .handle = sleep_clock_system_retention_init, .arg = NULL } },
136 .cbs = { .create = { .handle = sleep_clock_modem_retention_init, .arg = NULL } },
Dsleep_retention.c48 self->cbs = (sleep_retention_module_callbacks_t) { .create = { .handle = NULL, .arg = NULL } }; in sleep_retention_module_object_dtor()
632 if (param == NULL || param->cbs.create.handle == NULL) { in sleep_retention_module_init()
693 sleep_retention_callback_t fn = s_retention.instance[module].cbs.create.handle; in sleep_retention_passive_module_allocate()
695 err = (*fn)(s_retention.instance[module].cbs.create.arg); in sleep_retention_passive_module_allocate()
723 sleep_retention_callback_t fn = s_retention.instance[module].cbs.create.handle; in sleep_retention_module_allocate()
725 err = (*fn)(s_retention.instance[module].cbs.create.arg); in sleep_retention_module_allocate()
Dsleep_system_peripheral.c263 .cbs = { .create = { .handle = sleep_sys_periph_retention_init, .arg = NULL } },
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/esp/ble_button/
Dbutton_pro.c113 button_cb_env.clcb.cur_srvc_id = p_data->create.service_id; in button_profile_cb()
114 button_cb_env.is_primery = p_data->create.is_primary; in button_profile_cb()
117 esp_ble_gatts_start_srvc(p_data->create.service_id); in button_profile_cb()
/hal_espressif-latest/components/esp_system/
Dsystem_init_fn.txt32 # usb_console needs to create an esp_timer at startup.
36 # usb_serial_jtag needs to create and acquire a PM clock at startup.
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/battery/
Dbattery_prf.c84 p_data->create.server_if, p_data->create.service_id, in bas_gatts_callback()
85 p_data->create.uuid.uu.uuid16); in bas_gatts_callback()
86 UINT16 service_uuid = p_data->create.uuid.uu.uuid16; in bas_gatts_callback()
87 UINT16 service_id = p_data->create.service_id; in bas_gatts_callback()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gatts_act.c316 cb_data.create.status = BTA_GATT_ERROR; in bta_gatts_create_srvc()
338 cb_data.create.status = BTA_GATT_OK; in bta_gatts_create_srvc()
339 cb_data.create.service_id = service_id; in bta_gatts_create_srvc()
341 cb_data.create.is_primary = p_msg->api_create_svc.is_pri; in bta_gatts_create_srvc()
343 cb_data.create.server_if = p_cb->rcb[rcb_idx].gatt_if; in bta_gatts_create_srvc()
350 memcpy(&cb_data.create.uuid, &p_msg->api_create_svc.service_uuid, sizeof(tBT_UUID)); in bta_gatts_create_srvc()
351 cb_data.create.svc_instance = p_msg->api_create_svc.inst; in bta_gatts_create_srvc()
/hal_espressif-latest/components/esp_phy/src/
Dbtbb_init.c65 .cbs = { .create = { .handle = btbb_sleep_retention_init, .arg = NULL } }, in esp_btbb_enable()
Dphy_init.c509 .cbs = { .create = { .handle = sleep_retention_wifi_bb_init, .arg = NULL } }, in esp_mac_bb_pd_mem_init()
/hal_espressif-latest/components/esp_hw_support/dma/
Dgdma_sleep_retention.c59 .cbs = { .create = { .handle = sleep_gdma_channel_retention_init, .arg = &arg } }, in gdma_sleep_retention_init()
/hal_espressif-latest/components/esp_hw_support/include/esp_private/
Dsleep_retention.h92 …sleep_retention_create_callback_t create; /*!< A function handle is used to register the implemen… member
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Ddump-cmd.rst16 …- ``split`` - Each eFuse block is placed in its own file. The tool will create multiple files base…
92 …le. You need to provide the common path name ``/chip1/blk.bin``, it will create files in the given…
/hal_espressif-latest/components/bootloader/
Dproject_include.cmake65 … # If the signing key is not found, create a phony gen_secure_boot_signing_key target that
100 …# If the verification key is not found, create a phony gen_secure_boot_verification_key target that
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gatts_api.h127 …} create; /*!< Callback parameter for the event `ESP_GATTS_CREATE_EVT` */ member
/hal_espressif-latest/zephyr/scripts/pinctrl/
DREADME.md9 When supporting a new SoC, create a _yaml_ file under `zephyr/port/pincfgs` named with the lowercas…
/hal_espressif-latest/components/esp_wifi/src/
Dwifi_init.c337 .cbs = { .create = { .handle = init_wifi_mac_sleep_retention, .arg = NULL } }, in esp_wifi_init()
/hal_espressif-latest/components/esp_netif/
DREADME.md58 - create a new instance of ESP-NETIF
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/bluedroid_host/
Desp_blufi.c253 blufi_env.handle_srvc = p_data->create.service_id; in blufi_profile_cb()
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/
Dbasic-commands.rst256 Will create a file ``merged-flash.bin`` with the contents of the other 3 files. This file can be la…
306 …the full flash specified size, for example ``--fill-flash-size 4MB`` will create a 4MB binary file.
307 * The ``--target-offset 0xNNN`` option will create a merged binary that should be flashed at the s…
Dadvanced-commands.rst165 …In general, it is better to create an ELF image (including any binary data as part of the ELF, by …
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h663 tBTA_GATTS_CREATE create; member
/hal_espressif-latest/tools/esptool_py/
DCONTRIBUTING.rst24 This will install ``esptool.py``’s dependencies and create some executable script wrappers in the u…
/hal_espressif-latest/components/bt/host/bluedroid/
DKconfig.in1206 bool "Enable create sync enhancements(reporting disable and duplicate filtering enable support)"
1210 Enable the create sync enhancements

12