/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | proxy_client.c | 747 bool send = false; in bt_mesh_proxy_client_relay() local 770 send = true; in bt_mesh_proxy_client_relay() 774 return send; in bt_mesh_proxy_client_relay() 789 bool send = false; in bt_mesh_proxy_client_beacon_send() local 799 send = bt_mesh_proxy_client_beacon_send(&bt_mesh.sub[i]); in bt_mesh_proxy_client_beacon_send() 802 return send; in bt_mesh_proxy_client_beacon_send() 809 send = bt_mesh_proxy_client_beacon_send(bt_mesh.p_sub[i]); in bt_mesh_proxy_client_beacon_send() 812 return send; in bt_mesh_proxy_client_beacon_send() 815 return send; in bt_mesh_proxy_client_beacon_send() 824 send = true; in bt_mesh_proxy_client_beacon_send() [all …]
|
/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/ |
D | web_socket_client.py | 76 def send(self, payload_dict): # type: (dict) -> None member in WebSocketClient 82 self.ws.send(json.dumps(payload_dict))
|
D | gdbhelper.py | 92 self.websocket_client.send({'event': 'gdb_stub',
|
D | coredump.py | 59 self.websocket_client.send({'event': 'coredump',
|
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/ |
D | serial-protocol.rst | 168 …ne 32-bit word: ``0`` to reboot, ``1`` to run user code. Not necessary to send this command if you… 192 …ne 32-bit word: ``0`` to reboot, ``1`` to run user code. Not necessary to send this command if you… 216 …ne 32-bit word: ``0`` to reboot, ``1`` to run user code. Not necessary to send this command if you… 230 …ne 32-bit word: ``0`` to reboot, ``1`` to run user code. Not necessary to send this command if you… 255 …ne 32-bit word: ``0`` to reboot, ``1`` to run user code. Not necessary to send this command if you… 329 …:esp8266: * For stub loader, the host can send a CHANGE_BAUD command to set the baud rate to an e… 330 …:not esp8266: * For stub loader and/or {IDF_TARGET_NAME} ROM loader, the host can send a CHANGE_B… 349 … (or jump to an address in RAM, in the case of MEM_END). Not necessary to send after flashing if y… 351 It's not necessary to send flash erase commands before sending commands to write to flash, etc. The… 361 …m which works around this bug and provides the correct erase size parameter to send to the ESP8266. [all …]
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/ |
D | btc_hf_client.h | 107 esp_hf_client_outgoing_data_cb_t send; member
|
D | btc_hf_ag.h | 189 esp_hf_outgoing_data_cb_t send; member
|
/hal_espressif-latest/components/bt/host/bluedroid/api/ |
D | esp_hf_client_api.c | 497 esp_hf_client_outgoing_data_cb_t send) in esp_hf_client_register_data_callback() argument 511 arg.reg_data_cb.send = send; in esp_hf_client_register_data_callback()
|
D | esp_hf_ag_api.c | 529 …_t esp_hf_ag_register_data_callback(esp_hf_incoming_data_cb_t recv, esp_hf_outgoing_data_cb_t send) in esp_hf_ag_register_data_callback() argument 542 arg.reg_data_cb.send = send; in esp_hf_ag_register_data_callback()
|
/hal_espressif-latest/components/hal/ |
D | spi_flash_hal_common.inc | 112 * We send continuous mode bits via the dummy output feature, so as to support 116 * addr phase to send the continuous mode bits:
|
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/ |
D | esp_hf_client_api.h | 681 esp_hf_client_outgoing_data_cb_t send);
|
D | esp_hf_ag_api.h | 693 …t esp_hf_ag_register_data_callback(esp_hf_incoming_data_cb_t recv, esp_hf_outgoing_data_cb_t send);
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_client/ |
D | btc_hf_client.c | 127 esp_hf_client_outgoing_data_cb_t send) in btc_hf_client_reg_data_cb() argument 130 hf_client_local_param.btc_hf_client_outgoing_data_cb = send; in btc_hf_client_reg_data_cb() 1181 btc_hf_client_reg_data_cb(arg->reg_data_cb.recv, arg->reg_data_cb.send); in btc_hf_client_call_handler()
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/ |
D | README.md | 23 …sp-elf-) on your PATH. If you are developing the stub flasher and plan to send a pull request, ple…
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/ |
D | summary_ESP32-C2.rst | 18 …FORCE_SEND_RESUME (BLOCK0) Set this bit to force ROM code to send a resume…
|
D | summary_ESP32-C6.rst | 33 …(BLOCK0) Represents whether ROM code is forced to send a re = False R/W (0…
|
D | summary_ESP32-H2.rst | 35 …(BLOCK0) Represents whether ROM code is forced to send a re = False R/W (0…
|
D | summary_ESP32-C3.rst | 47 …FORCE_SEND_RESUME (BLOCK0) Set this bit to force ROM code to send a resume…
|
D | summary_ESP32-S2.rst | 56 …FORCE_SEND_RESUME (BLOCK0) If set; forces ROM code to send an SPI flash re…
|
D | summary_ESP32-S3.rst | 36 …FORCE_SEND_RESUME (BLOCK0) Set this bit to force ROM code to send a resume…
|
/hal_espressif-latest/components/bt/esp_ble_mesh/ |
D | Kconfig.in | 129 When selected, users can send normal BLE advertising packets 296 unprovisioned device beacon will send every 5 seconds. When the option of 357 can use the GATT bearer to send mesh messages to a node that supports the 634 The default value is 1, which means the device can only send one segmented 637 If users are going to send multiple segmented messages at the same time, this 668 message payload that the node needs to be able to send. 700 When selected, self-send packets will be put in a high-priority 747 enabling this option will trigger the node starts to send Friend Request at 884 Low Power node. And Low Power node can send Friend Subscription List Add or
|
/hal_espressif-latest/components/efuse/esp32c2/ |
D | esp_efuse_table.csv | 69 … EFUSE_BLK0, 45, 1, [] Set this bit to force ROM code to send a resume command du…
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_ag/ |
D | btc_hf_ag.c | 260 void btc_hf_reg_data_cb(esp_hf_incoming_data_cb_t recv, esp_hf_outgoing_data_cb_t send) in btc_hf_reg_data_cb() argument 263 hf_local_param[0].btc_hf_outgoing_data_cb = send; in btc_hf_reg_data_cb() 1262 btc_hf_reg_data_cb(arg->reg_data_cb.recv, arg->reg_data_cb.send); in btc_hf_call_handler()
|
/hal_espressif-latest/components/bt/host/bluedroid/ |
D | Kconfig.in | 202 bool "GATTS manually send service change indication" 204 … Manually send service change indication through API esp_ble_gatts_send_service_change_indication() 207 bool "GATTS automatically send service change indication"
|
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/ |
D | advanced-commands.rst | 113 A second option ``--non-volatile`` can be used in order to send a ``WREN`` (06h) command before wri…
|