Home
last modified time | relevance | path

Searched refs:BleScanResult (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_ble_central_manager_callback.h33 void OnScanCallback(const BleScanResult &result) override;
34 void OnFoundOrLostCallback(const BleScanResult &result, uint8_t callbackType) override {};
35 void OnBleBatchScanResultsEvent(const std::vector<BleScanResult> &results) override;
42 void UvQueueWorkOnScanCallback(uv_work_t *work, std::shared_ptr<BleScanResult> &result);
43 void UvQueueWorkOnBleBatchScanResultsEvent(uv_work_t *work, const std::vector<BleScanResult> &results);
H A Dnapi_bluetooth_ble_utils.h103 NapiNativeBleScanResult(const BleScanResult &scanResult) : scanResult_(scanResult) {} in NapiNativeBleScanResult()
108 BleScanResult scanResult_;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_central_manager.cpp51 BleScanResult scanResult;
89 std::vector<BleScanResult> scanResults;
91 BleScanResult scanResult;
531 BleScanResult::BleScanResult() in BleScanResult() function in OHOS::Bluetooth::BleScanResult
534 BleScanResult::~BleScanResult() in ~BleScanResult()
537 std::vector<UUID> BleScanResult::GetServiceUuids() const in GetServiceUuids()
542 std::map<uint16_t, std::string> BleScanResult::GetManufacturerData() const in GetManufacturerData()
547 std::map<UUID, std::string> BleScanResult
[all...]
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_ble_central_manager_callback.cpp36 std::shared_ptr<BleScanResult> result;
39 void ConvertScanResult(const std::vector<BleScanResult> &results, const napi_env &env, napi_value &scanResultArray, in ConvertScanResult()
125 std::vector<BleScanResult> scanResults; in AfterWorkCallbackToSysBLEDeviceFound()
140 void SysOnScanCallBack(sysBLEMap &observers, const BleScanResult &result) in SysOnScanCallBack()
165 data->result = std::make_shared<BleScanResult>(result); in SysOnScanCallBack()
182 static void OnSysScanCallback(const BleScanResult &result, const std::string &type) in OnSysScanCallback()
192 void NapiBluetoothBleCentralManagerCallback::OnScanCallback(const BleScanResult &result) in OnScanCallback()
203 uv_work_t *work, const std::vector<BleScanResult> &results) in UvQueueWorkOnBleBatchScanResultsEvent()
213 std::vector<BleScanResult>> *)work->data; in UvQueueWorkOnBleBatchScanResultsEvent()
229 void NapiBluetoothBleCentralManagerCallback::OnBleBatchScanResultsEvent(const std::vector<BleScanResult>
[all...]
/foundation/communication/bluetooth_service/test/unittest/ble/
H A Dble_test.h69 void OnScanCallback(const Bluetooth::BleScanResult &result) in OnScanCallback()
71 void OnFoundOrLostCallback(const BleScanResult &result, uint8_t callbackType) in OnFoundOrLostCallback()
73 void OnBleBatchScanResultsEvent(const std::vector<Bluetooth::BleScanResult> &results) in OnBleBatchScanResultsEvent()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_ble_central_manager.h48 class BLUETOOTH_API BleScanResult { class
51 * @brief A constructor used to create a <b>BleScanResult</b> instance.
55 BleScanResult();
58 * @brief A destructor used to delete the <b>BleScanResult</b> instance.
62 ~BleScanResult();
233 virtual void OnScanCallback(const BleScanResult &result) = 0;
242 virtual void OnFoundOrLostCallback(const BleScanResult &result, uint8_t callbackType) = 0;
250 virtual void OnBleBatchScanResultsEvent(const std::vector<BleScanResult> &results) = 0;
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt.cpp82 void OnScanCallback(const BleScanResult &result) override
128 void OnFoundOrLostCallback(const BleScanResult &result, uint8_t callbackType) override {};
136 void OnBleBatchScanResultsEvent(const std::vector<BleScanResult> &results) override {}

Completed in 6 milliseconds