ESP-IDF
HCI_CMD_BUF_TYPE_METADATA
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
HCI_CMD_BUF_TYPE_METADATA
HCI_CMD_BUF_TYPE_METADATA macro
Syntax
Show:
Summary
Declaration
from
hcimsgs.h:29
#define
HCI_CMD_BUF_TYPE_METADATA
(
0xa56e
)
Examples
References
from
examples
Code
Location
#define
HCI_CMD_BUF_TYPE_METADATA
(
0xa56e
)
hcimsgs.h:29
assert
(
p_buf
->
layer_specific
==
HCI_CMD_BUF_TYPE_METADATA
)
;
btu_hcif.c:455
assert
(
p_buf
->
layer_specific
==
HCI_CMD_BUF_TYPE_METADATA
)
;
btu_hcif.c:503
assert
(
command
->
layer_specific
==
HCI_CMD_BUF_TYPE_METADATA
)
;
hci_layer.c:263
assert
(
command
->
layer_specific
==
HCI_CMD_BUF_TYPE_METADATA
)
;
hci_layer.c:283
p
->
layer_specific
=
HCI_CMD_BUF_TYPE_METADATA
;
hciblecmds.c:1049
command
->
layer_specific
=
HCI_CMD_BUF_TYPE_METADATA
;
hcimsgs.h:65
assert
(
buf
->
layer_specific
==
HCI_CMD_BUF_TYPE_METADATA
)
;
hcimsgs.h:74
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