/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/ |
D | avrc_api.c | 694 msg.pass.op_id = (AVRC_PASS_OP_ID_MASK & *p_data); in avrc_msg_cback() 696 msg.pass.state = TRUE; in avrc_msg_cback() 698 msg.pass.state = FALSE; in avrc_msg_cback() 701 msg.pass.pass_len = *p_data++; in avrc_msg_cback() 702 if (msg.pass.pass_len != p_pkt->len - 5) { in avrc_msg_cback() 703 msg.pass.pass_len = p_pkt->len - 5; in avrc_msg_cback() 705 if (msg.pass.pass_len) { in avrc_msg_cback() 706 msg.pass.p_pass_data = p_data; in avrc_msg_cback() 708 msg.pass.p_pass_data = NULL; in avrc_msg_cback()
|
D | avrc_pars_ct.c | 146 status = avrc_pars_pass_thru(&p_msg->pass, &id); in AVRC_ParsResponse()
|
D | avrc_pars_tg.c | 292 status = avrc_pars_pass_thru(&p_msg->pass, &id); in AVRC_ParsCommand()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/ |
D | bta_av_act.c | 251 } else if (opcode == AVRC_OP_PASS_THRU && p_msg->pass.p_pass_data != NULL) { in bta_av_rc_msg_cback() 252 p_data_src = p_msg->pass.p_pass_data; in bta_av_rc_msg_cback() 253 data_len = (UINT16) p_msg->pass.pass_len; in bta_av_rc_msg_cback() 272 p_buf->msg.pass.p_pass_data = p_data_dst; in bta_av_rc_msg_cback() 827 if (p_data->rc_msg.msg.pass.op_id == AVRC_ID_VENDOR) { in bta_av_rc_msg() 832 bta_av_group_navi_supported(p_data->rc_msg.msg.pass.pass_len, in bta_av_rc_msg() 833 … p_data->rc_msg.msg.pass.p_pass_data, is_inquiry); in bta_av_rc_msg() 837 … p_data->rc_msg.msg.hdr.ctype = bta_av_op_supported(p_data->rc_msg.msg.pass.op_id, is_inquiry); in bta_av_rc_msg() 844 AVRC_PassRsp(p_data->rc_msg.handle, p_data->rc_msg.label, &p_data->rc_msg.msg.pass); in bta_av_rc_msg() 850 av.remote_cmd.rc_id = p_data->rc_msg.msg.pass.op_id; in bta_av_rc_msg() [all …]
|
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/ |
D | scripting.rst | 8 …in()``. This workaround makes integration very straightforward as you can pass exactly the same ar…
|
D | remote-serial-ports.rst | 38 …ate or automatic resetting into the bootloader. If using this mode, don't pass the ``--baud`` opti…
|
D | basic-commands.rst | 197 …e each segment in the binary executable. To use segments (PHDRs) instead, pass the ``--use_segment… 262 …tput file contents in the same way as when writing to flash. Make sure to pass the ``--chip`` para…
|
/hal_espressif-latest/components/log/host_test/log_test/ |
D | README.md | 28 Ideally, all tests pass, which is indicated by "All tests passed" in the last line:
|
/hal_espressif-latest/components/hal/include/hal/ |
D | readme.md | 23 …and better porting ability, ``context``s are used to hold sustainable data and pass the parameters.
|
/hal_espressif-latest/zephyr/ |
D | Kconfig | 111 Some flash chips need sufficient time to pass between power on and first read operation.
|
/hal_espressif-latest/tools/esptool_py/docs/en/espsecure/ |
D | index.rst | 53 To access an HSM token of a selected slot, you will also need to pass in the token User PIN and thu…
|
/hal_espressif-latest/components/bootloader/ |
D | project_include.cmake | 28 # Regardless, pass the main project's keys (signing/verification) to the bootloader subproject
|
/hal_espressif-latest/components/esp_netif/ |
D | README.md | 75 - calls esp_netif_receive to pass incoming data to network stack
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/ |
D | execute-scripts-cmd.rst | 78 … ``execute_scripts`` command from your production script, you may need to pass ``index`` to get th…
|
/hal_espressif-latest/tools/esptool_py/ |
D | CHANGELOG.md | 66 - pass error message to exception in OTG mode
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | dpp.c | 4623 struct json_token *pass, *psk_hex; in dpp_parse_cred_legacy() local 4627 pass = json_get_member(cred, "pass"); in dpp_parse_cred_legacy() 4630 if (pass && pass->type == JSON_STRING) { in dpp_parse_cred_legacy() 4631 size_t len = os_strlen(pass->string); in dpp_parse_cred_legacy() 4634 (u8 *)pass->string, len); in dpp_parse_cred_legacy() 4637 os_strlcpy(conf->passphrase, pass->string, in dpp_parse_cred_legacy()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | avrc_defs.h | 827 tAVRC_MSG_PASS pass; /* PASS THROUGH message. */ member
|
/hal_espressif-latest/components/esp_hw_support/ |
D | Kconfig | 155 … Some flash chips need sufficient time to pass between power on and first read operation.
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/ |
D | miniz.c | 734 mz_uint32 total_passes = 2, pass_shift, pass, i, hist[256 * 2]; in tdefl_radix_sort_syms() local 745 for (pass_shift = 0, pass = 0; pass < total_passes; pass++, pass_shift += 8) in tdefl_radix_sort_syms() 747 const mz_uint32 *pHist = &hist[pass << 8]; in tdefl_radix_sort_syms()
|
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/ |
D | serial-protocol.rst | 505 …If you don't plan to use the esptool stub loader, pass ``--no-stub --trace`` to see interactions w…
|