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:BT_UUID_128
(Results
1 - 9
of
9
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H
A
D
sdp_util.c
67
case
BT_UUID_128
:
in SdpAddAttributeForUuid()
157
uuid->type =
BT_UUID_128
;
in SdpGetUuid()
H
A
D
sdp_server.c
281
if ((serviceid->type != BT_UUID_16) && (serviceid->type != BT_UUID_32) && (serviceid->type !=
BT_UUID_128
)) {
in SdpAddServiceId()
421
} else if (browseUuid->type ==
BT_UUID_128
) {
in SdpAddBrowseGroupList()
784
uuid.type =
BT_UUID_128
;
in SdpAddAttribute()
896
case
BT_UUID_128
:
in SdpAddAttributeForUuidSequence()
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H
A
D
btstack.h
68
#define
BT_UUID_128
0x03
macro
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H
A
D
att_send_request.c
497
} else if (readByTypeReqAsyncPtr->attReadByTypeReqContext.uuid->type ==
BT_UUID_128
) {
in AttReadByTypeRequestAsync()
512
} else if (readByTypeReqAsyncPtr->attReadByTypeReqContext.uuid->type ==
BT_UUID_128
) {
in AttReadByTypeRequestAsync()
569
} else if (uuid->type ==
BT_UUID_128
) {
in ATT_ReadByTypeRequest()
570
attReadUuidPtr->type =
BT_UUID_128
;
in ATT_ReadByTypeRequest()
875
} else if (attReadByGroupRequestAsyncPtr->attReadGroupContext.uuid->type ==
BT_UUID_128
) {
in AttReadByGroupTypeRequestDataAssign()
880
LOG_ERROR("%{public}s
BT_UUID_128
memcpy_s fail", __FUNCTION__);
in AttReadByGroupTypeRequestDataAssign()
919
} else if (attReadByGroupRequestAsyncPtr->attReadGroupContext.uuid->type ==
BT_UUID_128
) {
in AttReadByGroupTypeRequestAsync()
986
} else if (uuid->type ==
BT_UUID_128
) {
in ATT_ReadByGroupTypeRequest()
987
attReadByGroupReqUuidPtr->type =
BT_UUID_128
;
in ATT_ReadByGroupTypeRequest()
H
A
D
att_receive.c
254
attFindObj->findInforRsponse.handleUuidPairs[index].uuid.type =
BT_UUID_128
;
in AttFindInformationResAssign()
815
attReadObj.readHandleRangeUuid.uuid->type =
BT_UUID_128
;
in AttReadByTypeRequest()
1200
attReadObj.readGroupRequest.uuid->type =
BT_UUID_128
;
in AttReadByGroupTypeRequest()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/sock/
H
A
D
socket_sdp_client.cpp
35
classid[0].type =
BT_UUID_128
;
in StartDiscovery()
H
A
D
socket_sdp_server.cpp
90
classid[0].type =
BT_UUID_128
;
in AddServiceClassId()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H
A
D
gatt_client_profile.cpp
411
tempUuid.type =
BT_UUID_128
;
in DiscoverCharacteristicByUuid()
496
tempUuid.type =
BT_UUID_128
;
in ReadUsingCharacteristicByUuid()
H
A
D
gatt_server_profile.cpp
1136
} else if (data->attReadByTypeRequest.readHandleRangeUuid.uuid->type ==
BT_UUID_128
) {
in CheckUuidType()
Completed in 18 milliseconds