Searched refs:AdvertiserSettings (Results 1 – 2 of 2) sorted by relevance
24 class BluetoothBleAdvertiserSettings : public Parcelable, public bluetooth::AdvertiserSettings {27 explicit BluetoothBleAdvertiserSettings(const bluetooth::AdvertiserSettings &other) in BluetoothBleAdvertiserSettings()28 : bluetooth::AdvertiserSettings(other) in BluetoothBleAdvertiserSettings()30 …ertiserSettings(const BluetoothBleAdvertiserSettings &other) : bluetooth::AdvertiserSettings(other) in BluetoothBleAdvertiserSettings()
227 class AdvertiserSettings {234 AdvertiserSettings(){}; in AdvertiserSettings() function241 virtual ~AdvertiserSettings(){}; in ~AdvertiserSettings()