ESP-IDF
bluetooth_sdp_record::pce
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_record::pce
bluetooth_sdp_record::pce field
Syntax
Show:
Summary
Declaration
from
bt_sdp.h:110
bluetooth_sdp_pce_record
pce
;
Examples
References
from
examples
Code
Location
Referrer
bluetooth_sdp_pce_record
pce
;
bt_sdp.h:110
record
->
pce
.
hdr
.
type
=
SDP_TYPE_PBAP_PCE
;
bta_sdp_act.c:275
bta_create_pce_sdp_record()
record
->
pce
.
hdr
.
service_name_length
=
0
;
bta_sdp_act.c:276
bta_create_pce_sdp_record()
record
->
pce
.
hdr
.
service_name
=
NULL
;
bta_sdp_act.c:277
bta_create_pce_sdp_record()
record
->
pce
.
hdr
.
rfcomm_channel_number
=
0
;
// unused
bta_sdp_act.c:278
bta_create_pce_sdp_record()
record
->
pce
.
hdr
.
l2cap_psm
=
-
1
;
// unused
bta_sdp_act.c:279
bta_create_pce_sdp_record()
record
->
pce
.
hdr
.
profile_version
=
0
;
bta_sdp_act.c:280
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
->
pce
.
hdr
.
service_name
=
(
char
*
)
p_attr
->
attr_value
.
v
.
array
;
bta_sdp_act.c:284
bta_create_pce_sdp_record()
record
->
pce
.
hdr
.
profile_version
=
pversion
;
bta_sdp_act.c:288
bta_create_pce_sdp_record()
sdp_handle
=
add_pbapc_sdp
(
&
record
->
pce
)
;
btc_sdp.c:955
btc_handle_create_record_event()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bluetooth_sdp_record::pce
is read by 1 function:
All items filtered out
bluetooth_sdp_record::pce
bta_create_pce_sdp_record()
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