ESP-IDF
L2C_BLE_CONN_UPDATE_DISABLE
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
L2C_BLE_CONN_UPDATE_DISABLE
L2C_BLE_CONN_UPDATE_DISABLE macro
Syntax
Show:
Summary
Declaration
from
l2c_int.h:435
#define
L2C_BLE_CONN_UPDATE_DISABLE
0x1
Examples
References
from
examples
Code
Location
#define
L2C_BLE_CONN_UPDATE_DISABLE
0x1
/* disable update connection parameters */
l2c_int.h:435
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
bool
is_disable
=
(
p_lcb
->
conn_update_mask
&
L2C_BLE_CONN_UPDATE_DISABLE
)
;
l2c_ble.c:244
p_lcb
->
conn_update_mask
&=
~
L2C_BLE_CONN_UPDATE_DISABLE
;
l2c_ble.c:250
p_lcb
->
conn_update_mask
|=
L2C_BLE_CONN_UPDATE_DISABLE
;
l2c_ble.c:252
if
(
p_lcb
->
conn_update_mask
&
L2C_BLE_CONN_UPDATE_DISABLE
)
{
l2c_ble.c:550
if
(
(
p_lcb
->
conn_update_mask
&
L2C_BLE_CONN_UPDATE_DISABLE
)
==
0
)
{
l2c_ble.c:1245
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