ESP-IDF
ble_hs_wakeup_tx()
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_wakeup_tx()
ble_hs_wakeup_tx() function
Schedules the transmission of all queued ACL data packets to the controller.
Syntax
Show:
Summary
Declaration
Definition
from
ble_hs_priv.h:107
void
ble_hs_wakeup_tx
(
void
)
;
Implemented in
ble_hs.c:294
Examples
References
from
examples
Code
Location
Referrer
ble_hs_wakeup_tx
(
void
)
ble_hs.c:295
void
ble_hs_wakeup_tx
(
void
)
;
ble_hs_priv.h:107
ble_hs_wakeup_tx
(
)
;
ble_hs_hci_evt.c:322
ble_hs_hci_evt_disconn_complete()
ble_hs_wakeup_tx
(
)
;
ble_hs_hci_evt.c:410
ble_hs_hci_evt_num_completed_pkts()
Call Tree
from
examples
ble_hs_wakeup_tx()
is called by 2 functions and calls 4 functions:
ble_hs_hci_evt_disconn_complete()
ble_hs_hci_evt_num_completed_pkts()
All items filtered out
ble_hs_wakeup_tx()
ble_hs_conn_first()
ble_hs_lock()
ble_hs_unlock()
ble_hs_wakeup_tx_conn()
All items filtered out
Data Use
from
examples
ble_hs_wakeup_tx()
reads 2 variables:
ble_hs_conn::bhc_next
ble_hs_conn::bhc_flags
All items filtered out
ble_hs_wakeup_tx()
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