ESP-IDF
tBTA_DM_SEARCH_PARAM::len
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_PARAM::len
tBTA_DM_SEARCH_PARAM::len field
Syntax
Show:
Summary
Declaration
from
bta_api.h:1218
UINT16
len
;
Examples
References
from
examples
Code
Location
Referrer
UINT16
len
;
/* Length of p_data */
bta_api.h:1218
p_dest_data
->
p_data
=
(
void
*
)
osi_malloc
(
p_dest_data
->
len
)
;
btc_gap_bt.c:145
search_devices_copy_cb()
memset
(
p_dest_data
->
p_data
,
0x00
,
p_dest_data
->
len
)
;
btc_gap_bt.c:146
search_devices_copy_cb()
memcpy
(
p_dest_data
->
p_data
,
p_src_data
->
p_data
,
p_dest_data
->
len
)
;
btc_gap_bt.c:147
search_devices_copy_cb()
if
(
p_dest_data
->
len
>
sizeof
(
tBTA_DM_SEARCH
)
)
{
btc_gap_bt.c:149
search_devices_copy_cb()
p_dest_data
->
p_data
=
osi_malloc
(
p_dest_data
->
len
)
;
btc_gap_bt.c:189
search_service_record_copy_cb()
memset
(
p_dest_data
->
p_data
,
0x00
,
p_dest_data
->
len
)
;
btc_gap_bt.c:190
search_service_record_copy_cb()
memcpy
(
p_dest_data
->
p_data
,
p_src_data
->
p_data
,
p_dest_data
->
len
)
;
btc_gap_bt.c:191
search_service_record_copy_cb()
if
(
p_dest_data
->
len
>
sizeof
(
tBTA_DM_SEARCH
)
)
{
btc_gap_bt.c:192
search_service_record_copy_cb()
search
.
len
=
param_len
;
btc_gap_bt.c:296
bte_search_devices_evt()
search
.
len
=
param_len
;
btc_gap_bt.c:448
bte_dm_remote_service_record_evt()
search
.
len
=
param_len
;
btc_gap_bt.c:541
bte_dm_search_services_evt()
p_dest_data
->
p_data
=
osi_malloc
(
p_dest_data
->
len
)
;
btc_gap_bt.c:559
search_services_copy_cb()
memset
(
p_dest_data
->
p_data
,
0x00
,
p_dest_data
->
len
)
;
btc_gap_bt.c:560
search_services_copy_cb()
memcpy
(
p_dest_data
->
p_data
,
p_src_data
->
p_data
,
p_dest_data
->
len
)
;
btc_gap_bt.c:561
search_services_copy_cb()
if
(
p_dest_data
->
len
>
sizeof
(
tBTA_DM_SEARCH
)
)
{
btc_gap_bt.c:563
search_services_copy_cb()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_DM_SEARCH_PARAM::len
is written by 3 functions and is read by 3 functions:
bte_search_devices_evt()
bte_dm_remote_service_record_evt()
bte_dm_search_services_evt()
All items filtered out
tBTA_DM_SEARCH_PARAM::len
search_devices_copy_cb()
search_service_record_copy_cb()
search_services_copy_cb()
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