Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:profileUuid
(Results
1 - 13
of
13
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H
A
D
hfp_hf_sdp_server.cpp
129
profileBoth[0].
profileUuid
.type = BT_UUID_16;
in AddProfile()
130
profileBoth[0].
profileUuid
.uuid16 = HFP_HF_UUID_SERVCLASS_HFP_HF;
in AddProfile()
132
profileBoth[1].
profileUuid
.type = BT_UUID_16;
in AddProfile()
133
profileBoth[1].
profileUuid
.uuid16 = HFP_HF_UUID_SERVCLASS_HSP_HS;
in AddProfile()
138
profileHsp[0].
profileUuid
.type = BT_UUID_16;
in AddProfile()
139
profileHsp[0].
profileUuid
.uuid16 = HFP_HF_UUID_SERVCLASS_HSP_HS;
in AddProfile()
144
profileHfp[0].
profileUuid
.type = BT_UUID_16;
in AddProfile()
145
profileHfp[0].
profileUuid
.uuid16 = HFP_HF_UUID_SERVCLASS_HFP_HF;
in AddProfile()
H
A
D
hfp_hf_sdp_client.cpp
306
if (profiles[num].
profileUuid
.uuid16 == HFP_HF_UUID_SERVCLASS_HFP_AG) {
in FindProfileVersion()
310
} else if (profiles[num].
profileUuid
.uuid16 == HFP_HF_UUID_SERVCLASS_HSP_AG) {
in FindProfileVersion()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H
A
D
hfp_ag_sdp_server.cpp
134
profileBoth[0].
profileUuid
.type = BT_UUID_16;
in AddProfile()
135
profileBoth[0].
profileUuid
.uuid16 = HFP_AG_UUID_SERVCLASS_HFP_AG;
in AddProfile()
137
profileBoth[1].
profileUuid
.type = BT_UUID_16;
in AddProfile()
138
profileBoth[1].
profileUuid
.uuid16 = HSP_AG_UUID_SERVCLASS;
in AddProfile()
143
profileHsp[0].
profileUuid
.type = BT_UUID_16;
in AddProfile()
144
profileHsp[0].
profileUuid
.uuid16 = HSP_AG_UUID_SERVCLASS;
in AddProfile()
149
profileHfp[0].
profileUuid
.type = BT_UUID_16;
in AddProfile()
150
profileHfp[0].
profileUuid
.uuid16 = HFP_AG_UUID_SERVCLASS_HFP_AG;
in AddProfile()
H
A
D
hfp_ag_sdp_client.cpp
307
if (profiles[num].
profileUuid
.uuid16 == HFP_AG_UUID_SERVCLASS_HFP_HF) {
in FindProfileVersion()
311
} else if (profiles[num].
profileUuid
.uuid16 == HSP_HS_UUID_SERVCLASS) {
in FindProfileVersion()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H
A
D
a2dp_sdp.cpp
70
profileDsc.
profileUuid
.type = BT_UUID_16;
in RegisterService()
71
profileDsc.
profileUuid
.uuid16 = A2DP_PROFILE_UUID;
in RegisterService()
H
A
D
a2dp_profile_peer.cpp
600
if (serviceArray[i].profileDescriptor[0].
profileUuid
.uuid16 == A2DP_PROFILE_UUID &&
in ParseSDPInformation()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H
A
D
socket_sdp_server.cpp
114
profile[0].
profileUuid
.type = BT_UUID_16;
in AddProfile()
115
profile[0].
profileUuid
.uuid16 = UUID_SERVCLASS_SERIAL_PORT;
in AddProfile()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H
A
D
avrcp_ct_sdp.cpp
67
profileDsc.
profileUuid
.type = BT_UUID_16;
in RegisterService()
68
profileDsc.
profileUuid
.uuid16 = AVRC_CT_AV_REMOTE_CONTROL;
in RegisterService()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H
A
D
avrcp_tg_sdp.cpp
65
profileDsc.
profileUuid
.type = BT_UUID_16;
in RegisterService()
66
profileDsc.
profileUuid
.uuid16 = AVRC_TG_AV_REMOTE_CONTROL;
in RegisterService()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/pan/
H
A
D
pan_sdp.cpp
151
profileDescriptor.
profileUuid
.type = BT_UUID_16;
in AddBluetoothProfileDescriptorList()
152
profileDescriptor.
profileUuid
.uuid16 = NAP_UUID16;
in AddBluetoothProfileDescriptorList()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H
A
D
sdp.h
136
BtUuid
profileUuid
;
member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H
A
D
sdp_server.c
558
result = SdpAddAttributeForUuidSequence(buffer, offset, &profileDescriptor->
profileUuid
);
in SdpAddBluetoothProfileDescriptorList()
H
A
D
sdp_client_parse.c
1326
&service->profileDescriptor[profileDescriptorNumber].
profileUuid
);
in SdpGetBluetoothProfileDescriptorList()
Completed in 12 milliseconds