ESP-IDF
bluetooth_sdp_record::sap
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::sap
bluetooth_sdp_record::sap field
Syntax
Show:
Summary
Declaration
from
bt_sdp.h:112
bluetooth_sdp_sap_record
sap
;
Examples
References
from
examples
Code
Location
Referrer
bluetooth_sdp_sap_record
sap
;
bt_sdp.h:112
record
->
sap
.
hdr
.
type
=
SDP_TYPE_MAP_MAS
;
bta_sdp_act.c:372
bta_create_sap_sdp_record()
record
->
sap
.
hdr
.
service_name_length
=
0
;
bta_sdp_act.c:373
bta_create_sap_sdp_record()
record
->
sap
.
hdr
.
service_name
=
NULL
;
bta_sdp_act.c:374
bta_create_sap_sdp_record()
record
->
sap
.
hdr
.
rfcomm_channel_number
=
0
;
bta_sdp_act.c:375
bta_create_sap_sdp_record()
record
->
sap
.
hdr
.
l2cap_psm
=
-
1
;
bta_sdp_act.c:376
bta_create_sap_sdp_record()
record
->
sap
.
hdr
.
profile_version
=
0
;
bta_sdp_act.c:377
bta_create_sap_sdp_record()
record
->
sap
.
hdr
.
service_name_length
=
SDP_DISC_ATTR_LEN
(
p_attr
->
attr_len_type
)
;
bta_sdp_act.c:380
bta_create_sap_sdp_record()
record
->
sap
.
hdr
.
service_name
=
(
char
*
)
p_attr
->
attr_value
.
v
.
array
;
bta_sdp_act.c:381
bta_create_sap_sdp_record()
record
->
sap
.
hdr
.
profile_version
=
pversion
;
bta_sdp_act.c:385
bta_create_sap_sdp_record()
record
->
sap
.
hdr
.
rfcomm_channel_number
=
pe
.
params
[
0
]
;
bta_sdp_act.c:389
bta_create_sap_sdp_record()
sdp_handle
=
add_saps_sdp
(
&
record
->
sap
)
;
btc_sdp.c:965
btc_handle_create_record_event()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bluetooth_sdp_record::sap
is read by 1 function:
All items filtered out
bluetooth_sdp_record::sap
bta_create_sap_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