/ohos5.0/foundation/communication/dsoftbus/tests/adapter/broadcast/ |
H A D | softbus_ble_utils_test.cpp | 196 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 D | softbus_ble_utils.h | 42 int GetBtScanMode(uint16_t scanInterval, uint16_t scanWindow);
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/ |
H A D | interface_adapter_classic.h | 267 virtual int GetBtScanMode() const = 0;
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_host.h | 584 int GetBtScanMode(int32_t &scanMode) const;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_host_proxy.h | 54 int32_t GetBtScanMode(int32_t &scanMode) override;
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_host.h | 79 virtual int32_t GetBtScanMode(int32_t &scanMode) = 0;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_host_server.h | 77 int32_t GetBtScanMode(int32_t &scanMode) override;
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/ |
H A D | classic_adapter.h | 355 int GetBtScanMode() const override;
|
H A D | classic_adapter.cpp | 374 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 D | generic_access_service.cpp | 180 auto mode = adapterClassic->GetBtScanMode(); in RegisterService()
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/ |
H A D | softbus_ble_gatt.c | 669 scanConfig.scanMode = GetBtScanMode(param->scanInterval, param->scanWindow); in SoftbusStartScan() 755 …scanConfig.scanMode = GetBtScanMode(scanParam->scanParam.scanInterval, scanParam->scanParam.scanWi… in SoftbusSetLpParam()
|
H A D | softbus_ble_utils.c | 342 int GetBtScanMode(uint16_t scanInterval, uint16_t scanWindow) in GetBtScanMode() function
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_host.cpp | 967 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 D | bluetooth_host_server.cpp | 1055 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 D | napi_bluetooth_connection.cpp | 350 int32_t err = host->GetBtScanMode(scanMode); in GetBluetoothScanMode()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_host_proxy.cpp | 439 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 D | bluetooth_host_stub.cpp | 534 int32_t result = GetBtScanMode(scanMode); in GetBtScanModeInner()
|