ESP-IDF
MSG_EVT_MASK
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
MSG_EVT_MASK
MSG_EVT_MASK macro
Syntax
Show:
Summary
Declaration
from
hci_layer.h:33
#define
MSG_EVT_MASK
0xFF00
Examples
References
from
examples
Code
Location
#define
MSG_EVT_MASK
0xFF00
/* eq. BT_EVT_MASK */
hci_layer.h:33
uint16_t
event
=
packet
->
event
&
MSG_EVT_MASK
;
hci_layer.c:352
uint16_t
event
=
packet
->
event
&
MSG_EVT_MASK
;
packet_fragmenter.c:74
if
(
(
packet
->
event
&
MSG_EVT_MASK
)
==
MSG_HC_TO_STACK_HCI_ACL
)
{
packet_fragmenter.c:140
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