ESP-IDF
ble_hs_evq
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_evq
ble_hs_evq variable
Syntax
Show:
Summary
Declaration
from
ble_hs.c:88
static
struct
ble_npl_eventq
*
ble_hs_evq
;
Examples
References
from
examples
Code
Location
Referrer
static
struct
ble_npl_eventq
*
ble_hs_evq
;
ble_hs.c:88
return
ble_hs_evq
;
ble_hs.c:130
ble_hs_evq_get()
ble_hs_evq
=
evq
;
ble_hs.c:136
ble_hs_evq_set()
if
(
ev
&&
ble_hs_evq
->
eventq
)
{
ble_hs.c:606
ble_hs_enqueue_hci_event()
ble_npl_eventq_put
(
ble_hs_evq
,
ev
)
;
ble_hs.c:609
ble_hs_enqueue_hci_event()
ble_npl_eventq_put
(
ble_hs_evq
,
&
ble_hs_ev_tx_notifications
)
;
ble_hs.c:630
ble_hs_notifications_sched()
ble_npl_eventq_put
(
ble_hs_evq
,
&
ble_hs_ev_reset
)
;
ble_hs.c:639
ble_hs_sched_reset()
ble_npl_callout_init
(
&
ble_hs_timer
,
ble_hs_evq
,
ble_hs_timer_exp
,
NULL
)
;
ble_hs.c:688
ble_hs_start()
rc
=
ble_mqueue_put
(
&
ble_hs_rx_q
,
ble_hs_evq
,
om
)
;
ble_hs.c:730
ble_hs_rx_data()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_hs_evq
is written by 1 function and is read by 6 functions:
ble_hs_evq_set()
All items filtered out
ble_hs_evq
ble_hs_evq_get()
ble_hs_enqueue_hci_event()
ble_hs_notifications_sched()
ble_hs_sched_reset()
ble_hs_start()
ble_hs_rx_data()
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