Home
last modified time | relevance | path

Searched refs:BluetoothBleAdvertiserData (Results 1 – 10 of 10) 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 {
25 explicit BluetoothBleAdvertiserData() = default;
26 …explicit BluetoothBleAdvertiserData(const bluetooth::AdvertiserData &other) : bluetooth::Advertise… in BluetoothBleAdvertiserData() function
28 …explicit BluetoothBleAdvertiserData(const BluetoothBleAdvertiserData &other) : bluetooth::Advertis… in BluetoothBleAdvertiserData() function
30 BluetoothBleAdvertiserData& operator=(const bluetooth::AdvertiserData &other) = delete;
31 BluetoothBleAdvertiserData& operator=(const BluetoothBleAdvertiserData &other) = delete;
32 ~BluetoothBleAdvertiserData() override = default;
36 static BluetoothBleAdvertiserData *Unmarshalling(Parcel &parcel);
H A Dbluetooth_ble_advertiser_data.cpp27 bool BluetoothBleAdvertiserData::Marshalling(Parcel &parcel) const in Marshalling()
53 bool BluetoothBleAdvertiserData::WriteToParcel(Parcel &parcel) in WriteToParcel()
58 BluetoothBleAdvertiserData *BluetoothBleAdvertiserData::Unmarshalling(Parcel &parcel) in Unmarshalling()
60 BluetoothBleAdvertiserData *advertiserData = new BluetoothBleAdvertiserData(); in Unmarshalling()
68 bool BluetoothBleAdvertiserData::ReadFromParcel(Parcel &parcel) in ReadFromParcel()
94 bool BluetoothBleAdvertiserData::WriteServiceUuids(Parcel &parcel) const in WriteServiceUuids()
111 bool BluetoothBleAdvertiserData::ReadServiceUuids(std::vector<Uuid> &serviceUuids, Parcel &parcel) in ReadServiceUuids()
130 bool BluetoothBleAdvertiserData::WriteManufacturerData(Parcel &parcel) const in WriteManufacturerData()
146 bool BluetoothBleAdvertiserData::ReadManufacturerData(std::map<uint16_t, std::string> &manufacturer… in ReadManufacturerData()
167 bool BluetoothBleAdvertiserData::WriteServiceData(Parcel &parcel) const in WriteServiceData()
[all …]
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_ble_advertiser.h36 const BluetoothBleAdvertiserData &advData, const BluetoothBleAdvertiserData &scanResponse,
43 virtual void SetAdvertisingData(const BluetoothBleAdvertiserData &advData,
44 const BluetoothBleAdvertiserData &scanResponse, int32_t advHandle) = 0;
H A Di_bluetooth_ble_central_manager.h39 BluetoothBleAdvertiserData btAdvData;
40 BluetoothBleAdvertiserData btRespData;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_ble_advertiser_server.h35 const BluetoothBleAdvertiserData &advData, const BluetoothBleAdvertiserData &scanResponse,
42 void SetAdvertisingData(const BluetoothBleAdvertiserData &advData,
43 const BluetoothBleAdvertiserData &scanResponse, int32_t advHandle) override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_ble_advertiser_proxy.h33 …ertising(const BluetoothBleAdvertiserSettings &settings, const BluetoothBleAdvertiserData &advData,
34 …const BluetoothBleAdvertiserData &scanResponse, int32_t advHandle, uint16_t duration, bool isRawDa…
40 void SetAdvertisingData(const BluetoothBleAdvertiserData &advData,
41 const BluetoothBleAdvertiserData &scanResponse, int32_t advHandle) override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_advertiser.cpp42 … void ConvertBleAdvertiserData(const BleAdvertiserData &data, BluetoothBleAdvertiserData &outData);
43 uint32_t GetAdvertiserTotalBytes(const BluetoothBleAdvertiserData &data, bool isFlagsIncluded);
46 const BluetoothBleAdvertiserData &advData, const BluetoothBleAdvertiserData &scanResponse);
237 uint32_t BleAdvertiser::impl::GetAdvertiserTotalBytes(const BluetoothBleAdvertiserData &data, bool … in GetAdvertiserTotalBytes()
297 const BluetoothBleAdvertiserData &advData, const BluetoothBleAdvertiserData &scanResponse) in CheckAdvertiserData()
340 BluetoothBleAdvertiserData bleAdvertiserData; in StartAdvertising()
341 BluetoothBleAdvertiserData bleScanResponse; in StartAdvertising()
393 BluetoothBleAdvertiserData bleAdvertiserData; in StartAdvertising()
396 BluetoothBleAdvertiserData bleScanResponse; in StartAdvertising()
434 BluetoothBleAdvertiserData bleAdvertiserData; in SetAdvertisingData()
[all …]
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_advertiser_server.cpp98 BleAdvertiserDataImpl ConvertAdvertisingData(const BluetoothBleAdvertiserData &data) const;
161 const BluetoothBleAdvertiserData &data) const in ConvertAdvertisingData()
181 …const BluetoothBleAdvertiserData &advData, const BluetoothBleAdvertiserData &scanResponse, int32_t… in StartAdvertising()
306 void BluetoothBleAdvertiserServer::SetAdvertisingData(const BluetoothBleAdvertiserData &advData, in SetAdvertisingData()
307 const BluetoothBleAdvertiserData &scanResponse, int32_t advHandle) in SetAdvertisingData()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_ble_advertiser_stub.cpp110 …std::shared_ptr<BluetoothBleAdvertiserData> advData(data.ReadParcelable<BluetoothBleAdvertiserData in StartAdvertisingInner()
115 …std::shared_ptr<BluetoothBleAdvertiserData> scanResponse(data.ReadParcelable<BluetoothBleAdvertise… in StartAdvertisingInner()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_ble_advertiser_proxy.cpp75 …const BluetoothBleAdvertiserData &advData, const BluetoothBleAdvertiserData &scanResponse, int32_t… in StartAdvertising()
239 void BluetoothBleAdvertiserProxy::SetAdvertisingData(const BluetoothBleAdvertiserData &advData, in SetAdvertisingData()
240 const BluetoothBleAdvertiserData &scanResponse, int32_t advHandle) in SetAdvertisingData()