ESP-IDF
BLE_MAX_L2CAP_CLIENTS
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/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
BLE_MAX_L2CAP_CLIENTS
BLE_MAX_L2CAP_CLIENTS macro
Syntax
Show:
Summary
Declaration
from
bt_target.h:1101
#define
BLE_MAX_L2CAP_CLIENTS
15
Examples
References
from
examples
Code
Location
#define
BLE_MAX_L2CAP_CLIENTS
15
bt_target.h:1101
tL2C_RCB
ble_rcb_pool
[
BLE_MAX_L2CAP_CLIENTS
]
;
/* Registration info pool */
l2c_int.h:524
for
(
xx
=
0
;
xx
<
BLE_MAX_L2CAP_CLIENTS
;
xx
++
,
p_rcb
++
)
l2c_utils.c:1833
for
(
xx
=
0
;
xx
<
BLE_MAX_L2CAP_CLIENTS
;
xx
++
,
p_rcb
++
)
l2c_utils.c:1937
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