Home
last modified time | relevance | path

Searched refs:BleScanSettingsImpl (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_service_data.cpp34 void BleScanSettingsImpl::SetReportDelay(long reportDelayMillis) in SetReportDelay()
45 long BleScanSettingsImpl::GetReportDelayMillisValue() const in GetReportDelayMillisValue()
50 void BleScanSettingsImpl::SetScanMode(int scanMode) in SetScanMode()
55 int BleScanSettingsImpl::GetScanMode() const in GetScanMode()
60 void BleScanSettingsImpl::SetLegacy(bool legacy) in SetLegacy()
65 bool BleScanSettingsImpl::GetLegacy() const in GetLegacy()
70 void BleScanSettingsImpl::SetPhy(int phy) in SetPhy()
75 int BleScanSettingsImpl::GetPhy() const in GetPhy()
80 void BleScanSettingsImpl::SetCallbackType(uint8_t callbackType) in SetCallbackType()
85 uint8_t BleScanSettingsImpl
[all...]
H A Dble_service_data.h57 class BleScanSettingsImpl { class
64 BleScanSettingsImpl(){}; in BleScanSettingsImpl() function in OHOS::bluetooth::BleScanSettingsImpl
71 ~BleScanSettingsImpl(){}; in ~BleScanSettingsImpl()
185 bool operator == (const BleScanSettingsImpl &rhs) const in operator ==()
1421 BleScanSettingsImpl scanSettingImpl;
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter_ble.h425 virtual void StartScan(const BleScanSettingsImpl &setting) const = 0;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_adapter.h133 void StartScan(const BleScanSettingsImpl &setting) const override;
H A Dble_central_manager_impl.h60 void StartScan(const BleScanSettingsImpl &setting) const;
H A Dble_central_manager_impl.cpp65 BleScanSettingsImpl settings_ {};
677 void BleCentralManagerImpl::StartScan(const BleScanSettingsImpl &setting) const in StartScan()
H A Dble_adapter.cpp1528 void BleAdapter::StartScan(const BleScanSettingsImpl &setting) const in StartScan()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_central_manager_server.cpp57 BleScanSettingsImpl scanSettingImpl_;

Completed in 11 milliseconds