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:profileDsc
(Results
1 - 3
of
3
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H
A
D
a2dp_sdp.cpp
68
SdpProfileDescriptor
profileDsc
;
in RegisterService()
local
69
profileDsc
.versionNumber = A2DP_PROFILE_REV_1_3;
in RegisterService()
70
profileDsc
.profileUuid.type = BT_UUID_16;
in RegisterService()
71
profileDsc
.profileUuid.uuid16 = A2DP_PROFILE_UUID;
in RegisterService()
73
SDP_AddBluetoothProfileDescriptorList(sdpHandle_, &
profileDsc
, A2DP_BLUETOOTH_PROFILE_DESCRIPTOR_LIST_NUMBER);
in RegisterService()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H
A
D
avrcp_ct_sdp.cpp
65
SdpProfileDescriptor
profileDsc
;
in RegisterService()
local
66
profileDsc
.versionNumber = AVRC_CT_PROFILE_REV_1_6;
in RegisterService()
67
profileDsc
.profileUuid.type = BT_UUID_16;
in RegisterService()
68
profileDsc
.profileUuid.uuid16 = AVRC_CT_AV_REMOTE_CONTROL;
in RegisterService()
70
SDP_AddBluetoothProfileDescriptorList(sdpHandle_, &
profileDsc
, AVRC_BLUETOOTH_PROFILE_DESCRIPTOR_LIST_NUMBER);
in RegisterService()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H
A
D
avrcp_tg_sdp.cpp
63
SdpProfileDescriptor
profileDsc
;
in RegisterService()
local
64
profileDsc
.versionNumber = AVRC_TG_PROFILE_REV_1_6;
in RegisterService()
65
profileDsc
.profileUuid.type = BT_UUID_16;
in RegisterService()
66
profileDsc
.profileUuid.uuid16 = AVRC_TG_AV_REMOTE_CONTROL;
in RegisterService()
68
SDP_AddBluetoothProfileDescriptorList(sdpHandle_, &
profileDsc
, AVRC_BLUETOOTH_PROFILE_DESCRIPTOR_LIST_NUMBER);
in RegisterService()
Completed in 2 milliseconds