ESP-IDF
ble_hs_flow_startup()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_hs_flow_startup()
ble_hs_flow_startup() function
Sends the HCI commands to the controller required for enabling host flow control. If flow control is disabled, this function is a no-op.
Syntax
Show:
Summary
Declaration
Definition
from
ble_hs_flow_priv.h:30
int
ble_hs_flow_startup
(
void
)
;
Implemented in
ble_hs_flow.c:227
Examples
References
from
examples
Code
Location
Referrer
ble_hs_flow_startup
(
void
)
ble_hs_flow.c:228
int
ble_hs_flow_startup
(
void
)
;
ble_hs_flow_priv.h:30
ble_hs_flow_startup
(
)
;
ble_hs_startup.c:489
ble_hs_startup_go()
Call Tree
from
examples
ble_hs_flow_startup()
is called by 1 function and calls 5 functions:
ble_hs_startup_go()
All items filtered out
ble_hs_flow_startup()
ble_npl_eventq_remove()
ble_npl_callout_init()
ble_transport_register_put_acl_from_ll_cb()
ble_hs_hci_cmd_tx()
ble_hs_evq_get()
All items filtered out
Data Use
from
examples
ble_hs_flow_startup()
reads 2 variables and writes 2 variables:
ble_hs_flow_event_cb()
ble_hs_flow_acl_free()
All items filtered out
ble_hs_flow_startup()
ble_hci_cb_ctlr_to_host_fc_cp::enable
ble_hs_flow_num_completed_pkts
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out