Home
last modified time | relevance | path

Searched refs:BluetoothBleAdvertiserData (Results 1 - 10 of 10) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_ble_advertiser_data.h23 class BluetoothBleAdvertiserData : public Parcelable, public bluetooth::AdvertiserData { class
25 explicit BluetoothBleAdvertiserData() = default;
26 explicit BluetoothBleAdvertiserData(const bluetooth::AdvertiserData &other) : bluetooth::AdvertiserData(other) in BluetoothBleAdvertiserData() function in OHOS::Bluetooth::BluetoothBleAdvertiserData
28 explicit BluetoothBleAdvertiserData(const BluetoothBleAdvertiserData &other) : bluetooth::AdvertiserData(other) in BluetoothBleAdvertiserData() function in OHOS::Bluetooth::BluetoothBleAdvertiserData
30 BluetoothBleAdvertiserData& operator=(const bluetooth::AdvertiserData &other) = delete;
31 BluetoothBleAdvertiserData& operator=(const BluetoothBleAdvertiserData &other) = delete;
32 ~BluetoothBleAdvertiserData() override = default;
36 static BluetoothBleAdvertiserData *Unmarshallin
[all...]
H A Dbluetooth_ble_advertiser_data.cpp24 bool BluetoothBleAdvertiserData::Marshalling(Parcel &parcel) const in Marshalling()
50 bool BluetoothBleAdvertiserData::WriteToParcel(Parcel &parcel) in WriteToParcel()
55 BluetoothBleAdvertiserData *BluetoothBleAdvertiserData::Unmarshalling(Parcel &parcel) in Unmarshalling()
57 BluetoothBleAdvertiserData *advertiserData = new BluetoothBleAdvertiserData(); in Unmarshalling()
65 bool BluetoothBleAdvertiserData::ReadFromParcel(Parcel &parcel) in ReadFromParcel()
91 bool BluetoothBleAdvertiserData::WriteServiceUuids(Parcel &parcel) const in WriteServiceUuids()
108 bool BluetoothBleAdvertiserData::ReadServiceUuids(std::vector<Uuid> &serviceUuids, Parcel &parcel) in ReadServiceUuids()
127 bool BluetoothBleAdvertiserData
[all...]
/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;
/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;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_ble_advertiser_proxy.h33 int StartAdvertising(const BluetoothBleAdvertiserSettings &settings, const BluetoothBleAdvertiserData &advData,
34 const BluetoothBleAdvertiserData &scanResponse, int32_t advHandle, uint16_t duration, bool isRawData) override;
40 void SetAdvertisingData(const BluetoothBleAdvertiserData &advData,
41 const BluetoothBleAdvertiserData &scanResponse, int32_t advHandle) override;
/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 advHandle, in StartAdvertising()
306 void BluetoothBleAdvertiserServer::SetAdvertisingData(const BluetoothBleAdvertiserData &advData, in SetAdvertisingData()
307 const BluetoothBleAdvertiserData &scanResponse, int32_t advHandle) in SetAdvertisingData()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_advertiser.cpp38 void ConvertBleAdvertiserData(const BleAdvertiserData &data, BluetoothBleAdvertiserData &outData);
39 uint32_t GetAdvertiserTotalBytes(const BluetoothBleAdvertiserData &data, bool isFlagsIncluded);
42 const BluetoothBleAdvertiserData &advData, const BluetoothBleAdvertiserData &scanResponse);
214 void BleAdvertiser::impl::ConvertBleAdvertiserData(const BleAdvertiserData &data, BluetoothBleAdvertiserData &outData) in ConvertBleAdvertiserData()
232 uint32_t BleAdvertiser::impl::GetAdvertiserTotalBytes(const BluetoothBleAdvertiserData &data, bool isFlagsIncluded) in GetAdvertiserTotalBytes()
292 const BluetoothBleAdvertiserData &advData, const BluetoothBleAdvertiserData &scanResponse) in CheckAdvertiserData()
335 BluetoothBleAdvertiserData bleAdvertiserData; in StartAdvertising()
336 BluetoothBleAdvertiserData bleScanRespons in StartAdvertising()
[all...]
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_ble_advertiser_proxy.cpp72 const BluetoothBleAdvertiserData &advData, const BluetoothBleAdvertiserData &scanResponse, int32_t advHandle, in StartAdvertising()
236 void BluetoothBleAdvertiserProxy::SetAdvertisingData(const BluetoothBleAdvertiserData &advData, in SetAdvertisingData()
237 const BluetoothBleAdvertiserData &scanResponse, int32_t advHandle) in SetAdvertisingData()
/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<BluetoothBleAdvertiserData>()); in StartAdvertisingInner()

Completed in 4 milliseconds