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:handleRange
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H
A
D
att_send_request.c
389
((uint16_t *)(data + 1))[0] = contextPtr->attFindByTypePtreve->
handleRange
.startHandle;
in AttFindByTypeValueRequestAsync()
390
((uint16_t *)(data + STEP_THREE))[0] = contextPtr->attFindByTypePtreve->
handleRange
.endHandle;
in AttFindByTypeValueRequestAsync()
438
attFindByTypePtreve->
handleRange
.startHandle,
in ATT_FindByTypeValueRequest()
439
attFindByTypePtreve->
handleRange
.endHandle,
in ATT_FindByTypeValueRequest()
450
attFindByTypePtr->
handleRange
.startHandle = attFindByTypePtreve->
handleRange
.startHandle;
in ATT_FindByTypeValueRequest()
451
attFindByTypePtr->
handleRange
.endHandle = attFindByTypePtreve->
handleRange
.endHandle;
in ATT_FindByTypeValueRequest()
508
((uint16_t *)(data + 1))[0] = readByTypeReqAsyncPtr->attReadByTypeReqContext.
handleRange
.startHandle;
in AttReadByTypeRequestAsync()
509
((uint16_t *)(data + STEP_THREE))[0] = readByTypeReqAsyncPtr->attReadByTypeReqContext.
handleRange
in AttReadByTypeRequestAsync()
[all...]
H
A
D
att_receive.c
659
attFindObj.findByTypeValueRequest.
handleRange
.startHandle = ((uint16_t *)data)[0];
in AttFindByTypeValueRequest()
660
attFindObj.findByTypeValueRequest.
handleRange
.endHandle = ((uint16_t *)(data + STEP_TWO))[0];
in AttFindByTypeValueRequest()
802
attReadObj.readHandleRangeUuid.
handleRange
.startHandle = ((uint16_t *)data)[0];
in AttReadByTypeRequest()
803
attReadObj.readHandleRangeUuid.
handleRange
.endHandle = ((uint16_t *)(data + STEP_TWO))[0];
in AttReadByTypeRequest()
1187
attReadObj.readGroupRequest.
handleRange
.startHandle = ((uint16_t *)data)[0];
in AttReadByGroupTypeRequest()
1188
attReadObj.readGroupRequest.
handleRange
.endHandle = ((uint16_t *)(data + STEP_TWO))[0];
in AttReadByGroupTypeRequest()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H
A
D
att.h
205
AttHandleRange
handleRange
;
member
222
AttHandleRange
handleRange
;
member
255
AttHandleRange
handleRange
;
member
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H
A
D
gatt_server_profile.cpp
378
uint16_t startHandle = data->attReadByGroupTypeRequest.readGroupRequest.
handleRange
.startHandle,
in DiscoverAllPrimaryServiceResponsePostTask()
379
endHandle = data->attReadByGroupTypeRequest.readGroupRequest.
handleRange
.endHandle;
in DiscoverAllPrimaryServiceResponsePostTask()
441
uint16_t startHandle = data->attFindByTypeValueRequest.findByTypeValueRequest.
handleRange
.startHandle;
in DiscoverPrimaryServiceByUuidResponsePostTask()
442
uint16_t endHandle = data->attFindByTypeValueRequest.findByTypeValueRequest.
handleRange
.endHandle;
in DiscoverPrimaryServiceByUuidResponsePostTask()
499
uint16_t startHandle = data->attReadByTypeRequest.readHandleRangeUuid.
handleRange
.startHandle;
in FindIncludedServiceResponsePostTask()
500
uint16_t endHandle = data->attReadByTypeRequest.readHandleRangeUuid.
handleRange
.endHandle;
in FindIncludedServiceResponsePostTask()
556
uint16_t startHandle = data->attReadByTypeRequest.readHandleRangeUuid.
handleRange
.startHandle;
in DiscoverCharacteristicResponsePostTask()
557
uint16_t endHandle = data->attReadByTypeRequest.readHandleRangeUuid.
handleRange
.endHandle;
in DiscoverCharacteristicResponsePostTask()
737
uint16_t startHandle = data->attReadByTypeRequest.readHandleRangeUuid.
handleRange
.startHandle;
in ReadUsingCharacteristicByUuidResponsePostTask()
738
uint16_t endHandle = data->attReadByTypeRequest.readHandleRangeUuid.
handleRange
in ReadUsingCharacteristicByUuidResponsePostTask()
[all...]
H
A
D
gatt_client_profile.cpp
288
parameter.
handleRange
.startHandle = MIN_ATTRIBUTE_HANDLE;
in DiscoverPrimaryServicesByServiceUuid()
289
parameter.
handleRange
.endHandle = MAX_ATTRIBUTE_HANDLE;
in DiscoverPrimaryServicesByServiceUuid()
1303
parameter.
handleRange
.startHandle = endHandle + MIN_ATTRIBUTE_HANDLE;
in DiscoverPrimaryServiceByUuidParsing()
1304
parameter.
handleRange
.endHandle = MAX_ATTRIBUTE_HANDLE;
in DiscoverPrimaryServiceByUuidParsing()
Completed in 12 milliseconds