ESP-IDF
bluetooth_sdp_record::ops
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::ops
bluetooth_sdp_record::ops field
Syntax
Show:
Summary
Declaration
from
bt_sdp.h:111
bluetooth_sdp_ops_record
ops
;
Examples
References
from
examples
Code
Location
Referrer
bluetooth_sdp_ops_record
ops
;
bt_sdp.h:111
record
->
ops
.
hdr
.
type
=
SDP_TYPE_OPP_SERVER
;
bta_sdp_act.c:298
bta_create_ops_sdp_record()
record
->
ops
.
hdr
.
service_name_length
=
0
;
bta_sdp_act.c:299
bta_create_ops_sdp_record()
record
->
ops
.
hdr
.
service_name
=
NULL
;
bta_sdp_act.c:300
bta_create_ops_sdp_record()
record
->
ops
.
hdr
.
rfcomm_channel_number
=
0
;
bta_sdp_act.c:301
bta_create_ops_sdp_record()
record
->
ops
.
hdr
.
l2cap_psm
=
-
1
;
bta_sdp_act.c:302
bta_create_ops_sdp_record()
record
->
ops
.
hdr
.
profile_version
=
0
;
bta_sdp_act.c:303
bta_create_ops_sdp_record()
record
->
ops
.
supported_formats_list_len
=
0
;
bta_sdp_act.c:304
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
->
ops
.
hdr
.
service_name
=
(
char
*
)
p_attr
->
attr_value
.
v
.
array
;
bta_sdp_act.c:308
bta_create_ops_sdp_record()
record
->
ops
.
hdr
.
profile_version
=
pversion
;
bta_sdp_act.c:312
bta_create_ops_sdp_record()
record
->
ops
.
hdr
.
rfcomm_channel_number
=
pe
.
params
[
0
]
;
bta_sdp_act.c:316
bta_create_ops_sdp_record()
record
->
ops
.
hdr
.
l2cap_psm
=
p_attr
->
attr_value
.
v
.
u16
;
bta_sdp_act.c:320
bta_create_ops_sdp_record()
record
->
ops
.
supported_formats_list_len
=
0
;
bta_sdp_act.c:325
bta_create_ops_sdp_record()
record
->
ops
.
supported_formats_list_len
=
SDP_DISC_ATTR_LEN
(
p_attr
->
attr_len_type
)
/
2
;
bta_sdp_act.c:331
bta_create_ops_sdp_record()
if
(
count
==
sizeof
(
record
->
ops
.
supported_formats_list
)
)
{
bta_sdp_act.c:338
bta_create_ops_sdp_record()
record
->
ops
.
supported_formats_list
[
count
]
=
p_sattr
->
attr_value
.
v
.
u8
;
bta_sdp_act.c:345
bta_create_ops_sdp_record()
if
(
record
->
ops
.
supported_formats_list_len
!=
count
)
{
bta_sdp_act.c:354
bta_create_ops_sdp_record()
record
->
ops
.
supported_formats_list_len
,
count
)
;
bta_sdp_act.c:358
bta_create_ops_sdp_record()
record
->
ops
.
supported_formats_list_len
=
count
;
bta_sdp_act.c:361
bta_create_ops_sdp_record()
sdp_handle
=
add_opps_sdp
(
&
record
->
ops
)
;
btc_sdp.c:960
btc_handle_create_record_event()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bluetooth_sdp_record::ops
is read by 1 function:
All items filtered out
bluetooth_sdp_record::ops
bta_create_ops_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