Home
last modified time | relevance | path

Searched refs:SetFastScan (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gap.cpp509 bool SetFastScan(bool isEnable) in SetFastScan() function
516 int ret = g_BluetoothHost->SetFastScan(isEnable); in SetFastScan()
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gap.h187 bool SetFastScan(bool isEnable);
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_host.h737 int SetFastScan(bool isEnable);
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h98 int32_t SetFastScan(bool isEnable) override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h123 virtual int32_t SetFastScan(bool isEnable) = 0;
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h120 int32_t SetFastScan(bool isEnable) override;
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host.cpp1138 int BluetoothHost::SetFastScan(bool isEnable) in SetFastScan() function in OHOS::Bluetooth::BluetoothHost
1146 return proxy->SetFastScan(isEnable); in SetFastScan()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp1509 int32_t BluetoothHostProxy::SetFastScan(bool isEnable) in SetFastScan() function in OHOS::Bluetooth::BluetoothHostProxy
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp1807 int32_t BluetoothHostServer::SetFastScan(bool isEnable) in SetFastScan() function in OHOS::Bluetooth::BluetoothHostServer