ESP-IDF
hci_hal_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_hal_t
hci_hal_t struct
Syntax
Show:
Summary
Declaration
Definition
from
hci_layer.h:56
typedef
struct
hci_hal_t
hci_hal_t
;
Implemented in
hci_hal.h:54
Fields
Field
Declared as
hci_hal_t::open
bool
(
*
)
(
const
hci_hal_callbacks_t
*
upper_callbacks
,
void
*
task_thread
)
hci_hal_t::close
void
(
*
)
(
void
)
hci_hal_t::transmit_data
uint16_t
(
*
)
(
serial_data_type_t
type
,
uint8_t
*
data
,
uint16_t
length
)
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