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:readGroupResponse
(Results
1 - 3
of
3
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H
A
D
att_receive.c
287
MEM_MALLOC.free(valueList->
readGroupResponse
.attributeData[index].attributeValue);
in AttReadFree()
294
MEM_MALLOC.free(valueList->
readGroupResponse
.attributeData);
in AttReadFree()
315
for (; indexNum < attReadPtr->
readGroupResponse
.num; ++indexNum) {
in AttReadAttrAssign()
316
attReadPtr->
readGroupResponse
.attributeData[indexNum].attributeValue = MEM_MALLOC.alloc(len - STEP_FOUR);
in AttReadAttrAssign()
317
attReadPtr->
readGroupResponse
.attributeData[indexNum].attHandle = ((uint16_t *)data)[0];
in AttReadAttrAssign()
318
attReadPtr->
readGroupResponse
.attributeData[indexNum].groupEndHandle = ((uint16_t *)(data + STEP_TWO))[0];
in AttReadAttrAssign()
319
(void)memcpy_s(attReadPtr->
readGroupResponse
.attributeData[indexNum].attributeValue,
in AttReadAttrAssign()
1267
attReadObj.
readGroupResponse
.length = *(uint8_t *)BufferPtr(buffer);
in AttReadByGroupTypeResponse()
1268
len = attReadObj.
readGroupResponse
.length;
in AttReadByGroupTypeResponse()
1271
attReadObj.
readGroupResponse
in AttReadByGroupTypeResponse()
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H
A
D
gatt_client_profile.cpp
1242
uint16_t num = data->attReadByGroupTypeResponse.
readGroupResponse
.num;
in DiscoverAllPrimaryServiceParsing()
1243
uint16_t len = data->attReadByGroupTypeResponse.
readGroupResponse
.length;
in DiscoverAllPrimaryServiceParsing()
1249
startHandle = (data->attReadByGroupTypeResponse.
readGroupResponse
.attributeData + i)->attHandle;
in DiscoverAllPrimaryServiceParsing()
1250
endHandle = (data->attReadByGroupTypeResponse.
readGroupResponse
.attributeData + i)->groupEndHandle;
in DiscoverAllPrimaryServiceParsing()
1254
(data->attReadByGroupTypeResponse.
readGroupResponse
.attributeData + i)->attributeValue,
in DiscoverAllPrimaryServiceParsing()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H
A
D
att.h
273
AttReadGroupRes
readGroupResponse
;
member
Completed in 9 milliseconds