Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_ble_advertiser_settings.h24 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()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_parcel_data.h227 class AdvertiserSettings {
234 AdvertiserSettings(){}; in AdvertiserSettings() function
241 virtual ~AdvertiserSettings(){}; in ~AdvertiserSettings()