ESP-IDF
_bluetooth_sdp_pse_record::hdr
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
_bluetooth_sdp_pse_record::hdr
_bluetooth_sdp_pse_record::hdr field
Syntax
Show:
Summary
Declaration
from
bt_sdp.h:76
bluetooth_sdp_hdr_overlay
hdr
;
Examples
References
from
examples
Code
Location
Referrer
bluetooth_sdp_hdr_overlay
hdr
;
bt_sdp.h:76
record
->
pse
.
hdr
.
type
=
SDP_TYPE_PBAP_PSE
;
bta_sdp_act.c:236
bta_create_pse_sdp_record()
record
->
pse
.
hdr
.
service_name_length
=
0
;
bta_sdp_act.c:237
bta_create_pse_sdp_record()
record
->
pse
.
hdr
.
service_name
=
NULL
;
bta_sdp_act.c:238
bta_create_pse_sdp_record()
record
->
pse
.
hdr
.
rfcomm_channel_number
=
0
;
bta_sdp_act.c:239
bta_create_pse_sdp_record()
record
->
pse
.
hdr
.
l2cap_psm
=
-
1
;
bta_sdp_act.c:240
bta_create_pse_sdp_record()
record
->
pse
.
hdr
.
profile_version
=
0
;
bta_sdp_act.c:241
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
->
pse
.
hdr
.
service_name
=
(
char
*
)
p_attr
->
attr_value
.
v
.
array
;
bta_sdp_act.c:254
bta_create_pse_sdp_record()
record
->
pse
.
hdr
.
profile_version
=
pversion
;
bta_sdp_act.c:258
bta_create_pse_sdp_record()
record
->
pse
.
hdr
.
rfcomm_channel_number
=
pe
.
params
[
0
]
;
bta_sdp_act.c:262
bta_create_pse_sdp_record()
record
->
pse
.
hdr
.
l2cap_psm
=
p_attr
->
attr_value
.
v
.
u16
;
bta_sdp_act.c:266
bta_create_pse_sdp_record()
rec
->
hdr
.
rfcomm_channel_number
,
rec
->
hdr
.
l2cap_psm
,
rec
->
hdr
.
service_name
)
;
btc_sdp.c:645
add_pbaps_sdp()
protoList
[
1
]
.
params
[
0
]
=
rec
->
hdr
.
rfcomm_channel_number
;
btc_sdp.c:664
add_pbaps_sdp()
(
UINT32
)
(
rec
->
hdr
.
service_name_length
+
1
)
,
btc_sdp.c:673
add_pbaps_sdp()
(
UINT8
*
)
rec
->
hdr
.
service_name
)
;
btc_sdp.c:674
add_pbaps_sdp()
rec
->
hdr
.
profile_version
)
;
btc_sdp.c:679
add_pbaps_sdp()
if
(
rec
->
hdr
.
l2cap_psm
!=
-
1
)
{
btc_sdp.c:691
add_pbaps_sdp()
UINT16_TO_BE_STREAM
(
p_temp
,
rec
->
hdr
.
l2cap_psm
)
;
btc_sdp.c:693
add_pbaps_sdp()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
_bluetooth_sdp_pse_record::hdr
is read by 2 functions:
All items filtered out
_bluetooth_sdp_pse_record::hdr
bta_create_pse_sdp_record()
add_pbaps_sdp()
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