ESP-IDF
hci_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_t
hci_t struct
Syntax
Show:
Summary
Declaration
from
hci_layer.h:79
typedef
struct
hci_t
{
void
(
*
do_postload
)
(
void
)
;
void
(
*
transmit_command
)
(
BT_HDR
*
command
,
command_complete_cb
complete_callback
,
command_status_cb
status_cb
,
void
*
context
)
;
future_t
*
(
*
transmit_command_futured
)
(
BT_HDR
*
command
)
;
void
(
*
transmit_downward
)
(
uint16_t
type
,
void
*
data
)
;
}
hci_t
;
Fields
Field
Declared as
hci_t::do_postload
void
(
*
)
(
void
)
hci_t::transmit_command
void
(
*
)
(
BT_HDR
*
command
,
command_complete_cb
complete_callback
,
command_status_cb
status_cb
,
void
*
context
)
hci_t::transmit_command_futured
future_t
*
(
*
)
(
BT_HDR
*
command
)
hci_t::transmit_downward
void
(
*
)
(
uint16_t
type
,
void
*
data
)
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