ESP-IDF
_bluetooth_sdp_hdr_overlay::service_name_length
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
_bluetooth_sdp_hdr_overlay::service_name_length
_bluetooth_sdp_hdr_overlay::service_name_length field
Syntax
Show:
Summary
Declaration
from
bt_sdp.h:48
uint32_t
service_name_length
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
service_name_length
;
bt_sdp.h:48
record
->
mns
.
hdr
.
service_name_length
=
0
;
bta_sdp_act.c:114
bta_create_mns_sdp_record()
record
->
mns
.
hdr
.
service_name_length
=
SDP_DISC_ATTR_LEN
(
p_attr
->
attr_len_type
)
;
bta_sdp_act.c:126
bta_create_mns_sdp_record()
record
->
dip
.
hdr
.
service_name_length
=
0
;
bta_sdp_act.c:149
bta_create_dip_sdp_record()
record
->
mas
.
hdr
.
service_name_length
=
0
;
bta_sdp_act.c:191
bta_create_mas_sdp_record()
record
->
mas
.
hdr
.
service_name_length
=
SDP_DISC_ATTR_LEN
(
p_attr
->
attr_len_type
)
;
bta_sdp_act.c:213
bta_create_mas_sdp_record()
record
->
pse
.
hdr
.
service_name_length
=
0
;
bta_sdp_act.c:237
bta_create_pse_sdp_record()
record
->
pse
.
hdr
.
service_name_length
=
SDP_DISC_ATTR_LEN
(
p_attr
->
attr_len_type
)
;
bta_sdp_act.c:253
bta_create_pse_sdp_record()
record
->
pce
.
hdr
.
service_name_length
=
0
;
bta_sdp_act.c:276
bta_create_pce_sdp_record()
record
->
pce
.
hdr
.
service_name_length
=
SDP_DISC_ATTR_LEN
(
p_attr
->
attr_len_type
)
;
bta_sdp_act.c:283
bta_create_pce_sdp_record()
record
->
ops
.
hdr
.
service_name_length
=
0
;
bta_sdp_act.c:299
bta_create_ops_sdp_record()
record
->
ops
.
hdr
.
service_name_length
=
SDP_DISC_ATTR_LEN
(
p_attr
->
attr_len_type
)
;
bta_sdp_act.c:307
bta_create_ops_sdp_record()
record
->
sap
.
hdr
.
service_name_length
=
0
;
bta_sdp_act.c:373
bta_create_sap_sdp_record()
record
->
sap
.
hdr
.
service_name_length
=
SDP_DISC_ATTR_LEN
(
p_attr
->
attr_len_type
)
;
bta_sdp_act.c:380
bta_create_sap_sdp_record()
record
->
raw
.
hdr
.
service_name_length
=
0
;
bta_sdp_act.c:399
bta_create_raw_sdp_record()
record
->
raw
.
hdr
.
service_name_length
=
SDP_DISC_ATTR_LEN
(
p_attr
->
attr_len_type
)
;
bta_sdp_act.c:407
bta_create_raw_sdp_record()
records_size
+=
record
->
hdr
.
service_name_length
;
btc_sdp.c:97
get_sdp_record_size()
if
(
record
->
hdr
.
service_name_length
>
0
)
{
btc_sdp.c:98
get_sdp_record_size()
if
(
in_record
->
hdr
.
service_name
==
NULL
||
in_record
->
hdr
.
service_name_length
==
0
)
{
btc_sdp.c:242
copy_sdp_record_common()
out_record
->
hdr
.
service_name_length
=
0
;
btc_sdp.c:244
copy_sdp_record_common()
memcpy
(
free_ptr
,
in_record
->
hdr
.
service_name
,
in_record
->
hdr
.
service_name_length
)
;
btc_sdp.c:248
copy_sdp_record_common()
free_ptr
+=
in_record
->
hdr
.
service_name_length
;
btc_sdp.c:249
copy_sdp_record_common()
(
UINT32
)
(
rec
->
hdr
.
service_name_length
+
1
)
,
btc_sdp.c:441
add_raw_sdp()
(
UINT32
)
(
rec
->
hdr
.
service_name_length
+
1
)
,
btc_sdp.c:514
add_maps_sdp()
(
UINT32
)
(
rec
->
hdr
.
service_name_length
+
1
)
,
btc_sdp.c:597
add_mapc_sdp()
(
UINT32
)
(
rec
->
hdr
.
service_name_length
+
1
)
,
btc_sdp.c:673
add_pbaps_sdp()
(
UINT32
)
(
rec
->
hdr
.
service_name_length
+
1
)
,
btc_sdp.c:736
add_pbapc_sdp()
(
UINT32
)
(
rec
->
hdr
.
service_name_length
+
1
)
,
btc_sdp.c:805
add_opps_sdp()
(
UINT32
)
(
rec
->
hdr
.
service_name_length
+
1
)
,
btc_sdp.c:886
add_saps_sdp()
uint32_t
src_service_name_length
=
src_record
->
hdr
.
service_name_length
;
btc_sdp.c:1047
btc_sdp_cb_arg_deep_copy()
dest_record
->
hdr
.
service_name_length
=
0
;
btc_sdp.c:1049
btc_sdp_cb_arg_deep_copy()
dest_record
->
hdr
.
service_name_length
=
src_service_name_length
;
btc_sdp.c:1057
btc_sdp_cb_arg_deep_copy()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
_bluetooth_sdp_hdr_overlay::service_name_length
is written by 10 functions and is read by 10 functions:
bta_create_mns_sdp_record()
bta_create_dip_sdp_record()
bta_create_mas_sdp_record()
bta_create_pse_sdp_record()
bta_create_pce_sdp_record()
bta_create_ops_sdp_record()
bta_create_sap_sdp_record()
bta_create_raw_sdp_record()
copy_sdp_record_common()
btc_sdp_cb_arg_deep_copy()
All items filtered out
_bluetooth_sdp_hdr_overlay::service_name_length
get_sdp_record_size()
copy_sdp_record_common()
add_raw_sdp()
add_maps_sdp()
add_mapc_sdp()
add_pbaps_sdp()
add_pbapc_sdp()
add_opps_sdp()
add_saps_sdp()
btc_sdp_cb_arg_deep_copy()
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