ESP-IDF
BTM_BLE_SCAN_ACTIVE_MASK
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_SCAN_ACTIVE_MASK
BTM_BLE_SCAN_ACTIVE_MASK macro
Syntax
Show:
Summary
Declaration
from
btm_api.h:281
#define
BTM_BLE_SCAN_ACTIVE_MASK
0x01F0
Examples
References
from
examples
Code
Location
#define
BTM_BLE_SCAN_ACTIVE_MASK
0x01F0
/* LE scan activity mask */
btm_api.h:281
#define
BTM_BLE_IS_SCAN_ACTIVE
(
x
)
(
(
x
)
&
BTM_BLE_SCAN_ACTIVE_MASK
)
btm_ble_int.h:99
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