ESP-IDF
BTM_LE_SELECT_CONN_ACTIVE
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_LE_SELECT_CONN_ACTIVE
BTM_LE_SELECT_CONN_ACTIVE macro
Syntax
Show:
Summary
Declaration
from
btm_ble_int.h:94
#define
BTM_LE_SELECT_CONN_ACTIVE
0x0040
Examples
References
from
examples
Code
Location
#define
BTM_LE_SELECT_CONN_ACTIVE
0x0040
/* selection connection is in progress */
btm_ble_int.h:94
p_cb
->
scan_activity
|=
BTM_LE_SELECT_CONN_ACTIVE
;
btm_ble_bgconn.c:610
p_cb
->
scan_activity
&=
~
BTM_LE_SELECT_CONN_ACTIVE
;
btm_ble_bgconn.c:618
#define
BTM_BLE_IS_SEL_CONN_ACTIVE
(
x
)
(
(
x
)
&
BTM_LE_SELECT_CONN_ACTIVE
)
btm_ble_int.h:103
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