/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/ |
H A D | bluetooth_ble_advertiser_data.h | 23 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 D | bluetooth_ble_advertiser_data.cpp | 24 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 D | i_bluetooth_ble_advertiser.h | 36 const BluetoothBleAdvertiserData &advData, const BluetoothBleAdvertiserData &scanResponse, 43 virtual void SetAdvertisingData(const BluetoothBleAdvertiserData &advData, 44 const BluetoothBleAdvertiserData &scanResponse, int32_t advHandle) = 0;
|
H A D | i_bluetooth_ble_central_manager.h | 39 BluetoothBleAdvertiserData btAdvData; 40 BluetoothBleAdvertiserData btRespData;
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_ble_advertiser_server.h | 35 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 D | bluetooth_ble_advertiser_proxy.h | 33 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 D | bluetooth_ble_advertiser_server.cpp | 98 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 D | bluetooth_ble_advertiser.cpp | 38 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 D | bluetooth_ble_advertiser_proxy.cpp | 72 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 D | bluetooth_ble_advertiser_stub.cpp | 110 std::shared_ptr<BluetoothBleAdvertiserData> advData(data.ReadParcelable<BluetoothBleAdvertiserData>()); in StartAdvertisingInner() 115 std::shared_ptr<BluetoothBleAdvertiserData> scanResponse(data.ReadParcelable<BluetoothBleAdvertiserData>()); in StartAdvertisingInner()
|