ESP-IDF
BTM_BLE_SCAN_FAST_INT
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_FAST_INT
BTM_BLE_SCAN_FAST_INT macro
Syntax
Show:
Summary
Declaration
from
btm_ble_api.h:145
#define
BTM_BLE_SCAN_FAST_INT
96
Examples
References
from
examples
Code
Location
#define
BTM_BLE_SCAN_FAST_INT
96
/* 30 ~ 60 ms (use 60) = 96 *0.625 */
btm_ble_api.h:145
UINT32
scan_int
=
p_cb
->
scan_int
==
BTM_BLE_SCAN_PARAM_UNDEF
?
BTM_BLE_SCAN_FAST_INT
:
p_cb
->
scan_int
;
btm_ble_bgconn.c:563
scan_int
=
(
p_cb
->
scan_int
==
BTM_BLE_SCAN_PARAM_UNDEF
)
?
BTM_BLE_SCAN_FAST_INT
:
p_cb
->
scan_int
;
l2c_ble.c:903
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