Searched refs:BleScanFilterImpl (Results 1 - 10 of 10) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_ble_filter_matcher.h | 34 static MatchResult MatchesScanFilters(const std::vector<bluetooth::BleScanFilterImpl> &bleScanFilters, 36 static MatchResult MatchesScanFilter(const bluetooth::BleScanFilterImpl &filter, 38 static MatchResult MatchesAddress(const bluetooth::BleScanFilterImpl &filter, 40 static MatchResult MatchesName(const bluetooth::BleScanFilterImpl &filter, 42 static MatchResult MatchesServiceUuids(const bluetooth::BleScanFilterImpl &filter, 44 static MatchResult MatchesManufacturerDatas(const bluetooth::BleScanFilterImpl &filter, 46 static MatchResult MatchesServiceDatas(const bluetooth::BleScanFilterImpl &filter,
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_central_manager_impl.h | 78 int ConfigScanFilter(int32_t scannerId, const std::vector<BleScanFilterImpl> &filter); 399 bool CheckScanFilterConfig(const std::vector<BleScanFilterImpl> &filters); 400 void PushFilterToWaitList(BleScanFilterImpl filter, int scannerId, uint8_t action); 402 void AddBleScanFilter(BleScanFilterImpl filter); 403 void DeleteBleScanFilter(BleScanFilterImpl filter); 409 void BleScanFilterParamAddDeviceAddress(BleScanFilterParam &filterParam, BleScanFilterImpl filter); 410 void BleScanFilterParamAddName(BleScanFilterParam &filterParam, BleScanFilterImpl filter); 411 void BleScanFilterParamAddServiceUuid(BleScanFilterParam &filterParam, BleScanFilterImpl filter); 412 void BleScanFilterParamAddSolicitationUuid(BleScanFilterParam &filterParam, BleScanFilterImpl filter); 413 void BleScanFilterParamAddServiceData(BleScanFilterParam &filterParam, BleScanFilterImpl filte [all...] |
H A D | ble_central_manager_impl.cpp | 73 std::map<uint8_t, BleScanFilterImpl> filters_; 75 std::queue<BleScanFilterImpl> waitFilters_; 1229 int BleCentralManagerImpl::ConfigScanFilter(int32_t scannerId, const std::vector<BleScanFilterImpl> &filters) in ConfigScanFilter() 1239 BleScanFilterImpl filter; in ConfigScanFilter() 1259 bool BleCentralManagerImpl::CheckScanFilterConfig(const std::vector<BleScanFilterImpl> &filters) in CheckScanFilterConfig() 1295 void BleCentralManagerImpl::PushFilterToWaitList(BleScanFilterImpl filter, int scannerId, uint8_t action) in PushFilterToWaitList() 1317 BleScanFilterImpl filterImpl; in PushStartOrStopAction() 1329 BleScanFilterImpl waitFilter = pimpl->waitFilters_.front(); in HandleWaitFilters() 1362 std::map<uint8_t, BleScanFilterImpl> filters; in TryConfigScanFilter() 1365 BleScanFilterImpl filte in TryConfigScanFilter() [all...] |
H A D | ble_adapter.h | 135 int ConfigScanFilter(int32_t scannerId, const std::vector<BleScanFilterImpl> &filters) override;
|
H A D | ble_adapter.cpp | 1548 int BleAdapter::ConfigScanFilter(int32_t scannerId, const std::vector<BleScanFilterImpl> &filters) in ConfigScanFilter()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | ble_service_data.cpp | 110 void BleScanFilterImpl::SetDeviceId(const std::string &deviceId) in SetDeviceId() 115 std::string BleScanFilterImpl::GetDeviceId() const in GetDeviceId() 120 void BleScanFilterImpl::SetName(const std::string &name) in SetName() 125 std::string BleScanFilterImpl::GetName() const in GetName() 130 void BleScanFilterImpl::SetServiceUuid(const Uuid &serviceUuid) in SetServiceUuid() 136 bool BleScanFilterImpl::HasServiceUuid() const in HasServiceUuid() 141 Uuid BleScanFilterImpl::GetServiceUuid() const in GetServiceUuid() 146 void BleScanFilterImpl::SetServiceUuidMask(const Uuid &serviceUuidMask) in SetServiceUuidMask() 152 bool BleScanFilterImpl::HasServiceUuidMask() const in HasServiceUuidMask() 157 Uuid BleScanFilterImpl [all...] |
H A D | ble_service_data.h | 380 class BleScanFilterImpl { class 382 BleScanFilterImpl() {} in BleScanFilterImpl() function in OHOS::bluetooth::BleScanFilterImpl 383 ~BleScanFilterImpl() {} in ~BleScanFilterImpl() 1422 std::vector<BleScanFilterImpl> scanFliterImpls;
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_ble_filter_matcher.cpp | 22 const std::vector<bluetooth::BleScanFilterImpl> &bleScanFilters, in MatchesScanFilters() 39 const bluetooth::BleScanFilterImpl &filter, in MatchesScanFilter() 65 MatchResult BluetoothBleFilterMatcher::MatchesAddress(const bluetooth::BleScanFilterImpl &filter, in MatchesAddress() 82 MatchResult BluetoothBleFilterMatcher::MatchesName(const bluetooth::BleScanFilterImpl &filter, in MatchesName() 99 MatchResult BluetoothBleFilterMatcher::MatchesServiceUuids(const bluetooth::BleScanFilterImpl &filter, in MatchesServiceUuids() 133 MatchResult BluetoothBleFilterMatcher::MatchesManufacturerDatas(const bluetooth::BleScanFilterImpl &filter, in MatchesManufacturerDatas() 158 MatchResult BluetoothBleFilterMatcher::MatchesServiceDatas(const bluetooth::BleScanFilterImpl &filter, in MatchesServiceDatas()
|
H A D | bluetooth_ble_central_manager_server.cpp | 47 std::map<int32_t, std::vector<bluetooth::BleScanFilterImpl>> observersBleScanFilters_; 110 std::vector<bluetooth::BleScanFilterImpl> scanFilters_ = this->pimpl_-> 469 std::vector<BleScanFilterImpl> filterImpls {}; in ConfigScanFilterInner() 471 BleScanFilterImpl filterImpl; in ConfigScanFilterInner()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_adapter_ble.h | 441 virtual int ConfigScanFilter(int32_t scannerId, const std::vector<BleScanFilterImpl> &filters) = 0;
|
Completed in 12 milliseconds