ESP-IDF
bluetooth_sdp_record::dip
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::dip
bluetooth_sdp_record::dip field
Syntax
Show:
Summary
Declaration
from
bt_sdp.h:113
bluetooth_sdp_dip_record
dip
;
Examples
References
from
examples
Code
Location
Referrer
bluetooth_sdp_dip_record
dip
;
bt_sdp.h:113
record
->
dip
.
hdr
.
type
=
SDP_TYPE_DIP_SERVER
;
bta_sdp_act.c:148
bta_create_dip_sdp_record()
record
->
dip
.
hdr
.
service_name_length
=
0
;
bta_sdp_act.c:149
bta_create_dip_sdp_record()
record
->
dip
.
hdr
.
service_name
=
NULL
;
bta_sdp_act.c:150
bta_create_dip_sdp_record()
record
->
dip
.
hdr
.
rfcomm_channel_number
=
0
;
bta_sdp_act.c:151
bta_create_dip_sdp_record()
record
->
dip
.
hdr
.
l2cap_psm
=
-
1
;
bta_sdp_act.c:152
bta_create_dip_sdp_record()
record
->
dip
.
hdr
.
profile_version
=
0
;
bta_sdp_act.c:153
bta_create_dip_sdp_record()
record
->
dip
.
vendor
=
p_attr
->
attr_value
.
v
.
u16
;
bta_sdp_act.c:157
bta_create_dip_sdp_record()
record
->
dip
.
vendor_id_source
=
p_attr
->
attr_value
.
v
.
u16
;
bta_sdp_act.c:162
bta_create_dip_sdp_record()
record
->
dip
.
product
=
p_attr
->
attr_value
.
v
.
u16
;
bta_sdp_act.c:166
bta_create_dip_sdp_record()
record
->
dip
.
version
=
p_attr
->
attr_value
.
v
.
u16
;
bta_sdp_act.c:171
bta_create_dip_sdp_record()
record
->
dip
.
primary_record
=
(
BOOLEAN
)
p_attr
->
attr_value
.
v
.
u8
;
bta_sdp_act.c:176
bta_create_dip_sdp_record()
record
->
dip
.
hdr
.
profile_version
=
pversion
;
bta_sdp_act.c:180
bta_create_dip_sdp_record()
sdp_handle
=
add_dips_sdp
(
&
record
->
dip
)
;
btc_sdp.c:970
btc_handle_create_record_event()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bluetooth_sdp_record::dip
is read by 1 function:
All items filtered out
bluetooth_sdp_record::dip
bta_create_dip_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