ESP-IDF
BTM_BLE_MAX_BG_CONN_DEV_NUM
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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_MAX_BG_CONN_DEV_NUM
BTM_BLE_MAX_BG_CONN_DEV_NUM macro
Syntax
Show:
Summary
Declaration
from
btm_ble_int.h:212
#define
BTM_BLE_MAX_BG_CONN_DEV_NUM
10
Examples
References
from
examples
Code
Location
#define
BTM_BLE_MAX_BG_CONN_DEV_NUM
10
btm_ble_int.h:212
for
(
i
=
0
;
i
<
BTM_BLE_MAX_BG_CONN_DEV_NUM
&&
rt
;
i
++
,
p_dev_op
++
)
{
btm_ble_bgconn.c:231
for
(
i
=
0
;
i
<
BTM_BLE_MAX_BG_CONN_DEV_NUM
;
i
++
,
p_dev_op
++
)
{
btm_ble_bgconn.c:252
if
(
i
!=
BTM_BLE_MAX_BG_CONN_DEV_NUM
)
{
btm_ble_bgconn.c:260
tBTM_BLE_WL_OP
wl_op_q
[
BTM_BLE_MAX_BG_CONN_DEV_NUM
]
;
btm_ble_int.h:377
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