/hal_espressif-latest/components/bt/host/bluedroid/stack/rfcomm/ |
D | rfc_port_if.c | 143 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()
|
D | port_rfc.c | 325 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()
|
D | rfc_utils.c | 438 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()
|
D | rfc_port_fsm.c | 398 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()
|
D | port_api.c | 798 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()
|
D | port_utils.c | 499 if (p_port->rfc.p_mcb->flow == PORT_FC_CREDIT) { in port_flow_control_peer()
|
D | rfc_ts_frames.c | 655 if ((p_mcb->flow == PORT_FC_CREDIT) && (p_frame->type == RFCOMM_UIH) && in rfc_parse_data()
|
/hal_espressif-latest/zephyr/ |
D | Kconfig | 126 (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/ |
D | btu_hcif.c | 861 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/ |
D | Kconfig.in | 209 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/ |
D | port_int.h | 104 UINT8 flow; /* flow control mechanism for this mux */ member
|
/hal_espressif-latest/components/bt/controller/esp32c2/ |
D | Kconfig.in | 497 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/ |
D | Kconfig.in | 228 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/ |
D | Kconfig.in | 531 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/ |
D | Kconfig.in | 523 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/ |
D | btm_acl.c | 1942 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/ |
D | Kconfig | 43 … that packet input to TCP/IP stack failed, so the upper layers could implement flow control.
|
D | README.md | 42 ## Data/event flow:
|
/hal_espressif-latest/components/esp_hw_support/ |
D | Kconfig | 170 … (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/ |
D | Kconfig.in | 390 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/ |
D | btc_gap_bt.c | 795 param.qos_cmpl.t_poll = result->flow.latency / 625; in btc_gap_bt_set_qos_cmpl_callback()
|
/hal_espressif-latest/components/spi_flash/ |
D | Kconfig | 12 Follow the recommended flow by XMC for better stability.
|
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/ |
D | serial-protocol.rst | 310 :caption: Download procedure flow chart 315 …This flow chart is used to illustrate the download procedure (writing to flash), other commands ha…
|
D | boot-mode-selection.rst | 132 …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/ |
D | btm_api.h | 774 FLOW_SPEC flow; member
|