ESP-IDF
transmit_data()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
transmit_data()
transmit_data() function
Function: transmit_data -TX data to low-layer It is ported from Bluedroid source code, so it is not needed to use write() to send data. TODO: Just use firmware API to send data.
Syntax
Show:
Summary
Declaration
from
hci_hal_h4.c:194
static
uint16_t
transmit_data
(
serial_data_type_t
type
,
uint8_t
*
data
,
uint16_t
length
)
;
Arguments
Argument
Declared as
type
serial_data_type_t
data
uint8_t
*
length
uint16_t
Examples
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out