通过Eclipse查看内置Android应用程序的调用堆栈?
我正在尝试查看 Android 蓝牙设置/设置应用程序的调用堆栈。
Android 3.0 能够与蓝牙键盘配对,但 SDK 未公开此功能。据我了解,键盘使用 HID 配置文件,需要 L2CAP 插槽。 SDK 仅公开一个 RFCOMM 套接字。
我想了解内置蓝牙设置应用程序如何连接到 HID 设备。
I am trying view the call stack of the Android bluetooth settings/setup app.
Android 3.0 is able to pair with a bluetooth keyboard however the SDK does not expose this functionality. From what I understand, the keyboard uses the HID profile which requires an L2CAP socket. The SDK only exposes an RFCOMM socket.
I want to see what the built-in bluetooth setup app is doing to connect to a HID device.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您只能调试可调试设置为<的应用程序代码> true。
You can only debug applications that have debuggable set to
true
.