ESP-IDF
hci_hal_callbacks_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
hci_hal_callbacks_t
hci_hal_callbacks_t struct
Syntax
Show:
Summary
Declaration
from
hci_hal.h:40
typedef
struct
{
packet_ready_cb
packet_ready
;
adv_rpt_ready_cb
adv_rpt_ready
;
}
hci_hal_callbacks_t
;
Fields
Field
Declared as
hci_hal_callbacks_t::packet_ready
packet_ready_cb
hci_hal_callbacks_t::adv_rpt_ready
adv_rpt_ready_cb
Related Functions
Found 2 other functions taking a
hci_hal_callbacks_t
argument:
Function
hci_hal_env_init()
hal_open()
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
hci_hal.h:40
}
hci_hal_callbacks_t
;
hci_hal.h:52
hci_hal_callbacks_t
bool
(
*
open
)
(
const
hci_hal_callbacks_t
*
upper_callbacks
,
void
*
task_thread
)
;
hci_hal.h:59
hci_hal_callbacks_t
*
callbacks
;
hci_hal_h4.c:83
hci_hal_env_t
hci_hal_env_t::callbacks
static
bool
hci_hal_env_init
(
const
hci_hal_callbacks_t
*
upper_callbacks
,
osi_thread_t
*
task_thread
)
hci_hal_h4.c:105
hci_hal_env_init()
hci_hal_env_init()::upper_callbacks
hci_hal_env
.
callbacks
=
(
hci_hal_callbacks_t
*
)
upper_callbacks
;
hci_hal_h4.c:111
hci_hal_env_init()
static
bool
hal_open
(
const
hci_hal_callbacks_t
*
upper_callbacks
,
void
*
task_thread
)
hci_hal_h4.c:171
hal_open()
hal_open()::upper_callbacks
static
const
hci_hal_callbacks_t
hal_callbacks
;
hci_layer.c:87
static
const
hci_hal_callbacks_t
hal_callbacks
=
{
hci_layer.c:596
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
hci_hal_env_t::callbacks
hci_hal_env_t
hci_hal_h4.c:83
hci_hal_env_init()::upper_callbacks
hci_hal_env_init()
hci_hal_h4.c:105
hal_open()::upper_callbacks
hal_open()
hci_hal_h4.c:171
hal_callbacks
hci_layer.c:87
hal_callbacks
hci_layer.c:596
Lifecycle
from
examples
All items filtered out
All items filtered out