ESP-IDF
HCI_GET_CMD_METAMSG
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
HCI_GET_CMD_METAMSG
HCI_GET_CMD_METAMSG macro
Syntax
Show:
Summary
Declaration
from
hcimsgs.h:53
#define
HCI_GET_CMD_METAMSG
(
cmd_ptr
)
(
hci_cmd_metadata_t
*
)
(
(
void
*
)
(
cmd_ptr
)
-
offsetof
(
hci_cmd_metadata_t
,
command
)
)
Arguments
Argument
cmd_ptr
Examples
References
from
examples
Code
Location
#define
HCI_GET_CMD_METAMSG
(
cmd_ptr
)
(
hci_cmd_metadata_t
*
)
(
(
void
*
)
(
cmd_ptr
)
-
offsetof
(
hci_cmd_metadata_t
,
command
)
)
hcimsgs.h:53
hci_cmd_metadata_t
*
metadata
=
HCI_GET_CMD_METAMSG
(
p_buf
)
;
btu_hcif.c:456
hci_cmd_metadata_t
*
metadata
=
HCI_GET_CMD_METAMSG
(
p_buf
)
;
btu_hcif.c:504
hci_cmd_metadata_t
*
metadata
=
HCI_GET_CMD_METAMSG
(
hack
->
command
)
;
btu_hcif.c:1461
hci_cmd_metadata_t
*
metadata
=
HCI_GET_CMD_METAMSG
(
command
)
;
hci_layer.c:260
hci_cmd_metadata_t
*
metadata
=
HCI_GET_CMD_METAMSG
(
command
)
;
hci_layer.c:280
hci_cmd_metadata_t
*
metadata
=
HCI_GET_CMD_METAMSG
(
packet
)
;
hci_packet_factory.c:237
hci_cmd_metadata_t
*
metadata
=
HCI_GET_CMD_METAMSG
(
p
)
;
hciblecmds.c:568
hci_cmd_metadata_t
*
metadata
=
HCI_GET_CMD_METAMSG
(
p
)
;
hciblecmds.c:605
hci_cmd_metadata_t
*
metadata
=
HCI_GET_CMD_METAMSG
(
p
)
;
hciblecmds.c:1044
hci_cmd_metadata_t
*
metadata
=
HCI_GET_CMD_METAMSG
(
p
)
;
hcicmds.c:1332
hci_cmd_metadata_t
*
metadata
=
HCI_GET_CMD_METAMSG
(
p
)
;
hcicmds.c:1880
hci_cmd_metadata_t
*
metadata
=
HCI_GET_CMD_METAMSG
(
buf
)
;
hcimsgs.h:75
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