Home
last modified time | relevance | path

Searched refs:BluetoothAddress (Results 1 - 3 of 3) sorted by relevance

/drivers/peripheral/bluetooth/hci/hdi_service/implement/
H A Dbluetooth_address.h28 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 Dbluetooth_address.cpp40 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 Dvendor_interface.cpp108 auto bluetoothAddress = BluetoothAddress::GetDeviceAddress(); in Initialize()

Completed in 2 milliseconds