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:BluetoothAddress
(Results
1 - 3
of
3
) sorted by relevance
/drivers/peripheral/bluetooth/hci/hdi_service/implement/
H
A
D
bluetooth_address.h
28
class
BluetoothAddress
{
class
30
BluetoothAddress
();
31
~
BluetoothAddress
() = default;
32
static std::shared_ptr<
BluetoothAddress
> GetDeviceAddress(const std::string &path = BT_DEVICE_ADDRESS_PATH);
33
static std::shared_ptr<
BluetoothAddress
> GenerateDeviceAddress(const std::string &prefix = "");
H
A
D
bluetooth_address.cpp
40
BluetoothAddress
::
BluetoothAddress
()
in BluetoothAddress()
function in OHOS::HDI::Bluetooth::Hci::BluetoothAddress
62
void
BluetoothAddress
::ParseAddressToString(std::vector<uint8_t> &address, std::string &outString)
in ParseAddressToString()
73
int
BluetoothAddress
::ParseAddressFromString(const std::string &string) const
in ParseAddressFromString()
93
bool
BluetoothAddress
::GetConstantAddress(char *address, int len)
in GetConstantAddress()
120
std::shared_ptr<
BluetoothAddress
>
BluetoothAddress
::GetDeviceAddress(const std::string &path)
in GetDeviceAddress()
149
auto ptr = std::make_shared<
BluetoothAddress
>();
in GetDeviceAddress()
164
auto ptr = std::make_shared<
BluetoothAddress
>();
in GetDeviceAddress()
172
std::shared_ptr<
BluetoothAddress
> BluetoothAddres
[all...]
H
A
D
vendor_interface.cpp
108
auto bluetoothAddress =
BluetoothAddress
::GetDeviceAddress();
in Initialize()
Completed in 2 milliseconds