通过Eclipse查看内置Android应用程序的调用堆栈?

发布于 2024-10-28 12:26:06 字数 174 浏览 1 评论 0原文

我正在尝试查看 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

葬心 2024-11-04 12:26:06

您只能调试可调试设置为<的应用程序代码> true。

You can only debug applications that have debuggable set to true.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文