Home
last modified time | relevance | path

Searched refs:pass (Results 1 – 20 of 20) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/
Davrc_api.c694 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()
Davrc_pars_ct.c146 status = avrc_pars_pass_thru(&p_msg->pass, &id); in AVRC_ParsResponse()
Davrc_pars_tg.c292 status = avrc_pars_pass_thru(&p_msg->pass, &id); in AVRC_ParsCommand()
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/
Dbta_av_act.c251 } 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/
Dscripting.rst8 …in()``. This workaround makes integration very straightforward as you can pass exactly the same ar…
Dremote-serial-ports.rst38 …ate or automatic resetting into the bootloader. If using this mode, don't pass the ``--baud`` opti…
Dbasic-commands.rst197 …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/
DREADME.md28 Ideally, all tests pass, which is indicated by "All tests passed" in the last line:
/hal_espressif-latest/components/hal/include/hal/
Dreadme.md23 …and better porting ability, ``context``s are used to hold sustainable data and pass the parameters.
/hal_espressif-latest/zephyr/
DKconfig111 Some flash chips need sufficient time to pass between power on and first read operation.
/hal_espressif-latest/tools/esptool_py/docs/en/espsecure/
Dindex.rst53 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/
Dproject_include.cmake28 # Regardless, pass the main project's keys (signing/verification) to the bootloader subproject
/hal_espressif-latest/components/esp_netif/
DREADME.md75 - calls esp_netif_receive to pass incoming data to network stack
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dexecute-scripts-cmd.rst78 … ``execute_scripts`` command from your production script, you may need to pass ``index`` to get th…
/hal_espressif-latest/tools/esptool_py/
DCHANGELOG.md66 - pass error message to exception in OTG mode
/hal_espressif-latest/components/wpa_supplicant/src/common/
Ddpp.c4623 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/
Davrc_defs.h827 tAVRC_MSG_PASS pass; /* PASS THROUGH message. */ member
/hal_espressif-latest/components/esp_hw_support/
DKconfig155 … Some flash chips need sufficient time to pass between power on and first read operation.
/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dminiz.c734 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/
Dserial-protocol.rst505 …If you don't plan to use the esptool stub loader, pass ``--no-stub --trace`` to see interactions w…