Home
last modified time | relevance | path

Searched refs:ReadAddress (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/bluetooth/hci/hdi_service/implement/
H A Dbluetooth_address.h34 void ReadAddress(std::vector<uint8_t> &address) const;
35 void ReadAddress(std::string &address) const;
H A Dbluetooth_address.cpp196 void BluetoothAddress::ReadAddress(std::vector<uint8_t> &address) const in ReadAddress() function in OHOS::HDI::Bluetooth::Hci::BluetoothAddress
201 void BluetoothAddress::ReadAddress(std::string &address) const in ReadAddress() function in OHOS::HDI::Bluetooth::Hci::BluetoothAddress
H A Dvendor_interface.cpp108 bluetoothAddress->ReadAddress(address); in Initialize()