ESP-IDF
tBTM_BLE_BATCH_SCAN_CB::p_scan_rep_cback
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_BATCH_SCAN_CB::p_scan_rep_cback
tBTM_BLE_BATCH_SCAN_CB::p_scan_rep_cback field
Syntax
Show:
Summary
Declaration
from
btm_ble_api.h:593
tBTM_BLE_SCAN_REP_CBACK
*
p_scan_rep_cback
;
Examples
References
from
examples
Code
Location
Referrer
tBTM_BLE_SCAN_REP_CBACK
*
p_scan_rep_cback
;
btm_ble_api.h:593
if
(
cb_evt
!=
0
&&
NULL
!=
ble_batchscan_cb
.
p_scan_rep_cback
)
{
btm_ble_batchscan.c:426
btm_ble_batchscan_vsc_cmpl_cback()
if
(
NULL
!=
ble_batchscan_cb
.
p_scan_rep_cback
)
{
btm_ble_batchscan.c:436
btm_ble_batchscan_vsc_cmpl_cback()
ble_batchscan_cb
.
p_scan_rep_cback
(
ref_value
,
report_format
,
num_records
,
btm_ble_batchscan.c:437
btm_ble_batchscan_vsc_cmpl_cback()
if
(
NULL
!=
ble_batchscan_cb
.
p_scan_rep_cback
&&
NULL
!=
p_data
)
{
btm_ble_batchscan.c:449
btm_ble_batchscan_vsc_cmpl_cback()
ble_batchscan_cb
.
p_scan_rep_cback
(
ref_value
,
report_format
,
btm_ble_batchscan.c:450
btm_ble_batchscan_vsc_cmpl_cback()
ble_batchscan_cb
.
p_scan_rep_cback
=
p_rep_cback
;
btm_ble_batchscan.c:645
BTM_BleSetStorageConfig()
Call Tree
from
examples
tBTM_BLE_BATCH_SCAN_CB::p_scan_rep_cback
is called by 1 function:
btm_ble_batchscan_vsc_cmpl_cback()
All items filtered out
tBTM_BLE_BATCH_SCAN_CB::p_scan_rep_cback
All items filtered out
Data Use
from
examples
tBTM_BLE_BATCH_SCAN_CB::p_scan_rep_cback
is written by 1 function and is read by 1 function:
BTM_BleSetStorageConfig()
All items filtered out
tBTM_BLE_BATCH_SCAN_CB::p_scan_rep_cback
btm_ble_batchscan_vsc_cmpl_cback()
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