ESP-IDF
hci_cmd_metadata_t
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
hci_cmd_metadata_t struct
Syntax
Show:
Summary
Declaration
from
hcimsgs.h:37
typedef
struct
{
uint8_t
flags_src
;
uint8_t
flags_vnd
;
uint16_t
opcode
;
hci_cmd_cmpl_cb
command_complete_cb
;
hci_cmd_stat_cb
command_status_cb
;
void
*
context
;
void
*
complete_future
;
hci_cmd_free_cb
command_free_cb
;
BT_HDR
command
;
}
hci_cmd_metadata_t
;
Fields
Field
Declared as
hci_cmd_metadata_t::complete_future
void
*
hci_cmd_metadata_t::command_free_cb
hci_cmd_free_cb
hci_cmd_metadata_t::command
BT_HDR
hci_cmd_metadata_t::flags_src
uint8_t
hci_cmd_metadata_t::flags_vnd
uint8_t
hci_cmd_metadata_t::opcode
uint16_t
hci_cmd_metadata_t::command_complete_cb
hci_cmd_cmpl_cb
hci_cmd_metadata_t::command_status_cb
hci_cmd_stat_cb
hci_cmd_metadata_t::context
void
*
Examples
References
from
examples
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