ESP-IDF
tBTA_DM_API_BLE_OBSERVE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
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_BLE_OBSERVE
tBTA_DM_API_BLE_OBSERVE struct
Syntax
Show:
Summary
Declaration
from
bta_dm_int.h:750
typedef
struct
{
BT_HDR
hdr
;
BOOLEAN
start
;
UINT32
duration
;
tBTA_DM_SEARCH_CBACK
*
p_cback
;
tBTA_START_STOP_SCAN_CMPL_CBACK
*
p_start_scan_cback
;
tBTA_START_STOP_SCAN_CMPL_CBACK
*
p_stop_scan_cback
;
tBTA_START_STOP_ADV_CMPL_CBACK
*
p_stop_adv_cback
;
}
tBTA_DM_API_BLE_OBSERVE
;
Fields
Field
Declared as
tBTA_DM_API_BLE_OBSERVE::hdr
BT_HDR
tBTA_DM_API_BLE_OBSERVE::start
BOOLEAN
tBTA_DM_API_BLE_OBSERVE::duration
UINT32
tBTA_DM_API_BLE_OBSERVE::p_cback
tBTA_DM_SEARCH_CBACK
*
tBTA_DM_API_BLE_OBSERVE::p_start_scan_cback
tBTA_START_STOP_SCAN_CMPL_CBACK
*
tBTA_DM_API_BLE_OBSERVE::p_stop_scan_cback
tBTA_START_STOP_SCAN_CMPL_CBACK
*
tBTA_DM_API_BLE_OBSERVE::p_stop_adv_cback
tBTA_START_STOP_ADV_CMPL_CBACK
*
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
bta_dm_int.h:750
}
tBTA_DM_API_BLE_OBSERVE
;
bta_dm_int.h:758
tBTA_DM_API_BLE_OBSERVE
*
p_msg
;
bta_dm_api.c:1911
BTA_DmBleBroadcast()
if
(
(
p_msg
=
(
tBTA_DM_API_BLE_OBSERVE
*
)
osi_malloc
(
sizeof
(
tBTA_DM_API_BLE_OBSERVE
)
)
)
!=
NULL
)
{
bta_dm_api.c:1915
BTA_DmBleBroadcast()
memset
(
p_msg
,
0
,
sizeof
(
tBTA_DM_API_BLE_OBSERVE
)
)
;
bta_dm_api.c:1916
BTA_DmBleBroadcast()
tBTA_DM_API_BLE_OBSERVE
*
p_msg
;
bta_dm_api.c:2841
BTA_DmBleObserve()
if
(
(
p_msg
=
(
tBTA_DM_API_BLE_OBSERVE
*
)
osi_malloc
(
sizeof
(
tBTA_DM_API_BLE_OBSERVE
)
)
)
!=
NULL
)
{
bta_dm_api.c:2845
BTA_DmBleObserve()
memset
(
p_msg
,
0
,
sizeof
(
tBTA_DM_API_BLE_OBSERVE
)
)
;
bta_dm_api.c:2846
BTA_DmBleObserve()
}
tBTA_DM_API_BLE_OBSERVE
;
bta_dm_int.h:758
tBTA_DM_API_BLE_OBSERVE
tBTA_DM_API_BLE_OBSERVE
ble_observe
;
bta_dm_int.h:1304
tBTA_DM_MSG
tBTA_DM_MSG::ble_observe
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_observe
tBTA_DM_MSG
bta_dm_int.h:1304
Lifecycle
from
examples
All items filtered out
All items filtered out