Home
last modified time | relevance | path

Searched refs:BleScanConfigs (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/test/unittest/gatt_c/
H A Dgatt_c_test.cpp56 BleScanConfigs configs;
76 BleScanConfigs configs;
99 BleScanConfigs configs;
155 BleScanConfigs configs;
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt.h410 } BleScanConfigs; typedef
492 BleScanConfigs *scanConfig;
848 int BleStartScanEx(int32_t scannerId, const BleScanConfigs *configs, const BleScanNativeFilter *fil…
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dbluetooth_mock.h43 virtual int BleStartScanEx(int scannerId, BleScanConfigs *configs, BleScanNativeFilter *filter,
96 …(int scannerId, BleScanConfigs * configs, BleScanNativeFilter *filter, unsigned int filterSize), (…
H A Dbluetooth_mock.cpp104 int BleStartScanEx(int scannerId, BleScanConfigs *configs, BleScanNativeFilter *filter, unsigned in… in BleStartScanEx()
/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/ble/bluetooth_mock/
H A Dbluetooth_mock.h49 …virtual int32_t BleStartScanEx(int32_t scannerId, const BleScanConfigs *configs, const BleScanNati…
93 MOCK_METHOD(int32_t, BleStartScanEx, (int32_t scannerId, const BleScanConfigs *configs,
H A Dbluetooth_mock.cpp452 int32_t BleStartScanEx(int32_t scannerId, const BleScanConfigs *configs, const BleScanNativeFilter … in BleStartScanEx()
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dbluetooth_mock.h45 …virtual int BleStartScanEx(int32_t scannerId, const BleScanConfigs *configs, const BleScanNativeFi…
108 MOCK_METHOD(int, BleStartScanEx, (int32_t scannerId, const BleScanConfigs *configs,
H A Dbluetooth_mock.cpp133 int BleStartScanEx(int32_t scannerId, const BleScanConfigs *configs, const BleScanNativeFilter *fil… in BleStartScanEx()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/
H A Dsoftbus_ble_gatt.c668 BleScanConfigs scanConfig = {}; in SoftbusStartScan()
754 BleScanConfigs scanConfig = {}; in SoftbusSetLpParam()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt.cpp923 int BleStartScanEx(int32_t scannerId, const BleScanConfigs *configs, const BleScanNativeFilter *fil… in BleStartScanEx()