Searched refs:AdvertiserData (Results 1 – 2 of 2) sorted by relevance
23 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;
47 class AdvertiserData {54 AdvertiserData(){}; in AdvertiserData() function61 virtual ~AdvertiserData(){}; in ~AdvertiserData()