ESP-IDF
hci_hal_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
components
app_trace
app_update
bootloader_support
bt
common
controller
esp_ble_mesh
host
bluedroid
api
bta
btc
common
config
device
external
hci
include
hci
hci_audio.h
hci_hal.h
serial_data_type_t
packet_ready_cb
adv_rpt_ready_cb
hci_hal_callbacks_t
hci_hal_t
hci_hal_h4_get_interface()
hci_internals.h
hci_layer.h
hci_packet_factory.h
hci_packet_parser.h
hci_trans_int.h
packet_fragmenter.h
hci_audio.c
hci_hal_h4.c
hci_layer.c
hci_packet_factory.c
hci_packet_parser.c
packet_fragmenter.c
main
stack
nimble
include
porting
cmock
console
cxx
driver
efuse
esp_adc
esp_app_format
esp_bootloader_format
esp_coex
esp_common
esp_driver_ana_cmpr
esp_driver_cam
esp_driver_dac
esp_driver_gpio
esp_driver_gptimer
esp_driver_i2c
esp_driver_i2s
esp_driver_jpeg
esp_driver_ledc
esp_driver_mcpwm
esp_driver_parlio
esp_driver_pcnt
esp_driver_rmt
esp_driver_sdio
esp_driver_sdm
esp_driver_sdmmc
esp_driver_sdspi
esp_driver_spi
esp_driver_tsens
esp_driver_uart
esp_driver_usb_serial_jtag
esp_eth
esp_event
esp_gdbstub
esp_hid
esp_http_client
esp_http_server
esp_https_ota
esp_https_server
esp_hw_support
esp_lcd
esp_local_ctrl
esp_mm
esp_netif
esp_partition
esp_phy
esp_pm
esp_psram
esp_ringbuf
esp_rom
esp_security
esp_system
esp_timer
esp_vfs_console
esp_wifi
esp-tls
espcoredump
hal
heap
http_parser
ieee802154
log
mqtt
newlib
nvs_flash
nvs_sec_provider
openthread
perfmon
protobuf-c
protocomm
pthread
rt
sdmmc
soc
spi_flash
spiffs
tcp_transport
ulp
unity
vfs
wear_levelling
wifi_provisioning
wpa_supplicant
xtensa
examples
lwIP
FreeRTOS
cJSON
mbedTLS
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
Code
Location
Referrer
typedef
struct
hci_hal_t
{
hci_hal.h:54
}
hci_hal_t
;
hci_hal.h:84
typedef
struct
hci_hal_t
hci_hal_t
;
hci_layer.h:56
}
hci_hal_t
;
hci_hal.h:84
hci_hal_t
const
hci_hal_t
*
hci_hal_h4_get_interface
(
void
)
;
hci_hal.h:88
hci_hal_h4_get_interface()
static
const
hci_hal_t
interface
;
hci_hal_h4.c:90
static
const
hci_hal_t
interface
=
{
hci_hal_h4.c:631
const
hci_hal_t
*
hci_hal_h4_get_interface
(
void
)
hci_hal_h4.c:637
hci_hal_h4_get_interface()
static
const
hci_hal_t
*
hal
;
hci_layer.c:86
typedef
struct
hci_hal_t
hci_hal_t
;
hci_layer.h:56
hci_hal_t
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_hal_h4_get_interface()
hci_hal.h:88
interface
hci_hal_h4.c:90
interface
hci_hal_h4.c:631
return
hci_hal_h4_get_interface()
hci_hal_h4.c:637
hal
hci_layer.c:86
Lifecycle
from
examples
All items filtered out
All items filtered out