Home
last modified time | relevance | path

Searched refs:GetBtScanMode (Results 1 - 18 of 18) sorted by relevance

/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dsoftbus_ble_utils_test.cpp196 HWTEST(SoftbusBleUtilsTest, GetBtScanMode, TestSize.Level3) in HWTEST()
198 int32_t scanMode = GetBtScanMode(SOFTBUS_BC_SCAN_INTERVAL_P2, SOFTBUS_BC_SCAN_WINDOW_P2); in HWTEST()
201 scanMode = GetBtScanMode(SOFTBUS_BC_SCAN_INTERVAL_P10, SOFTBUS_BC_SCAN_WINDOW_P10); in HWTEST()
204 scanMode = GetBtScanMode(SOFTBUS_BC_SCAN_INTERVAL_P25, SOFTBUS_BC_SCAN_WINDOW_P25); in HWTEST()
207 scanMode = GetBtScanMode(SOFTBUS_BC_SCAN_INTERVAL_P100, SOFTBUS_BC_SCAN_WINDOW_P100); in HWTEST()
210 scanMode = GetBtScanMode(SOFTBUS_BC_SCAN_INTERVAL_P2, SOFTBUS_BC_SCAN_WINDOW_P100); in HWTEST()
213 scanMode = GetBtScanMode(SOFTBUS_BC_SCAN_INTERVAL_P2_FAST, SOFTBUS_BC_SCAN_WINDOW_P2_FAST); in HWTEST()
216 scanMode = GetBtScanMode(SOFTBUS_BC_SCAN_INTERVAL_P2_FAST, SOFTBUS_BC_SCAN_WINDOW_P100); in HWTEST()
219 scanMode = GetBtScanMode(SOFTBUS_BC_SCAN_INTERVAL_P10, SOFTBUS_BC_SCAN_WINDOW_P100); in HWTEST()
222 scanMode = GetBtScanMode(SOFTBUS_BC_SCAN_INTERVAL_P2 in HWTEST()
[all...]
/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);
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter_classic.h267 virtual int GetBtScanMode() const = 0;
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_host.h565 int GetBtScanMode(int32_t &scanMode) const;
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h81 virtual int32_t GetBtScanMode(int32_t &scanMode) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h77 int32_t GetBtScanMode(int32_t &scanMode) override;
/foundation/communication/bluetooth/frameworks/cj/connection/src/
H A Dbluetooth_connection_impl.cpp199 *errCode = host->GetBtScanMode(scanMode); in GetBluetoothScanMode()
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h56 int32_t GetBtScanMode(int32_t &scanMode) override;
/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
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gas/
H A Dgeneric_access_service.cpp180 auto mode = adapterClassic->GetBtScanMode(); in RegisterService()
/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()
/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.scanWindow); in SoftbusSetLpParam()
H A Dsoftbus_ble_utils.c355 int GetBtScanMode(uint16_t scanInterval, uint16_t scanWindow) in GetBtScanMode() function
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp1034 int32_t BluetoothHostServer::GetBtScanMode(int32_t &scanMode) in GetBtScanMode() function in OHOS::Bluetooth::BluetoothHostServer
1043 scanMode = classicService->GetBtScanMode(); in GetBtScanMode()
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection.cpp381 int32_t err = host->GetBtScanMode(scanMode); in GetBluetoothScanMode()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp470 int32_t BluetoothHostProxy::GetBtScanMode(int32_t &scanMode) in GetBtScanMode() function in OHOS::Bluetooth::BluetoothHostProxy
474 HILOGE("BluetoothHostProxy::GetBtScanMode WriteInterfaceToken error"); in GetBtScanMode()
481 HILOGE("BluetoothHostProxy::GetBtScanMode done fail, error: %{public}d", error); in GetBtScanMode()
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_host_stub.cpp568 int32_t result = GetBtScanMode(scanMode); in GetBtScanModeInner()

Completed in 27 milliseconds