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:remoteFeatures
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H
A
D
btm_acl.c
78
}
remoteFeatures
;
member
166
connection->
remoteFeatures
.bredr.featureStatus = REQUEST_NOT_COMPLETED;
in AllocAclConnection()
167
connection->
remoteFeatures
.bredr.extendedFeatureStatus = REQUEST_NOT_COMPLETED;
in AllocAclConnection()
168
connection->
remoteFeatures
.le.featureStatus = REQUEST_NOT_COMPLETED;
in AllocAclConnection()
1447
connection->
remoteFeatures
.le.featureStatus = eventParam->status;
in BtmOnLeReadRemoteFeaturesComplete()
1449
connection->
remoteFeatures
.le.leFeatures = eventParam->leFeatures;
in BtmOnLeReadRemoteFeaturesComplete()
1453
leFeatures = connection->
remoteFeatures
.le.leFeatures;
in BtmOnLeReadRemoteFeaturesComplete()
1529
connection->
remoteFeatures
.bredr.featureStatus = eventParam->status;
in BtmOnReadRemoteSupportedFeaturesComplete()
1531
connection->
remoteFeatures
.bredr.lmpFeatures = eventParam->lmpFeatures;
in BtmOnReadRemoteSupportedFeaturesComplete()
1535
lmpFeatures = connection->
remoteFeatures
in BtmOnReadRemoteSupportedFeaturesComplete()
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H
A
D
hfp_hf_sdp_client.cpp
187
if (!FindProfileFeatures(it->second.services[num].attributes, info.
remoteFeatures
)) {
in FindAttributes()
188
info.
remoteFeatures
= HFP_HF_AG_FEATURES_NONE;
in FindAttributes()
191
SelectProfileFeatures(info.
remoteFeatures
, info.remoteCodec);
in FindAttributes()
198
info.
remoteFeatures
|= HFP_HF_AG_FEATURES_REJECT_CALL;
in FindAttributes()
H
A
D
hfp_hf_defines.h
121
uint16_t
remoteFeatures
{0};
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H
A
D
hfp_ag_sdp_client.cpp
189
if (!FindProfileFeatures(it->second.services[num].attributes, info.
remoteFeatures
)) {
in FindAttributes()
190
info.
remoteFeatures
= HFP_AG_HF_FEATURES_NONE;
in FindAttributes()
193
if (info.
remoteFeatures
& HFP_AG_HF_FEATURES_SUPPORT_WBS) {
in FindAttributes()
H
A
D
hfp_ag_defines.h
131
uint16_t
remoteFeatures
{0};
Completed in 7 milliseconds