ESP-IDF
tBTA_DM_MSG::ble_observe
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_MSG::ble_observe
tBTA_DM_MSG::ble_observe field
Syntax
Show:
Summary
Declaration
from
bta_dm_int.h:1304
tBTA_DM_API_BLE_OBSERVE
ble_observe
;
Examples
References
from
examples
Code
Location
Referrer
tBTA_DM_API_BLE_OBSERVE
ble_observe
;
bta_dm_int.h:1304
if
(
p_data
->
ble_observe
.
start
)
{
bta_dm_act.c:5369
bta_dm_ble_observe()
bta_dm_search_cb
.
p_scan_cback
=
p_data
->
ble_observe
.
p_cback
;
bta_dm_act.c:5371
bta_dm_ble_observe()
if
(
(
status
=
BTM_BleObserve
(
TRUE
,
p_data
->
ble_observe
.
duration
,
bta_dm_act.c:5373
bta_dm_ble_observe()
if
(
p_data
->
ble_observe
.
p_start_scan_cback
)
{
bta_dm_act.c:5378
bta_dm_ble_observe()
p_data
->
ble_observe
.
p_start_scan_cback
(
status
)
;
bta_dm_act.c:5380
bta_dm_ble_observe()
if
(
p_data
->
ble_observe
.
p_stop_scan_cback
)
{
bta_dm_act.c:5390
bta_dm_ble_observe()
p_data
->
ble_observe
.
p_stop_scan_cback
(
status
)
;
bta_dm_act.c:5392
bta_dm_ble_observe()
BOOLEAN
start
=
p_data
->
ble_observe
.
start
;
bta_dm_act.c:5696
bta_dm_ble_broadcast()
if
(
BTM_BleBroadcast
(
start
,
p_data
->
ble_observe
.
p_stop_adv_cback
)
==
BTM_SUCCESS
)
{
bta_dm_act.c:5698
bta_dm_ble_broadcast()
if
(
p_data
->
ble_observe
.
p_stop_adv_cback
)
{
bta_dm_act.c:5704
bta_dm_ble_broadcast()
(
*
p_data
->
ble_observe
.
p_stop_adv_cback
)
(
status
)
;
bta_dm_act.c:5705
bta_dm_ble_broadcast()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_DM_MSG::ble_observe
is read by 2 functions:
All items filtered out
tBTA_DM_MSG::ble_observe
bta_dm_ble_observe()
bta_dm_ble_broadcast()
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