使用 Bluez 的代码示例 HID 客户端
我正在拼命寻找一些 C 示例源代码,描述如何使用 Bluez 实现 HID 客户端。更具体地说,我想知道如何编写一个应用程序,通过蓝牙将键盘输入发送到另一个 Linux 系统。 (实际上,接收器运行 Linux/Bluez 的事实并不重要。)
-干杯
I'm desperately looking for some C sample source code that describes how to implement a HID client using Bluez. More specifically, I would like to know how to write an application that sends keyboard inputs over bluetooth to another Linux system. (Really, the fact that the receiver is running Linux/Bluez shouldn't matter.)
-Cheers
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
hidclient http://anselm.hoffmeister.be/computer/hidclient/index.html。嗯?
hidclient http://anselm.hoffmeister.be/computer/hidclient/index.html.en ?
无耻地从以前的我的回答:
Shamelessly copying from a previous answer of mine:
这里是适用于键盘和鼠标的完整示例,包括获取报告设置报告虚拟拔出功能。客户端隐藏是从属端...
http://fatalfeel.blogspot.tw/2013/09/hid -client-of-bluez.html
你可以参考bluez/android/hidhost.c(Master端)看看如何连接到slave
Here is full example apply to keyboard and mouse include get report set report virtual unplug function. the client hid is slave side...
http://fatalfeel.blogspot.tw/2013/09/hid-client-of-bluez.html
and you can refer to bluez/android/hidhost.c(Master side) see how to connect to slave