ESP-IDF
btgatt_track_adv_info_t::advertiser_info_present
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
btgatt_track_adv_info_t::advertiser_info_present
btgatt_track_adv_info_t::advertiser_info_present field
Syntax
Show:
Summary
Declaration
from
bt_common_types.h:23
uint8_t
advertiser_info_present
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
advertiser_info_present
;
bt_common_types.h:23
track_adv_data
.
advertiser_info_present
=
NO_ADV_INFO_PRESENT
;
/* Indicates failure */
bta_dm_act.c:6238
bta_dm_ble_track_advertiser()
STREAM_TO_UINT8
(
adv_data
.
advertiser_info_present
,
p
)
;
btm_ble_batchscan.c:93
btm_ble_batchscan_filter_track_adv_vse_cback()
if
(
ADV_INFO_PRESENT
==
adv_data
.
advertiser_info_present
)
{
btm_ble_batchscan.c:98
btm_ble_batchscan_filter_track_adv_vse_cback()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
btgatt_track_adv_info_t::advertiser_info_present
is written by 2 functions and is read by 1 function:
bta_dm_ble_track_advertiser()
btm_ble_batchscan_filter_track_adv_vse_cback()
All items filtered out
btgatt_track_adv_info_t::advertiser_info_present
btm_ble_batchscan_filter_track_adv_vse_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