ESP-IDF
tBTA_DM_SEARCH::disc_ble_res
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/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_SEARCH::disc_ble_res
tBTA_DM_SEARCH::disc_ble_res field
Syntax
Show:
Summary
Declaration
from
bta_api.h:1209
tBTA_DM_DISC_BLE_RES
disc_ble_res
;
Examples
References
from
examples
Code
Location
Referrer
tBTA_DM_DISC_BLE_RES
disc_ble_res
;
/* Discovery result for GATT based service */
bta_api.h:1209
bdcpy
(
result
.
disc_ble_res
.
bd_addr
,
bta_dm_search_cb
.
peer_bdaddr
)
;
bta_dm_act.c:2062
bta_dm_sdp_result()
BCM_STRNCPY_S
(
(
char
*
)
result
.
disc_ble_res
.
bd_name
,
bta_dm_get_remname
(
)
,
BD_NAME_LEN
)
;
bta_dm_act.c:2063
bta_dm_sdp_result()
result
.
disc_ble_res
.
bd_name
[
BD_NAME_LEN
]
=
'\0'
;
bta_dm_act.c:2064
bta_dm_sdp_result()
result
.
disc_ble_res
.
service
.
len
=
service_uuid
.
len
;
bta_dm_act.c:2065
bta_dm_sdp_result()
result
.
disc_ble_res
.
service
.
uu
.
uuid16
=
service_uuid
.
uu
.
uuid16
;
bta_dm_act.c:2066
bta_dm_sdp_result()
bdcpy
(
result
.
disc_ble_res
.
bd_addr
,
bta_dm_search_cb
.
peer_bdaddr
)
;
bta_dm_act.c:6558
bta_dm_gatt_disc_result()
BCM_STRNCPY_S
(
(
char
*
)
result
.
disc_ble_res
.
bd_name
,
bta_dm_get_remname
(
)
,
BD_NAME_LEN
)
;
bta_dm_act.c:6559
bta_dm_gatt_disc_result()
result
.
disc_ble_res
.
bd_name
[
BD_NAME_LEN
]
=
'\0'
;
bta_dm_act.c:6560
bta_dm_gatt_disc_result()
memcpy
(
&
result
.
disc_ble_res
.
service
,
&
service_id
.
uuid
,
sizeof
(
tBT_UUID
)
)
;
bta_dm_act.c:6561
bta_dm_gatt_disc_result()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_DM_SEARCH::disc_ble_res
is read by 2 functions:
All items filtered out
tBTA_DM_SEARCH::disc_ble_res
bta_dm_sdp_result()
bta_dm_gatt_disc_result()
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