Home
last modified time | relevance | path

Searched refs:SetFastScanLevel (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_host.h803 int SetFastScanLevel(int level);
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host.h138 virtual int32_t SetFastScanLevel(int level) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_host_server.h134 int32_t SetFastScanLevel(int level) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_host_proxy.h113 int32_t SetFastScanLevel(int level) override;
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host.cpp1191 int BluetoothHost::SetFastScanLevel(int level) in SetFastScanLevel() function in OHOS::Bluetooth::BluetoothHost
1196 return proxy->SetFastScanLevel(level); in SetFastScanLevel()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp1746 int32_t BluetoothHostProxy::SetFastScanLevel(int level) in SetFastScanLevel() function in OHOS::Bluetooth::BluetoothHostProxy
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp1856 int32_t BluetoothHostServer::SetFastScanLevel(int level) in SetFastScanLevel() function in OHOS::Bluetooth::BluetoothHostServer

Completed in 11 milliseconds