ESP-IDF
tBTM_BLE_BATCH_SCAN_CB::cur_state
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/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_BATCH_SCAN_CB::cur_state
tBTM_BLE_BATCH_SCAN_CB::cur_state field
Syntax
Show:
Summary
Declaration
from
btm_ble_api.h:583
tBTM_BLE_BATCH_SCAN_STATE
cur_state
;
Examples
References
from
examples
Code
Location
Referrer
tBTM_BLE_BATCH_SCAN_STATE
cur_state
;
btm_ble_api.h:583
btm_ble_batchscan_enq_op_q
(
BTM_BLE_BATCH_SCAN_READ_RESULTS
,
ble_batchscan_cb
.
cur_state
,
btm_ble_batchscan.c:330
btm_ble_read_batchscan_reports()
ble_batchscan_cb
.
cur_state
=
BTM_BLE_SCAN_ENABLED_STATE
;
btm_ble_batchscan.c:383
btm_ble_batchscan_vsc_cmpl_cback()
ble_batchscan_cb
.
cur_state
=
BTM_BLE_SCAN_INVALID_STATE
;
btm_ble_batchscan.c:386
btm_ble_batchscan_vsc_cmpl_cback()
status
,
ble_batchscan_cb
.
cur_state
,
cb_evt
)
;
btm_ble_batchscan.c:390
btm_ble_batchscan_vsc_cmpl_cback()
ble_batchscan_cb
.
cur_state
=
BTM_BLE_SCAN_DISABLED_STATE
;
btm_ble_batchscan.c:412
btm_ble_batchscan_vsc_cmpl_cback()
ble_batchscan_cb
.
cur_state
=
BTM_BLE_SCAN_INVALID_STATE
;
btm_ble_batchscan.c:415
btm_ble_batchscan_vsc_cmpl_cback()
ble_batchscan_cb
.
cur_state
=
BTM_BLE_SCAN_ENABLE_CALLED
;
btm_ble_batchscan.c:594
btm_ble_enable_disable_batchscan()
ble_batchscan_cb
.
cur_state
=
BTM_BLE_SCAN_DISABLE_CALLED
;
btm_ble_batchscan.c:596
btm_ble_enable_disable_batchscan()
ble_batchscan_cb
.
cur_state
,
ref_value
,
batch_scan_full_max
,
batch_scan_trunc_max
,
btm_ble_batchscan.c:629
BTM_BleSetStorageConfig()
if
(
BTM_BLE_SCAN_INVALID_STATE
==
ble_batchscan_cb
.
cur_state
||
btm_ble_batchscan.c:655
BTM_BleSetStorageConfig()
BTM_BLE_SCAN_DISABLED_STATE
==
ble_batchscan_cb
.
cur_state
||
btm_ble_batchscan.c:656
BTM_BleSetStorageConfig()
BTM_BLE_SCAN_DISABLE_CALLED
==
ble_batchscan_cb
.
cur_state
)
{
btm_ble_batchscan.c:657
BTM_BleSetStorageConfig()
ble_batchscan_cb
.
cur_state
=
BTM_BLE_SCAN_ENABLE_CALLED
;
btm_ble_batchscan.c:663
BTM_BleSetStorageConfig()
btm_ble_batchscan_enq_op_q
(
BTM_BLE_BATCH_SCAN_SET_STORAGE_PARAM
,
ble_batchscan_cb
.
cur_state
,
btm_ble_batchscan.c:674
BTM_BleSetStorageConfig()
scan_window
,
discard_rule
,
ble_batchscan_cb
.
cur_state
)
;
btm_ble_batchscan.c:717
BTM_BleEnableBatchScan()
if
(
BTM_BLE_SCAN_INVALID_STATE
==
ble_batchscan_cb
.
cur_state
||
btm_ble_batchscan.c:727
BTM_BleEnableBatchScan()
BTM_BLE_SCAN_DISABLED_STATE
==
ble_batchscan_cb
.
cur_state
||
btm_ble_batchscan.c:728
BTM_BleEnableBatchScan()
BTM_BLE_SCAN_DISABLE_CALLED
==
ble_batchscan_cb
.
cur_state
)
{
btm_ble_batchscan.c:729
BTM_BleEnableBatchScan()
btm_ble_batchscan_enq_op_q
(
BTM_BLE_BATCH_SCAN_SET_PARAMS
,
ble_batchscan_cb
.
cur_state
,
btm_ble_batchscan.c:751
BTM_BleEnableBatchScan()
ble_batchscan_cb
.
cur_state
)
;
btm_ble_batchscan.c:852
BTM_BleReadScanReports()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTM_BLE_BATCH_SCAN_CB::cur_state
is written by 3 functions and is read by 5 functions:
btm_ble_batchscan_vsc_cmpl_cback()
btm_ble_enable_disable_batchscan()
BTM_BleSetStorageConfig()
All items filtered out
tBTM_BLE_BATCH_SCAN_CB::cur_state
btm_ble_read_batchscan_reports()
btm_ble_batchscan_vsc_cmpl_cback()
BTM_BleSetStorageConfig()
BTM_BleEnableBatchScan()
BTM_BleReadScanReports()
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