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:BLE_UUID_LEN_16
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H
A
D
ble_service_data.cpp
500
cdata[0] = data.length() +
BLE_UUID_LEN_16
+ 1;
in AddServiceData()
504
std::string(reinterpret_cast<char *>(&uuid16),
BLE_UUID_LEN_16
) + data);
in AddServiceData()
579
serviceUuid16.append(std::string(reinterpret_cast<char *>(&uuid16),
BLE_UUID_LEN_16
));
in AddServiceUuids()
634
cdata[0] =
BLE_UUID_LEN_16
+ 1;
in SetCompleteServices()
638
std::string(reinterpret_cast<char *>(&uuid16),
BLE_UUID_LEN_16
));
in SetCompleteServices()
local
1182
for (size_t var = 0; var < parseAdvData.length /
BLE_UUID_LEN_16
; ++var) {
in SetServiceUUID16Bits()
1184
Uuid::ConvertFrom16Bits(*reinterpret_cast<uint16_t *>(parseAdvData.payload + var *
BLE_UUID_LEN_16
)));
in SetServiceUUID16Bits()
1209
if (parseAdvData.length <
BLE_UUID_LEN_16
) {
in SetServiceDataUUID16Bits()
1214
if (parseAdvData.length >
BLE_UUID_LEN_16
) {
in SetServiceDataUUID16Bits()
1216
reinterpret_cast<char *>(parseAdvData.payload +
BLE_UUID_LEN_16
), parseAdvDat
in SetServiceDataUUID16Bits()
[all...]
H
A
D
bt_def.h
362
const int
BLE_UUID_LEN_16
= 2;
member
/foundation/communication/nfc/services/src/tag/
H
A
D
ndef_bt_data_parser.cpp
141
if ((uuid.length() / HEX_BYTE_LEN) == Bluetooth::
BLE_UUID_LEN_16
) {
in FormatUuidTo128Bit()
174
uuidSize = Bluetooth::
BLE_UUID_LEN_16
;
in GetUuidFromPayload()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H
A
D
bluetooth_ble_filter_matcher.cpp
220
tmpServcieData = std::string(reinterpret_cast<char *>(&uuid16),
BLE_UUID_LEN_16
);
in ParseServiceDataUUidToString()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
bluetooth_def.h
343
const int
BLE_UUID_LEN_16
= 2;
member
Completed in 11 milliseconds