Home
last modified time | relevance | path

Searched refs:flow (Results 1 – 25 of 26) sorted by relevance

12

/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/
Drfc_port_if.c143 UINT8 flow; in RFCOMM_ParNegReq() local
162 flow = (p_mcb->flow == PORT_FC_UNDEFINED) ? PORT_FC_DEFAULT : p_mcb->flow; in RFCOMM_ParNegReq()
165 if (flow == PORT_FC_CREDIT) { in RFCOMM_ParNegReq()
Dport_rfc.c325 if (p_mcb->flow == PORT_FC_UNDEFINED) { in PORT_ParNegInd()
327 p_mcb->flow = PORT_FC_TS710; in PORT_ParNegInd()
329 p_mcb->flow = PORT_FC_CREDIT; in PORT_ParNegInd()
341 } else if (p_mcb->flow == PORT_FC_CREDIT) { in PORT_ParNegInd()
380 if (p_mcb->flow == PORT_FC_UNDEFINED) { in PORT_ParNegCnf()
390 p_mcb->flow = PORT_FC_CREDIT; in PORT_ParNegCnf()
394 p_mcb->flow = PORT_FC_TS710; in PORT_ParNegCnf()
404 if (p_mcb->flow == PORT_FC_CREDIT) { in PORT_ParNegCnf()
Drfc_utils.c438 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT) { in rfc_inc_credit()
462 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT) { in rfc_dec_credit()
Drfc_port_fsm.c398 if ((p_port->rfc.p_mcb->flow == PORT_FC_CREDIT) in rfc_port_sm_opened()
713 if (p_port->rfc.p_mcb->flow != PORT_FC_CREDIT) { in rfc_process_msc()
Dport_api.c798 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT) { in PORT_FlowControl()
869 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT) {
938 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT) { in PORT_FlowControl_GiveCredit()
Dport_utils.c499 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT) { in port_flow_control_peer()
Drfc_ts_frames.c655 if ((p_mcb->flow == PORT_FC_CREDIT) && (p_frame->type == RFCOMM_UIH) && in rfc_parse_data()
/hal_espressif-latest/zephyr/
DKconfig126 (For esp32, the delay will be executed in both deep sleep and light sleep wake up flow.
127 For chips after esp32, the delay will be executed only in light sleep flow, the delay
128 controlled by the EFUSE_FLASH_TPUW in ROM will be executed in deepsleep wake up flow.)
/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/
Dbtu_hcif.c861 FLOW_SPEC flow; in btu_hcif_qos_setup_comp_evt() local
865 STREAM_TO_UINT8 (flow.qos_flags, p); in btu_hcif_qos_setup_comp_evt()
866 STREAM_TO_UINT8 (flow.service_type, p); in btu_hcif_qos_setup_comp_evt()
867 STREAM_TO_UINT32 (flow.token_rate, p); in btu_hcif_qos_setup_comp_evt()
868 STREAM_TO_UINT32 (flow.peak_bandwidth, p); in btu_hcif_qos_setup_comp_evt()
869 STREAM_TO_UINT32 (flow.latency, p); in btu_hcif_qos_setup_comp_evt()
870 STREAM_TO_UINT32 (flow.delay_variation, p); in btu_hcif_qos_setup_comp_evt()
872 btm_qos_setup_complete(status, handle, &flow); in btu_hcif_qos_setup_comp_evt()
/hal_espressif-latest/components/bt/controller/esp32/
DKconfig.in209 bool "Enable UART flow control"
419 bool "BLE adv report flow control supported"
423 … The function is mainly used to enable flow control for advertising reports. When it is enabled,
425 reports exceeds the size of BLE adv report flow control.
428 int "BLE adv report flow control number"
447 … When adv report flow control is enabled, The ADV lost event will be generated when the number
/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/include/
Dport_int.h104 UINT8 flow; /* flow control mechanism for this mux */ member
/hal_espressif-latest/components/bt/controller/esp32c2/
DKconfig.in497 bool "BLE adv report flow control supported"
501 … The function is mainly used to enable flow control for advertising reports. When it is enabled,
503 reports exceeds the size of BLE adv report flow control.
506 int "BLE adv report flow control number"
525 … When adv report flow control is enabled, The ADV lost event will be generated when the number
/hal_espressif-latest/components/bt/controller/esp32c3/
DKconfig.in228 bool "BLE adv report flow control supported"
232 … The function is mainly used to enable flow control for advertising reports. When it is enabled,
234 reports exceeds the size of BLE adv report flow control.
237 int "BLE adv report flow control number"
256 … When adv report flow control is enabled, The ADV lost event will be generated when the number
/hal_espressif-latest/components/bt/controller/esp32c6/
DKconfig.in531 bool "BLE adv report flow control supported"
534 … The function is mainly used to enable flow control for advertising reports. When it is enabled,
536 reports exceeds the size of BLE adv report flow control.
539 int "BLE adv report flow control number"
558 … When adv report flow control is enabled, The ADV lost event will be generated when the number
/hal_espressif-latest/components/bt/controller/esp32h2/
DKconfig.in523 bool "BLE adv report flow control supported"
526 … The function is mainly used to enable flow control for advertising reports. When it is enabled,
528 reports exceeds the size of BLE adv report flow control.
531 int "BLE adv report flow control number"
550 … When adv report flow control is enabled, The ADV lost event will be generated when the number
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_acl.c1942 qossu.flow.qos_flags = p_flow->qos_flags; in btm_qos_setup_complete()
1943 qossu.flow.service_type = p_flow->service_type; in btm_qos_setup_complete()
1944 qossu.flow.token_rate = p_flow->token_rate; in btm_qos_setup_complete()
1945 qossu.flow.peak_bandwidth = p_flow->peak_bandwidth; in btm_qos_setup_complete()
1946 qossu.flow.latency = p_flow->latency; in btm_qos_setup_complete()
1947 qossu.flow.delay_variation = p_flow->delay_variation; in btm_qos_setup_complete()
1950 qossu.flow.delay_variation); in btm_qos_setup_complete()
/hal_espressif-latest/components/esp_netif/
DKconfig43 … that packet input to TCP/IP stack failed, so the upper layers could implement flow control.
DREADME.md42 ## Data/event flow:
/hal_espressif-latest/components/esp_hw_support/
DKconfig170 … (For esp32, the delay will be executed in both deep sleep and light sleep wake up flow.
171 … For chips after esp32, the delay will be executed only in light sleep flow, the delay
172 … controlled by the EFUSE_FLASH_TPUW in ROM will be executed in deepsleep wake up flow.)
/hal_espressif-latest/components/bt/host/nimble/
DKconfig.in390 Host flow control interval in msecs
397 Host flow control threshold, if the number of free buffers are at or
1156 bool "Enable hardware flow control"
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_bt.c795 param.qos_cmpl.t_poll = result->flow.latency / 625; in btc_gap_bt_set_qos_cmpl_callback()
/hal_espressif-latest/components/spi_flash/
DKconfig12 Follow the recommended flow by XMC for better stability.
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/
Dserial-protocol.rst310 :caption: Download procedure flow chart
315 …This flow chart is used to illustrate the download procedure (writing to flash), other commands ha…
Dboot-mode-selection.rst132 …P in reset. If ``RTS`` is wired directly to ``EN`` then RTS/CTS "hardware flow control" needs to b…
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h774 FLOW_SPEC flow; member

12