ESP-IDF
hci_hal_t::transmit_data
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::transmit_data
hci_hal_t::transmit_data field
Syntax
Show:
Summary
Declaration
from
hci_hal.h:83
uint16_t
(
*
transmit_data
)
(
serial_data_type_t
type
,
uint8_t
*
data
,
uint16_t
length
)
;
Examples
References
from
examples
Code
Location
Scope
Referrer
uint16_t
(
*
transmit_data
)
(
serial_data_type_t
type
,
uint8_t
*
data
,
uint16_t
length
)
;
hci_hal.h:83
static
const
hci_hal_t
interface
=
{
hci_hal_h4.c:631
interface
transmit_data()
hal
->
transmit_data
(
type
,
packet
->
data
+
packet
->
offset
,
packet
->
len
)
;
hci_layer.c:355
transmit_fragment()
Call Tree
from
examples
hci_hal_t::transmit_data
is called by 1 function:
transmit_fragment()
All items filtered out
hci_hal_t::transmit_data
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
hci_hal_t::transmit_data
implements 1 functions:
transmit_data()
All items filtered out
hci_hal_t::transmit_data
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out