ESP-IDF
bluetooth_sdp_record::mas
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
bluetooth_sdp_record::mas
bluetooth_sdp_record::mas field
Syntax
Show:
Summary
Declaration
from
bt_sdp.h:107
bluetooth_sdp_mas_record
mas
;
Examples
References
from
examples
Code
Location
Referrer
bluetooth_sdp_mas_record
mas
;
bt_sdp.h:107
record
->
mas
.
hdr
.
type
=
SDP_TYPE_MAP_MAS
;
bta_sdp_act.c:190
bta_create_mas_sdp_record()
record
->
mas
.
hdr
.
service_name_length
=
0
;
bta_sdp_act.c:191
bta_create_mas_sdp_record()
record
->
mas
.
hdr
.
service_name
=
NULL
;
bta_sdp_act.c:192
bta_create_mas_sdp_record()
record
->
mas
.
hdr
.
rfcomm_channel_number
=
0
;
bta_sdp_act.c:193
bta_create_mas_sdp_record()
record
->
mas
.
hdr
.
l2cap_psm
=
-
1
;
bta_sdp_act.c:194
bta_create_mas_sdp_record()
record
->
mas
.
hdr
.
profile_version
=
0
;
bta_sdp_act.c:195
bta_create_mas_sdp_record()
record
->
mas
.
mas_instance_id
=
0
;
bta_sdp_act.c:196
bta_create_mas_sdp_record()
record
->
mas
.
supported_features
=
0x0000001F
;
bta_sdp_act.c:197
bta_create_mas_sdp_record()
record
->
mas
.
supported_message_types
=
0
;
bta_sdp_act.c:198
bta_create_mas_sdp_record()
record
->
mas
.
mas_instance_id
=
p_attr
->
attr_value
.
v
.
u8
;
bta_sdp_act.c:201
bta_create_mas_sdp_record()
record
->
mas
.
supported_message_types
=
p_attr
->
attr_value
.
v
.
u8
;
bta_sdp_act.c:205
bta_create_mas_sdp_record()
record
->
mas
.
supported_features
=
p_attr
->
attr_value
.
v
.
u32
;
bta_sdp_act.c:209
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
->
mas
.
hdr
.
service_name
=
(
char
*
)
p_attr
->
attr_value
.
v
.
array
;
bta_sdp_act.c:214
bta_create_mas_sdp_record()
record
->
mas
.
hdr
.
profile_version
=
pversion
;
bta_sdp_act.c:218
bta_create_mas_sdp_record()
record
->
mas
.
hdr
.
rfcomm_channel_number
=
pe
.
params
[
0
]
;
bta_sdp_act.c:222
bta_create_mas_sdp_record()
record
->
mas
.
hdr
.
l2cap_psm
=
p_attr
->
attr_value
.
v
.
u16
;
bta_sdp_act.c:226
bta_create_mas_sdp_record()
sdp_handle
=
add_maps_sdp
(
&
record
->
mas
)
;
btc_sdp.c:940
btc_handle_create_record_event()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bluetooth_sdp_record::mas
is read by 1 function:
All items filtered out
bluetooth_sdp_record::mas
bta_create_mas_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