Home
last modified time | relevance | path

Searched refs:GetBtScanMode (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dsoftbus_ble_utils_test.cpp196 HWTEST(SoftbusBleUtilsTest, GetBtScanMode, TestSize.Level3)
198 int scanMode = GetBtScanMode(SOFTBUS_BC_SCAN_INTERVAL_P2, SOFTBUS_BC_SCAN_WINDOW_P2);
201 scanMode = GetBtScanMode(SOFTBUS_BC_SCAN_INTERVAL_P10, SOFTBUS_BC_SCAN_WINDOW_P10);
204 scanMode = GetBtScanMode(SOFTBUS_BC_SCAN_INTERVAL_P25, SOFTBUS_BC_SCAN_WINDOW_P25);
207 scanMode = GetBtScanMode(SOFTBUS_BC_SCAN_INTERVAL_P100, SOFTBUS_BC_SCAN_WINDOW_P100);
210 scanMode = GetBtScanMode(SOFTBUS_BC_SCAN_INTERVAL_P2, SOFTBUS_BC_SCAN_WINDOW_P100);
213 scanMode = GetBtScanMode(SOFTBUS_BC_SCAN_INTERVAL_P2_FAST, SOFTBUS_BC_SCAN_WINDOW_P2_FAST);
216 scanMode = GetBtScanMode(SOFTBUS_BC_SCAN_INTERVAL_P2_FAST, SOFTBUS_BC_SCAN_WINDOW_P100);
219 scanMode = GetBtScanMode(SOFTBUS_BC_SCAN_INTERVAL_P10, SOFTBUS_BC_SCAN_WINDOW_P100);
222 scanMode = GetBtScanMode(SOFTBUS_BC_SCAN_INTERVAL_P25, SOFTBUS_BC_SCAN_WINDOW_P100);
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/include/
H A Dsoftbus_ble_utils.h42 int GetBtScanMode(uint16_t scanInterval, uint16_t scanWindow);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter_classic.h267 virtual int GetBtScanMode() const = 0;
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_host.h584 int GetBtScanMode(int32_t &scanMode) const;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h54 int32_t GetBtScanMode(int32_t &scanMode) override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h79 virtual int32_t GetBtScanMode(int32_t &scanMode) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h77 int32_t GetBtScanMode(int32_t &scanMode) override;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.h355 int GetBtScanMode() const override;
H A Dclassic_adapter.cpp374 int ClassicAdapter::GetBtScanMode() const in GetBtScanMode() function in OHOS::bluetooth::ClassicAdapter
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gas/
H A Dgeneric_access_service.cpp180 auto mode = adapterClassic->GetBtScanMode(); in RegisterService()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/
H A Dsoftbus_ble_gatt.c669 scanConfig.scanMode = GetBtScanMode(param->scanInterval, param->scanWindow); in SoftbusStartScan()
755 …scanConfig.scanMode = GetBtScanMode(scanParam->scanParam.scanInterval, scanParam->scanParam.scanWi… in SoftbusSetLpParam()
H A Dsoftbus_ble_utils.c342 int GetBtScanMode(uint16_t scanInterval, uint16_t scanWindow) in GetBtScanMode() function
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host.cpp967 int BluetoothHost::GetBtScanMode(int32_t &scanMode) const in GetBtScanMode() function in OHOS::Bluetooth::BluetoothHost
975 return proxy->GetBtScanMode(scanMode); in GetBtScanMode()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp1055 int32_t BluetoothHostServer::GetBtScanMode(int32_t &scanMode) in GetBtScanMode() function in OHOS::Bluetooth::BluetoothHostServer
1064 scanMode = classicService->GetBtScanMode(); in GetBtScanMode()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection.cpp350 int32_t err = host->GetBtScanMode(scanMode); in GetBluetoothScanMode()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp439 int32_t BluetoothHostProxy::GetBtScanMode(int32_t &scanMode) in GetBtScanMode() function in OHOS::Bluetooth::BluetoothHostProxy
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_host_stub.cpp534 int32_t result = GetBtScanMode(scanMode); in GetBtScanModeInner()