ESP-IDF
tBTA_DM_API_TRACK_ADVERTISER
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
tBTA_DM_API_TRACK_ADVERTISER
tBTA_DM_API_TRACK_ADVERTISER struct
Syntax
Show:
Summary
Declaration
from
bta_dm_int.h:915
typedef
struct
{
BT_HDR
hdr
;
tBTA_DM_BLE_REF_VALUE
ref_value
;
tBTA_BLE_TRACK_ADV_CBACK
*
p_track_adv_cback
;
}
tBTA_DM_API_TRACK_ADVERTISER
;
Fields
Field
Declared as
tBTA_DM_API_TRACK_ADVERTISER::hdr
BT_HDR
tBTA_DM_API_TRACK_ADVERTISER::ref_value
tBTA_DM_BLE_REF_VALUE
tBTA_DM_API_TRACK_ADVERTISER::p_track_adv_cback
tBTA_BLE_TRACK_ADV_CBACK
*
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
bta_dm_int.h:915
}
tBTA_DM_API_TRACK_ADVERTISER
;
bta_dm_int.h:919
tBTA_DM_API_TRACK_ADVERTISER
*
p_msg
;
bta_dm_api.c:1880
BTA_DmBleTrackAdvertiser()
if
(
(
p_msg
=
(
tBTA_DM_API_TRACK_ADVERTISER
*
)
bta_dm_api.c:1882
BTA_DmBleTrackAdvertiser()
osi_malloc
(
sizeof
(
tBTA_DM_API_TRACK_ADVERTISER
)
)
)
!=
NULL
)
{
bta_dm_api.c:1883
BTA_DmBleTrackAdvertiser()
}
tBTA_DM_API_TRACK_ADVERTISER
;
bta_dm_int.h:919
tBTA_DM_API_TRACK_ADVERTISER
tBTA_DM_API_TRACK_ADVERTISER
ble_track_advert
;
bta_dm_int.h:1334
tBTA_DM_MSG
tBTA_DM_MSG::ble_track_advert
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
tBTA_DM_MSG::ble_track_advert
tBTA_DM_MSG
bta_dm_int.h:1334
Lifecycle
from
examples
All items filtered out
All items filtered out