ESP-IDF
tBTM_BLE_INQ_CB::adv_data_cache
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::adv_data_cache
tBTM_BLE_INQ_CB::adv_data_cache field
Syntax
Show:
Summary
Declaration
from
btm_ble_int.h:172
UINT8
adv_data_cache
[
BTM_BLE_CACHE_ADV_DATA_MAX
]
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
adv_data_cache
[
BTM_BLE_CACHE_ADV_DATA_MAX
]
;
btm_ble_int.h:172
memset
(
p_le_inq_cb
->
adv_data_cache
,
0
,
BTM_BLE_CACHE_ADV_DATA_MAX
)
;
btm_ble_gap.c:3103
btm_ble_cache_adv_data()
memset
(
p_le_inq_cb
->
adv_data_cache
,
0
,
BTM_BLE_CACHE_ADV_DATA_MAX
)
;
btm_ble_gap.c:3112
btm_ble_cache_adv_data()
p_cache
=
&
p_le_inq_cb
->
adv_data_cache
[
p_le_inq_cb
->
adv_len
]
;
btm_ble_gap.c:3118
btm_ble_cache_adv_data()
if
(
(
p_flag
=
BTM_CheckAdvData
(
p_le_inq_cb
->
adv_data_cache
,
p_le_inq_cb
->
adv_len
,
btm_ble_gap.c:3179
btm_ble_is_discoverable()
if
(
(
p_flag
=
BTM_CheckAdvData
(
p_le_inq_cb
->
adv_data_cache
,
p_le_inq_cb
->
adv_len
,
BTM_BLE_AD_TYPE_FLAG
,
&
len
)
)
!=
NULL
)
{
btm_ble_gap.c:3395
btm_ble_update_inq_result()
p_uuid16
=
BTM_CheckAdvData
(
p_le_inq_cb
->
adv_data_cache
,
p_le_inq_cb
->
adv_len
,
BTM_BLE_AD_TYPE_APPEARANCE
,
&
len
)
;
btm_ble_gap.c:3405
btm_ble_update_inq_result()
if
(
(
p_uuid16
=
BTM_CheckAdvData
(
p_le_inq_cb
->
adv_data_cache
,
p_le_inq_cb
->
adv_len
,
btm_ble_gap.c:3409
btm_ble_update_inq_result()
(
p_inq_results_cb
)
(
(
tBTM_INQ_RESULTS
*
)
&
p_i
->
inq_info
.
results
,
p_le_inq_cb
->
adv_data_cache
)
;
btm_ble_gap.c:3675
btm_ble_process_last_adv_pkt()
(
p_obs_results_cb
)
(
(
tBTM_INQ_RESULTS
*
)
&
p_i
->
inq_info
.
results
,
p_le_inq_cb
->
adv_data_cache
)
;
btm_ble_gap.c:3682
btm_ble_process_last_adv_pkt()
(
p_scan_results_cb
)
(
(
tBTM_INQ_RESULTS
*
)
&
p_i
->
inq_info
.
results
,
p_le_inq_cb
->
adv_data_cache
)
;
btm_ble_gap.c:3689
btm_ble_process_last_adv_pkt()
(
p_inq_results_cb
)
(
(
tBTM_INQ_RESULTS
*
)
&
p_i
->
inq_info
.
results
,
p_le_inq_cb
->
adv_data_cache
)
;
btm_ble_gap.c:3816
btm_ble_process_adv_pkt_cont()
(
p_obs_results_cb
)
(
(
tBTM_INQ_RESULTS
*
)
&
p_i
->
inq_info
.
results
,
p_le_inq_cb
->
adv_data_cache
)
;
btm_ble_gap.c:3823
btm_ble_process_adv_pkt_cont()
(
p_scan_results_cb
)
(
(
tBTM_INQ_RESULTS
*
)
&
p_i
->
inq_info
.
results
,
p_le_inq_cb
->
adv_data_cache
)
;
btm_ble_gap.c:3830
btm_ble_process_adv_pkt_cont()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTM_BLE_INQ_CB::adv_data_cache
is read by 5 functions:
All items filtered out
tBTM_BLE_INQ_CB::adv_data_cache
btm_ble_cache_adv_data()
btm_ble_is_discoverable()
btm_ble_update_inq_result()
btm_ble_process_last_adv_pkt()
btm_ble_process_adv_pkt_cont()
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