Home
last modified time | relevance | path

Searched refs:AdvertiserData (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_ble_advertiser_data.h23 class BluetoothBleAdvertiserData : public Parcelable, public bluetooth::AdvertiserData {
26 …plicit BluetoothBleAdvertiserData(const bluetooth::AdvertiserData &other) : bluetooth::AdvertiserD… in BluetoothBleAdvertiserData()
28 …etoothBleAdvertiserData(const BluetoothBleAdvertiserData &other) : bluetooth::AdvertiserData(other) in BluetoothBleAdvertiserData()
30 BluetoothBleAdvertiserData& operator=(const bluetooth::AdvertiserData &other) = delete;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_parcel_data.h47 class AdvertiserData {
54 AdvertiserData(){}; in AdvertiserData() function
61 virtual ~AdvertiserData(){}; in ~AdvertiserData()