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:readHandleListNum
(Results
1 - 3
of
3
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H
A
D
gatt_client_profile.cpp
1328
if (data == nullptr || data->attReadByTypeResponse.
readHandleListNum
.valueNum == 0) {
in FindIncludeServicesParsing()
1334
uint8_t len = data->attReadByTypeResponse.
readHandleListNum
.len;
in FindIncludeServicesParsing()
1335
uint16_t isvcHandle = data->attReadByTypeResponse.
readHandleListNum
.valueList->attHandle.attHandle;
in FindIncludeServicesParsing()
1337
SplitDataPackageToUint16(data->attReadByTypeResponse.
readHandleListNum
.valueList->attributeValue, &offset);
in FindIncludeServicesParsing()
1339
SplitDataPackageToUint16(data->attReadByTypeResponse.
readHandleListNum
.valueList->attributeValue, &offset);
in FindIncludeServicesParsing()
1345
SplitDataPackageToUint16(data->attReadByTypeResponse.
readHandleListNum
.valueList->attributeValue, &offset);
in FindIncludeServicesParsing()
1417
if (data == nullptr || data->attReadByTypeResponse.
readHandleListNum
.valueNum == 0) {
in DiscoverAllCharacteristicOfServiceParsing()
1425
uint16_t len = data->attReadByTypeResponse.
readHandleListNum
.len;
in DiscoverAllCharacteristicOfServiceParsing()
1426
uint16_t num = data->attReadByTypeResponse.
readHandleListNum
.valueNum;
in DiscoverAllCharacteristicOfServiceParsing()
1433
startHandle = (data->attReadByTypeResponse.
readHandleListNum
in DiscoverAllCharacteristicOfServiceParsing()
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H
A
D
att_receive.c
285
MEM_MALLOC.free(valueList->
readHandleListNum
.valueList[index].attributeValue);
in AttReadFree()
292
MEM_MALLOC.free(valueList->
readHandleListNum
.valueList);
in AttReadFree()
857
attReadObj.
readHandleListNum
.len = *(uint8_t *)BufferPtr(buffer);
in AttReadByTypeResponse()
858
len = attReadObj.
readHandleListNum
.len;
in AttReadByTypeResponse()
862
attReadObj.
readHandleListNum
.valueNum = 0;
in AttReadByTypeResponse()
869
attReadObj.
readHandleListNum
.valueNum = (dataLen - 1) / len;
in AttReadByTypeResponse()
873
attReadObj.
readHandleListNum
.valueList =
in AttReadByTypeResponse()
874
MEM_MALLOC.alloc(sizeof(AttReadByTypeRspDataList) * attReadObj.
readHandleListNum
.valueNum);
in AttReadByTypeResponse()
875
for (; indexNum < attReadObj.
readHandleListNum
.valueNum; ++indexNum) {
in AttReadByTypeResponse()
876
attReadObj.
readHandleListNum
in AttReadByTypeResponse()
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H
A
D
att.h
267
AttReadByTypeRsp
readHandleListNum
;
member
Completed in 6 milliseconds