ESP-IDF
bluetooth_sdp_record::mns
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/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_record::mns
bluetooth_sdp_record::mns field
Syntax
Show:
Summary
Declaration
from
bt_sdp.h:108
bluetooth_sdp_mns_record
mns
;
Examples
References
from
examples
Code
Location
Referrer
bluetooth_sdp_mns_record
mns
;
bt_sdp.h:108
record
->
mns
.
hdr
.
type
=
SDP_TYPE_MAP_MNS
;
bta_sdp_act.c:113
bta_create_mns_sdp_record()
record
->
mns
.
hdr
.
service_name_length
=
0
;
bta_sdp_act.c:114
bta_create_mns_sdp_record()
record
->
mns
.
hdr
.
service_name
=
NULL
;
bta_sdp_act.c:115
bta_create_mns_sdp_record()
record
->
mns
.
hdr
.
rfcomm_channel_number
=
0
;
bta_sdp_act.c:116
bta_create_mns_sdp_record()
record
->
mns
.
hdr
.
l2cap_psm
=
-
1
;
bta_sdp_act.c:117
bta_create_mns_sdp_record()
record
->
mns
.
hdr
.
profile_version
=
0
;
bta_sdp_act.c:118
bta_create_mns_sdp_record()
record
->
mns
.
supported_features
=
0x0000001F
;
//default value if not found
bta_sdp_act.c:119
bta_create_mns_sdp_record()
record
->
mns
.
supported_features
=
p_attr
->
attr_value
.
v
.
u32
;
bta_sdp_act.c:122
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
->
mns
.
hdr
.
service_name
=
(
char
*
)
p_attr
->
attr_value
.
v
.
array
;
bta_sdp_act.c:127
bta_create_mns_sdp_record()
record
->
mns
.
hdr
.
profile_version
=
pversion
;
bta_sdp_act.c:131
bta_create_mns_sdp_record()
record
->
mns
.
hdr
.
rfcomm_channel_number
=
pe
.
params
[
0
]
;
bta_sdp_act.c:135
bta_create_mns_sdp_record()
record
->
mns
.
hdr
.
l2cap_psm
=
p_attr
->
attr_value
.
v
.
u16
;
bta_sdp_act.c:139
bta_create_mns_sdp_record()
sdp_handle
=
add_mapc_sdp
(
&
record
->
mns
)
;
btc_sdp.c:945
btc_handle_create_record_event()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bluetooth_sdp_record::mns
is read by 1 function:
All items filtered out
bluetooth_sdp_record::mns
bta_create_mns_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