ESP-IDF
tBTM_BLE_BATCH_SCAN_REP_Q::p_data
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_BATCH_SCAN_REP_Q::p_data
tBTM_BLE_BATCH_SCAN_REP_Q::p_data field
Syntax
Show:
Summary
Declaration
from
btm_ble_api.h:577
UINT8
*
p_data
[
BTM_BLE_BATCH_REP_MAIN_Q_SIZE
]
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
*
p_data
[
BTM_BLE_BATCH_REP_MAIN_Q_SIZE
]
;
btm_ble_api.h:577
ble_batchscan_cb
.
main_rep_q
.
p_data
[
ble_batchscan_cb
.
main_rep_q
.
next_idx
]
=
NULL
;
btm_ble_batchscan.c:177
btm_ble_batchscan_enq_rep_q()
p_orig_data
=
ble_batchscan_cb
.
main_rep_q
.
p_data
[
index
]
;
btm_ble_batchscan.c:212
btm_ble_batchscan_enq_rep_data()
ble_batchscan_cb
.
main_rep_q
.
p_data
[
index
]
=
p_app_data
;
btm_ble_batchscan.c:218
btm_ble_batchscan_enq_rep_data()
ble_batchscan_cb
.
main_rep_q
.
p_data
[
index
]
=
p_app_data
;
btm_ble_batchscan.c:224
btm_ble_batchscan_enq_rep_data()
*
p_data
=
ble_batchscan_cb
.
main_rep_q
.
p_data
[
index
]
;
btm_ble_batchscan.c:259
btm_ble_batchscan_deq_rep_data()
ble_batchscan_cb
.
main_rep_q
.
p_data
[
index
]
=
NULL
;
btm_ble_batchscan.c:262
btm_ble_batchscan_deq_rep_data()
if
(
NULL
!=
ble_batchscan_cb
.
main_rep_q
.
p_data
[
index
]
)
{
btm_ble_batchscan.c:936
btm_ble_batchscan_cleanup()
osi_free
(
ble_batchscan_cb
.
main_rep_q
.
p_data
[
index
]
)
;
btm_ble_batchscan.c:937
btm_ble_batchscan_cleanup()
ble_batchscan_cb
.
main_rep_q
.
p_data
[
index
]
=
NULL
;
btm_ble_batchscan.c:938
btm_ble_batchscan_cleanup()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTM_BLE_BATCH_SCAN_REP_Q::p_data
is read by 4 functions:
All items filtered out
tBTM_BLE_BATCH_SCAN_REP_Q::p_data
btm_ble_batchscan_enq_rep_q()
btm_ble_batchscan_enq_rep_data()
btm_ble_batchscan_deq_rep_data()
btm_ble_batchscan_cleanup()
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