Home
last modified time | relevance | path

Searched refs:BluetoothBleAdvertiserSettings (Results 1 – 11 of 11) 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 {
26 explicit BluetoothBleAdvertiserSettings() = default;
27 explicit BluetoothBleAdvertiserSettings(const bluetooth::AdvertiserSettings &other) in BluetoothBleAdvertiserSettings() function
30BluetoothBleAdvertiserSettings(const BluetoothBleAdvertiserSettings &other) : bluetooth::Advertise… in BluetoothBleAdvertiserSettings() function
32 ~BluetoothBleAdvertiserSettings() override = default;
35 static BluetoothBleAdvertiserSettings *Unmarshalling(Parcel &parcel);
H A Dbluetooth_ble_advertiser_settings.cpp20 bool BluetoothBleAdvertiserSettings::Marshalling(Parcel &parcel) const in Marshalling()
50 BluetoothBleAdvertiserSettings *BluetoothBleAdvertiserSettings::Unmarshalling(Parcel &parcel) in Unmarshalling()
52 BluetoothBleAdvertiserSettings *settings = new BluetoothBleAdvertiserSettings(); in Unmarshalling()
60 bool BluetoothBleAdvertiserSettings::WriteToParcel(Parcel &parcel) in WriteToParcel()
65 bool BluetoothBleAdvertiserSettings::ReadFromParcel(Parcel &parcel) in ReadFromParcel()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_ble_advertiser_stub.cpp104 …std::shared_ptr<BluetoothBleAdvertiserSettings> settings(data.ReadParcelable<BluetoothBleAdvertise… in StartAdvertisingInner()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_ble_advertiser.h35 virtual int StartAdvertising(const BluetoothBleAdvertiserSettings &settings,
H A Di_bluetooth_ble_central_manager.h38 BluetoothBleAdvertiserSettings btAdvSettings;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_ble_advertiser_server.h34 virtual int StartAdvertising(const BluetoothBleAdvertiserSettings &settings,
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_ble_advertiser_proxy.h33 …int StartAdvertising(const BluetoothBleAdvertiserSettings &settings, const BluetoothBleAdvertiserD…
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_advertiser.cpp45 int32_t CheckAdvertiserData(const BluetoothBleAdvertiserSettings &setting,
296 int32_t BleAdvertiser::impl::CheckAdvertiserData(const BluetoothBleAdvertiserSettings &setting, in CheckAdvertiserData()
332 BluetoothBleAdvertiserSettings setting; in StartAdvertising()
385 BluetoothBleAdvertiserSettings setting; in StartAdvertising()
H A Dbluetooth_ble_central_manager.cpp40 …rtAdvertiserSetting(const BleAdvertiserSettings &inSettings, BluetoothBleAdvertiserSettings &outSe…
241 BluetoothBleAdvertiserSettings &outSettings) in ConvertAdvertiserSetting()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_ble_advertiser_proxy.cpp74 int BluetoothBleAdvertiserProxy::StartAdvertising(const BluetoothBleAdvertiserSettings &settings, in StartAdvertising()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_advertiser_server.cpp180 int BluetoothBleAdvertiserServer::StartAdvertising(const BluetoothBleAdvertiserSettings &settings, in StartAdvertising()