Searched defs:BluetoothRawAddress (Results 1 - 1 of 1) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/ | ||
H A D | bluetooth_raw_address.h | 24 class BluetoothRawAddress : public Parcelable, public bluetooth::RawAddress { class 27 BluetoothRawAddress(const bluetooth::RawAddress &other) : bluetooth::RawAddress(other) in BluetoothRawAddress() function in OHOS::Bluetooth::BluetoothRawAddress 29 BluetoothRawAddress(const BluetoothRawAddress &other) : bluetooth::RawAddress(other) in BluetoothRawAddress() function in OHOS::Bluetooth::BluetoothRawAddress 31 explicit BluetoothRawAddress(const std::string &address) : bluetooth::RawAddress(address) in BluetoothRawAddress() function in OHOS::Bluetooth::BluetoothRawAddress |
Completed in 1 milliseconds