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:bredr
(Results
1 - 3
of
3
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H
A
D
gap.c
71
g_gapMng.
bredr
.profileSecBlock.registerlist = ListCreate(GapFreeRegSecInfo);
in GapInitializeTask()
72
g_gapMng.
bredr
.profileSecBlock.requestlist = ListCreate(GapFreeReqSecInfo);
in GapInitializeTask()
73
g_gapMng.
bredr
.connectionInfoBlock.devicelist = ListCreate(GapFreeDeviceInfo);
in GapInitializeTask()
106
g_gapMng.
bredr
.isEnable = true;
in GapEnableBredr()
108
g_gapMng.
bredr
.keyMissingRetry = true;
in GapEnableBredr()
176
ListClear(g_gapMng.
bredr
.profileSecBlock.registerlist);
in GapDisableTask()
177
ListNode *node = ListGetFirstNode(g_gapMng.
bredr
.profileSecBlock.requestlist);
in GapDisableTask()
182
ListRemoveNode(g_gapMng.
bredr
.profileSecBlock.requestlist, reqInfo);
in GapDisableTask()
185
ListClear(g_gapMng.
bredr
.connectionInfoBlock.devicelist);
in GapDisableTask()
186
g_gapMng.
bredr
in GapDisableTask()
[all...]
H
A
D
gap_def.h
357
GapBredrMng
bredr
;
member
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H
A
D
btm_acl.c
73
}
bredr
;
member
166
connection->remoteFeatures.
bredr
.featureStatus = REQUEST_NOT_COMPLETED;
in AllocAclConnection()
167
connection->remoteFeatures.
bredr
.extendedFeatureStatus = REQUEST_NOT_COMPLETED;
in AllocAclConnection()
1529
connection->remoteFeatures.
bredr
.featureStatus = eventParam->status;
in BtmOnReadRemoteSupportedFeaturesComplete()
1531
connection->remoteFeatures.
bredr
.lmpFeatures = eventParam->lmpFeatures;
in BtmOnReadRemoteSupportedFeaturesComplete()
1535
lmpFeatures = connection->remoteFeatures.
bredr
.lmpFeatures;
in BtmOnReadRemoteSupportedFeaturesComplete()
1586
connection->remoteFeatures.
bredr
.maxPageNumber = eventParam->maximumPageNumber;
in BtmOnReadRemoteExtendedFeaturesComplete()
1588
(void)memcpy_s(connection->remoteFeatures.
bredr
.extendedLmpFeatures.page[eventParam->pageNumber],
in BtmOnReadRemoteExtendedFeaturesComplete()
1599
connection->remoteFeatures.
bredr
.extendedFeatureStatus = eventParam->status;
in BtmOnReadRemoteExtendedFeaturesComplete()
1603
connection->remoteFeatures.
bredr
in BtmOnReadRemoteExtendedFeaturesComplete()
[all...]
Completed in 10 milliseconds