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:discoverCfm
(Results
1 - 3
of
3
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H
A
D
avdtp_message.c
1608
(void)memset_s(&data->
discoverCfm
.seps[index], sizeof(AvdtSepInfo), 0, sizeof(AvdtSepInfo));
in AvdtParseDiscoverRsp()
1612
data->
discoverCfm
.seps[index].isUsed = (bool)(context & 0x02);
in AvdtParseDiscoverRsp()
1613
data->
discoverCfm
.seps[index].seid = (context >> AVDT_OFFSET_2BIT);
in AvdtParseDiscoverRsp()
1618
data->
discoverCfm
.seps[index].mediaType = (context >> AVDT_OFFSET_4BIT);
in AvdtParseDiscoverRsp()
1619
data->
discoverCfm
.seps[index].sepType = ((context & 0x08) >> AVDT_OFFSET_3BIT);
in AvdtParseDiscoverRsp()
1626
data->
discoverCfm
.seps[index].sepType,
in AvdtParseDiscoverRsp()
1627
data->
discoverCfm
.seps[index].seid,
in AvdtParseDiscoverRsp()
1628
data->
discoverCfm
.seps[index].mediaType,
in AvdtParseDiscoverRsp()
1631
if (sigCtrl->role != data->
discoverCfm
.seps[index].sepType && (data->
discoverCfm
in AvdtParseDiscoverRsp()
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H
A
D
avdtp.h
277
AvdtDiscover
discoverCfm
;
member
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H
A
D
a2dp_avdtp.cpp
603
peer->SetPeerSepInfo(data.
discoverCfm
);
in ParseAvdtpDiscoverCFM()
Completed in 7 milliseconds