ESP-IDF
bluetooth_sdp_record::raw
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::raw
bluetooth_sdp_record::raw field
Syntax
Show:
Summary
Declaration
from
bt_sdp.h:106
bluetooth_sdp_raw_record
raw
;
Examples
References
from
examples
Code
Location
Referrer
bluetooth_sdp_raw_record
raw
;
bt_sdp.h:106
record
->
raw
.
hdr
.
type
=
SDP_TYPE_RAW
;
bta_sdp_act.c:398
bta_create_raw_sdp_record()
record
->
raw
.
hdr
.
service_name_length
=
0
;
bta_sdp_act.c:399
bta_create_raw_sdp_record()
record
->
raw
.
hdr
.
service_name
=
NULL
;
bta_sdp_act.c:400
bta_create_raw_sdp_record()
record
->
raw
.
hdr
.
rfcomm_channel_number
=
-
1
;
bta_sdp_act.c:401
bta_create_raw_sdp_record()
record
->
raw
.
hdr
.
l2cap_psm
=
-
1
;
bta_sdp_act.c:402
bta_create_raw_sdp_record()
record
->
raw
.
hdr
.
profile_version
=
-
1
;
bta_sdp_act.c:403
bta_create_raw_sdp_record()
record
->
raw
.
hdr
.
service_name_length
=
SDP_DISC_ATTR_LEN
(
p_attr
->
attr_len_type
)
;
bta_sdp_act.c:407
bta_create_raw_sdp_record()
record
->
raw
.
hdr
.
service_name
=
(
char
*
)
p_attr
->
attr_value
.
v
.
array
;
bta_sdp_act.c:408
bta_create_raw_sdp_record()
record
->
raw
.
hdr
.
l2cap_psm
=
p_attr
->
attr_value
.
v
.
u16
;
bta_sdp_act.c:412
bta_create_raw_sdp_record()
record
->
raw
.
hdr
.
rfcomm_channel_number
=
pe
.
params
[
0
]
;
bta_sdp_act.c:417
bta_create_raw_sdp_record()
record
->
raw
.
hdr
.
user1_ptr_len
=
p_bta_sdp_cfg
->
p_sdp_db
->
raw_used
;
bta_sdp_act.c:419
bta_create_raw_sdp_record()
record
->
raw
.
hdr
.
user1_ptr
=
p_bta_sdp_cfg
->
p_sdp_db
->
raw_data
;
bta_sdp_act.c:420
bta_create_raw_sdp_record()
sdp_handle
=
add_raw_sdp
(
&
record
->
raw
)
;
btc_sdp.c:936
btc_handle_create_record_event()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bluetooth_sdp_record::raw
is read by 1 function:
All items filtered out
bluetooth_sdp_record::raw
bta_create_raw_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