ESP-IDF
tBTA_DM_MSG::hdr
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_MSG::hdr
tBTA_DM_MSG::hdr field
Syntax
Show:
Summary
Declaration
from
bta_dm_int.h:1212
BT_HDR
hdr
;
Examples
References
from
examples
Code
Location
Referrer
BT_HDR
hdr
;
bta_dm_int.h:1212
p_msg
->
hdr
.
event
=
BTA_DM_SEARCH_CMPL_EVT
;
bta_dm_act.c:1713
bta_dm_search_cancel()
p_msg
->
hdr
.
layer_specific
=
BTA_DM_API_DISCOVER_EVT
;
bta_dm_act.c:1714
bta_dm_search_cancel()
p_msg
->
hdr
.
event
=
BTA_DM_SEARCH_CMPL_EVT
;
bta_dm_act.c:1727
bta_dm_search_cancel()
p_msg
->
hdr
.
layer_specific
=
BTA_DM_API_DISCOVER_EVT
;
bta_dm_act.c:1728
bta_dm_search_cancel()
p_msg
->
hdr
.
event
=
BTA_DM_INQUIRY_CMPL_EVT
;
bta_dm_act.c:1734
bta_dm_search_cancel()
p_msg
->
hdr
.
layer_specific
=
BTA_DM_API_DISCOVER_EVT
;
bta_dm_act.c:1735
bta_dm_search_cancel()
if
(
(
p_data
->
hdr
.
offset
==
SDP_SUCCESS
)
bta_dm_act.c:1814
bta_dm_di_disc_cmpl()
||
(
p_data
->
hdr
.
offset
==
SDP_DB_FULL
)
)
{
bta_dm_act.c:1815
bta_dm_di_disc_cmpl()
p_msg
->
hdr
.
event
=
BTA_DM_SEARCH_CMPL_EVT
;
bta_dm_act.c:1840
bta_dm_di_disc_callback()
p_msg
->
hdr
.
layer_specific
=
BTA_DM_API_DI_DISCOVER_EVT
;
bta_dm_act.c:1841
bta_dm_di_disc_callback()
p_msg
->
hdr
.
offset
=
result
;
bta_dm_act.c:1842
bta_dm_di_disc_callback()
p_msg
->
hdr
.
event
=
BTA_DM_SEARCH_CMPL_EVT
;
bta_dm_act.c:1909
bta_dm_di_disc()
p_msg
->
hdr
.
layer_specific
=
BTA_DM_API_DI_DISCOVER_EVT
;
bta_dm_act.c:1910
bta_dm_di_disc()
p_data
->
hdr
.
offset
=
result
;
bta_dm_act.c:1911
bta_dm_di_disc()
p_msg
->
hdr
.
event
=
BTA_DM_SEARCH_CMPL_EVT
;
bta_dm_act.c:1948
bta_dm_inq_cmpl()
p_msg
->
hdr
.
layer_specific
=
BTA_DM_API_DISCOVER_EVT
;
bta_dm_act.c:1949
bta_dm_inq_cmpl()
p_msg
->
hdr
.
event
=
BTA_DM_DISCOVERY_RESULT_EVT
;
bta_dm_act.c:2145
bta_dm_sdp_result()
p_msg
->
hdr
.
event
=
BTA_DM_DISCOVERY_RESULT_EVT
;
bta_dm_act.c:2224
bta_dm_sdp_result()
if
(
p_data
->
hdr
.
layer_specific
==
BTA_DM_API_DI_DISCOVER_EVT
)
{
bta_dm_act.c:2254
bta_dm_search_cmpl()
p_msg
->
hdr
.
event
=
BTA_DM_SEARCH_CMPL_EVT
;
bta_dm_act.c:2288
bta_dm_disc_result()
p_msg
->
hdr
.
layer_specific
=
BTA_DM_API_DISCOVER_EVT
;
bta_dm_act.c:2289
bta_dm_disc_result()
p_msg
->
hdr
.
event
=
BTA_DM_DISCOVERY_RESULT_EVT
;
bta_dm_act.c:2617
bta_dm_find_services()
p_msg
->
hdr
.
event
=
BTA_DM_SEARCH_CMPL_EVT
;
bta_dm_act.c:2657
bta_dm_discover_next_device()
p_msg
->
hdr
.
layer_specific
=
BTA_DM_API_DISCOVER_EVT
;
bta_dm_act.c:2658
bta_dm_discover_next_device()
p_msg
->
hdr
.
event
=
BTA_DM_DISCOVERY_RESULT_EVT
;
bta_dm_act.c:2797
bta_dm_discover_device()
p_msg
->
hdr
.
event
=
BTA_DM_SEARCH_CMPL_EVT
;
bta_dm_act.c:2914
bta_dm_inq_cmpl_cb()
p_msg
->
hdr
.
layer_specific
=
BTA_DM_API_DISCOVER_EVT
;
bta_dm_act.c:2915
bta_dm_inq_cmpl_cb()
if
(
p_data
->
hdr
.
event
!=
BTA_DM_API_BLE_STOP_ADV_EVT
)
{
bta_dm_act.c:5319
bta_dm_ble_stop_advertising()
p_msg
->
hdr
.
event
=
BTA_DM_DISCOVERY_RESULT_EVT
;
bta_dm_act.c:6594
bta_dm_gatt_disc_complete()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_DM_MSG::hdr
is read by 14 functions:
All items filtered out
tBTA_DM_MSG::hdr
bta_dm_search_cancel()
bta_dm_di_disc_cmpl()
bta_dm_di_disc_callback()
bta_dm_di_disc()
bta_dm_inq_cmpl()
bta_dm_sdp_result()
bta_dm_search_cmpl()
bta_dm_disc_result()
bta_dm_find_services()
bta_dm_discover_next_device()
bta_dm_discover_device()
bta_dm_inq_cmpl_cb()
bta_dm_ble_stop_advertising()
bta_dm_gatt_disc_complete()
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