ESP-IDF
hci_cmd_metadata_t::flags_vnd
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_metadata_t::flags_vnd
hci_cmd_metadata_t::flags_vnd field
Syntax
Show:
Summary
Declaration
from
hcimsgs.h:39
uint8_t
flags_vnd
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
flags_vnd
;
// used for downstream layer
hcimsgs.h:39
metadata
->
flags_vnd
|=
HCI_CMD_MSG_F_VND_QUEUED
;
hci_layer.c:264
transmit_command()
metadata
->
flags_vnd
|=
(
HCI_CMD_MSG_F_VND_QUEUED
|
HCI_CMD_MSG_F_VND_FUTURE
)
;
hci_layer.c:284
transmit_command_futured()
metadata
->
flags_vnd
|=
HCI_CMD_MSG_F_VND_SENT
;
hci_layer.c:320
event_command_ready()
metadata
->
flags_vnd
&=
~
HCI_CMD_MSG_F_VND_QUEUED
;
hci_layer.c:321
event_command_ready()
}
else
if
(
metadata
->
flags_vnd
&
HCI_CMD_MSG_F_VND_FUTURE
)
{
hci_layer.c:471
filter_incoming_event()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hci_cmd_metadata_t::flags_vnd
is written by 3 functions and is read by 4 functions:
transmit_command()
transmit_command_futured()
event_command_ready()
All items filtered out
hci_cmd_metadata_t::flags_vnd
transmit_command()
transmit_command_futured()
event_command_ready()
filter_incoming_event()
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