ESP-IDF
hci_layer_get_interface()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
hci_layer_get_interface()
hci_layer_get_interface() function
Syntax
Show:
Summary
Declaration
Definition
from
hci_layer.h:100
const
hci_t
*
hci_layer_get_interface
(
void
)
;
Implemented in
hci_layer.c:607
Examples
References
from
examples
Code
Location
Referrer
const
hci_t
*
hci_layer_get_interface
(
void
)
hci_layer.c:607
const
hci_t
*
hci_layer_get_interface
(
void
)
;
hci_layer.h:100
hci
=
hci_layer_get_interface
(
)
;
bte_main.c:78
bte_main_boot_entry()
hci_layer_get_interface
(
)
->
transmit_command
(
btm_devctl.c:1120
BTM_EnableTestMode()
hci_layer_get_interface
(
)
->
transmit_command
(
btu_hcif.c:472
btu_hcif_send_cmd()
hci_layer_get_interface
(
)
->
transmit_command
(
btu_hcif.c:521
btu_hcif_send_cmd_sync()
controller_param
.
hci
=
hci_layer_get_interface
(
)
;
controller.c:594
controller_get_interface()
Call Tree
from
examples
hci_layer_get_interface()
is called by 5 functions and calls 3 functions:
controller_get_interface()
bte_main_boot_entry()
BTM_EnableTestMode()
btu_hcif_send_cmd()
btu_hcif_send_cmd_sync()
All items filtered out
hci_layer_get_interface()
hci_hal_h4_get_interface()
init_layer_interface()
packet_fragmenter_get_interface()
All items filtered out
Data Use
from
examples
hci_layer_get_interface()
writes 2 variables:
All items filtered out
hci_layer_get_interface()
hal
packet_fragmenter
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