ESP-IDF
BTM_BLE_DATA_SIZE_MAX
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/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
BTM_BLE_DATA_SIZE_MAX
BTM_BLE_DATA_SIZE_MAX macro
Syntax
Show:
Summary
Declaration
from
btm_ble_api.h:379
#define
BTM_BLE_DATA_SIZE_MAX
0x00fb
Examples
References
from
examples
Code
Location
#define
BTM_BLE_DATA_SIZE_MAX
0x00fb
btm_ble_api.h:379
if
(
tx_data_length
>
BTM_BLE_DATA_SIZE_MAX
)
{
btc_gap_ble.c:1441
tx_data_length
=
BTM_BLE_DATA_SIZE_MAX
;
btc_gap_ble.c:1442
if
(
tx_pdu_length
>
BTM_BLE_DATA_SIZE_MAX
)
{
btm_ble.c:941
tx_pdu_length
=
BTM_BLE_DATA_SIZE_MAX
;
btm_ble.c:942
response
=
AWAIT_COMMAND
(
controller_param
.
packet_factory
->
make_ble_write_suggested_default_data_length
(
BTM_BLE_DATA_SIZE_MAX
,
BTM_BLE_DATA_TX_TIME_MAX
)
)
;
controller.c:282
if
(
tx_mtu
>
BTM_BLE_DATA_SIZE_MAX
)
{
l2c_ble.c:1296
tx_mtu
=
BTM_BLE_DATA_SIZE_MAX
;
l2c_ble.c:1297
if
(
tx_mtu
>
BTM_BLE_DATA_SIZE_MAX
)
{
l2c_ble.c:1390
tx_mtu
=
BTM_BLE_DATA_SIZE_MAX
;
l2c_ble.c:1391
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