ESP-IDF
ble_hs_rx_q
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_rx_q
ble_hs_rx_q variable
Syntax
Show:
Summary
Declaration
from
ble_hs.c:90
static
struct
ble_mqueue
ble_hs_rx_q
;
Examples
References
from
examples
Code
Location
Referrer
static
struct
ble_mqueue
ble_hs_rx_q
;
ble_hs.c:90
while
(
(
om
=
ble_mqueue_get
(
&
ble_hs_rx_q
)
)
!=
NULL
)
{
ble_hs.c:262
ble_hs_process_rx_data_queue()
while
(
(
om
=
ble_mqueue_get
(
&
ble_hs_rx_q
)
)
!=
NULL
)
{
ble_hs.c:341
ble_hs_clear_rx_queue()
rc
=
ble_mqueue_put
(
&
ble_hs_rx_q
,
ble_hs_evq
,
om
)
;
ble_hs.c:730
ble_hs_rx_data()
ble_mqueue_init
(
&
ble_hs_rx_q
,
ble_hs_event_rx_data
,
NULL
)
;
ble_hs.c:835
ble_hs_init()
ble_mqueue_deinit
(
&
ble_hs_rx_q
)
;
ble_hs.c:910
ble_hs_deinit()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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