ESP-IDF
tBTM_BLE_INQ_CB::scan_window
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
tBTM_BLE_INQ_CB::scan_window
tBTM_BLE_INQ_CB::scan_window field
Syntax
Show:
Summary
Declaration
from
btm_ble_int.h:152
UINT32
scan_window
;
Examples
References
from
examples
Code
Location
Referrer
UINT32
scan_window
;
btm_ble_int.h:152
UINT32
scan_window
=
!
p_inq
->
scan_window
?
BTM_BLE_GAP_DISC_SCAN_WIN
:
p_inq
->
scan_window
;
btm_ble_bgconn.c:133
btm_update_scanner_filter_policy()
UINT32
scan_window
=
!
p_inq
->
scan_window
?
BTM_BLE_GAP_DISC_SCAN_WIN
:
p_inq
->
scan_window
;
btm_ble_gap.c:474
BTM_BleObserve()
p_inq
->
scan_interval
,
p_inq
->
scan_window
)
;
btm_ble_gap.c:477
BTM_BleObserve()
p_inq
->
scan_window
=
BTM_BLE_GAP_DISC_SCAN_WIN
;
btm_ble_gap.c:585
BTM_BleScan()
p_inq
->
scan_window
,
btm_ble_gap.c:590
BTM_BleScan()
p_cb
->
scan_window
=
scan_window
;
btm_ble_gap.c:1684
BTM_BleSetScanParams()
p_cb
->
scan_window
=
scan_window
;
btm_ble_gap.c:1734
BTM_BleSetScanFilterParams()
(
p_ble_cb
->
inq_var
.
scan_window
!=
BTM_BLE_LOW_LATENCY_SCAN_WIN
)
)
{
btm_ble_gap.c:2806
btm_ble_start_inquiry()
(
p_ble_cb
->
inq_var
.
scan_window
!=
BTM_BLE_LOW_LATENCY_SCAN_WIN
)
)
{
btm_ble_gap.c:3940
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_window
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_window
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