ESP-IDF
BTM_BLE_CONN_INT_MAX_DEF
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
BTM_BLE_CONN_INT_MAX_DEF
BTM_BLE_CONN_INT_MAX_DEF macro
Syntax
Show:
Summary
Declaration
from
btm_ble_api.h:176
#define
BTM_BLE_CONN_INT_MAX_DEF
12
Examples
References
from
examples
Code
Location
#define
BTM_BLE_CONN_INT_MAX_DEF
12
/* recommended max: 15 ms = 12 * 1.25 */
btm_ble_api.h:176
BTM_BLE_CONN_INT_MAX_DEF
,
/* UINT16 conn_int_max */
btm_ble_bgconn.c:520
if
(
p_lcb
->
current_used_conn_interval
<=
BTM_BLE_CONN_INT_MAX_DEF
&&
(
p_lcb
->
conn_update_mask
&
L2C_BLE_CONN_UPDATE_DISABLE
)
==
0
)
{
l2c_ble.c:241
p_lcb
->
current_used_conn_interval
>
BTM_BLE_CONN_INT_MAX_DEF
)
{
l2c_ble.c:556
p_dev_rec
->
conn_params
.
max_conn_int
:
BTM_BLE_CONN_INT_MAX_DEF
)
,
/* UINT16 conn_int_max */
l2c_ble.c:984
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