Home
last modified time | relevance | path

Searched refs:BluetoothHidHostServer (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_hid_host_server.cpp54 struct BluetoothHidHostServer::impl {
99 BluetoothHidHostServer::impl *pimpl_ = nullptr;
102 BluetoothHidHostServer::impl::impl() in impl()
107 BluetoothHidHostServer::impl::~impl() in ~impl()
112 BluetoothHidHostServer::BluetoothHidHostServer() in BluetoothHidHostServer() function in OHOS::Bluetooth::BluetoothHidHostServer
126 BluetoothHidHostServer::~BluetoothHidHostServer() in ~BluetoothHidHostServer()
181 int32_t BluetoothHidHostServer::GetDevicesByStates( in GetDevicesByStates()
255 ErrCode BluetoothHidHostServer::HidHostVCUnplug(std::string &device, in HidHostVCUnplug()
272 ErrCode BluetoothHidHostServer::HidHostSendData(std::string &device, in HidHostSendData()
289 ErrCode BluetoothHidHostServer::HidHostSetReport(std::string &device, in HidHostSetReport()
[all …]
H A Dbluetooth_host_server.cpp674 sptr<BluetoothHidHostServer> hidHostServer = new BluetoothHidHostServer(); in createServers()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_hid_host_server.h33 class BluetoothHidHostServer : public BluetoothHidHostStub {
35 explicit BluetoothHidHostServer();
36 ~BluetoothHidHostServer() override;
86 BLUETOOTH_DISALLOW_COPY_AND_ASSIGN(BluetoothHidHostServer);