ESP-IDF
tBTM_BLE_INQ_CB::scan_interval
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
tBTM_BLE_INQ_CB::scan_interval
tBTM_BLE_INQ_CB::scan_interval field
Syntax
Show:
Summary
Declaration
from
btm_ble_int.h:153
UINT32
scan_interval
;
Examples
References
from
examples
Code
Location
Referrer
UINT32
scan_interval
;
btm_ble_int.h:153
UINT32
scan_interval
=
!
p_inq
->
scan_interval
?
BTM_BLE_GAP_DISC_SCAN_INT
:
p_inq
->
scan_interval
;
btm_ble_bgconn.c:132
btm_update_scanner_filter_policy()
UINT32
scan_interval
=
!
p_inq
->
scan_interval
?
BTM_BLE_GAP_DISC_SCAN_INT
:
p_inq
->
scan_interval
;
btm_ble_gap.c:473
BTM_BleObserve()
p_inq
->
scan_interval
,
p_inq
->
scan_window
)
;
btm_ble_gap.c:477
BTM_BleObserve()
p_inq
->
scan_interval
=
BTM_BLE_GAP_DISC_SCAN_INT
;
btm_ble_gap.c:584
BTM_BleScan()
btsnd_hcic_ble_set_scan_params
(
p_inq
->
scan_type
,
p_inq
->
scan_interval
,
btm_ble_gap.c:589
BTM_BleScan()
p_cb
->
scan_interval
=
scan_interval
;
btm_ble_gap.c:1683
BTM_BleSetScanParams()
p_cb
->
scan_interval
=
scan_interval
;
btm_ble_gap.c:1733
BTM_BleSetScanFilterParams()
}
else
if
(
(
p_ble_cb
->
inq_var
.
scan_interval
!=
BTM_BLE_LOW_LATENCY_SCAN_INT
)
||
btm_ble_gap.c:2805
btm_ble_start_inquiry()
}
else
if
(
(
p_ble_cb
->
inq_var
.
scan_interval
!=
BTM_BLE_LOW_LATENCY_SCAN_INT
)
||
btm_ble_gap.c:3939
btm_ble_stop_inquiry()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTM_BLE_INQ_CB::scan_interval
is written by 3 functions and is read by 5 functions:
BTM_BleScan()
BTM_BleSetScanParams()
BTM_BleSetScanFilterParams()
All items filtered out
tBTM_BLE_INQ_CB::scan_interval
btm_update_scanner_filter_policy()
BTM_BleObserve()
BTM_BleScan()
btm_ble_start_inquiry()
btm_ble_stop_inquiry()
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