ESP-IDF
BTA_DmBleSetDataLength()
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
BTA_DmBleSetDataLength()
BTA_DmBleSetDataLength() function
* Function BTA_DmBleSetDataLength * Description This function is to set maximum LE data packet size * Returns void
Syntax
Show:
Summary
Declaration
Definition
from
bta_api.h:2918
extern
void
BTA_DmBleSetDataLength
(
BD_ADDR
remote_device
,
UINT16
tx_data_length
,
tBTA_SET_PKT_DATA_LENGTH_CBACK
*
p_set_pkt_data_cback
)
;
Implemented in
bta_dm_api.c:2670
Arguments
Argument
Declared as
remote_device
BD_ADDR
tx_data_length
UINT16
p_set_pkt_data_cback
tBTA_SET_PKT_DATA_LENGTH_CBACK
*
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