Lines Matching refs:BluetoothAddress
40 BluetoothAddress::BluetoothAddress()
62 void BluetoothAddress::ParseAddressToString(std::vector<uint8_t> &address, std::string &outString)
73 int BluetoothAddress::ParseAddressFromString(const std::string &string) const
93 bool BluetoothAddress::GetConstantAddress(char *address, int len)
120 std::shared_ptr<BluetoothAddress> BluetoothAddress::GetDeviceAddress(const std::string &path)
149 auto ptr = std::make_shared<BluetoothAddress>();
164 auto ptr = std::make_shared<BluetoothAddress>();
172 std::shared_ptr<BluetoothAddress> BluetoothAddress::GenerateDeviceAddress(const std::string &prefix)
176 auto ptr = std::make_shared<BluetoothAddress>();
196 void BluetoothAddress::ReadAddress(std::vector<uint8_t> &address) const
201 void BluetoothAddress::ReadAddress(std::string &address) const