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
Code
Location
Scope
Referrer
typedef
struct
hci_t
{
hci_layer.h:79
}
hci_t
;
hci_layer.h:98
static
const
hci_t
*
hci
;
bte_main.c:52
const
hci_t
*
hci
;
controller.c:55
controller_local_param_t
controller_local_param_t::hci
static
hci_t
interface
;
hci_layer.c:80
const
hci_t
*
hci_layer_get_interface
(
void
)
hci_layer.c:607
hci_layer_get_interface()
}
hci_t
;
hci_layer.h:98
hci_t
const
hci_t
*
hci_layer_get_interface
(
void
)
;
hci_layer.h:100
hci_layer_get_interface()
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
Instance
Scope
Location
Project
return
hci_layer_get_interface()
hci_layer.h:100
controller_local_param_t::hci
controller_local_param_t
controller.c:55
interface
hci_layer.c:80
return
hci_layer_get_interface()
hci_layer.c:607
hci
bte_main.c:52
Lifecycle
from
examples
All items filtered out
All items filtered out