/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/ |
D | btc_gatts.c | 578 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(¶m.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/ |
D | wx_airsync_prf.c | 90 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/ |
D | sleep_clock.c | 129 .cbs = { .create = { .handle = sleep_clock_system_retention_init, .arg = NULL } }, 136 .cbs = { .create = { .handle = sleep_clock_modem_retention_init, .arg = NULL } },
|
D | sleep_retention.c | 48 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()
|
D | sleep_system_peripheral.c | 263 .cbs = { .create = { .handle = sleep_sys_periph_retention_init, .arg = NULL } },
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/esp/ble_button/ |
D | button_pro.c | 113 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/ |
D | system_init_fn.txt | 32 # 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/ |
D | battery_prf.c | 84 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/ |
D | bta_gatts_act.c | 316 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/ |
D | btbb_init.c | 65 .cbs = { .create = { .handle = btbb_sleep_retention_init, .arg = NULL } }, in esp_btbb_enable()
|
D | phy_init.c | 509 .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/ |
D | gdma_sleep_retention.c | 59 .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/ |
D | sleep_retention.h | 92 …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/ |
D | dump-cmd.rst | 16 …- ``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/ |
D | project_include.cmake | 65 … # 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/ |
D | esp_gatts_api.h | 127 …} create; /*!< Callback parameter for the event `ESP_GATTS_CREATE_EVT` */ member
|
/hal_espressif-latest/zephyr/scripts/pinctrl/ |
D | README.md | 9 When supporting a new SoC, create a _yaml_ file under `zephyr/port/pincfgs` named with the lowercas…
|
/hal_espressif-latest/components/esp_wifi/src/ |
D | wifi_init.c | 337 .cbs = { .create = { .handle = init_wifi_mac_sleep_retention, .arg = NULL } }, in esp_wifi_init()
|
/hal_espressif-latest/components/esp_netif/ |
D | README.md | 58 - create a new instance of ESP-NETIF
|
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/bluedroid_host/ |
D | esp_blufi.c | 253 blufi_env.handle_srvc = p_data->create.service_id; in blufi_profile_cb()
|
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/ |
D | basic-commands.rst | 256 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…
|
D | advanced-commands.rst | 165 …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/ |
D | bta_gatt_api.h | 663 tBTA_GATTS_CREATE create; member
|
/hal_espressif-latest/tools/esptool_py/ |
D | CONTRIBUTING.rst | 24 This will install ``esptool.py``’s dependencies and create some executable script wrappers in the u…
|
/hal_espressif-latest/components/bt/host/bluedroid/ |
D | Kconfig.in | 1206 bool "Enable create sync enhancements(reporting disable and duplicate filtering enable support)" 1210 Enable the create sync enhancements
|