在android内核开发linux中使用蓝牙

发布于 2024-11-04 18:03:56 字数 239 浏览 3 评论 0原文

我想知道如果有人有有用的链接或可以提供建议,我如何使用 C/C++ 而不是 JAVA API 在 android 中使用蓝牙?

我找到了帖子,但我想知道我是否提供完整信息吗?

I want to know how can I work with Bluetooth in android using C/C++ not JAVA API if somebody have useful links or can give advice ?

I found this post but I want to know if i gives complete information ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

一绘本一梦想 2024-11-11 18:03:56

在我的研究过程中,我发现了这一点,现在我希望有人告诉我什么是 hciattachhcid 以及在哪里知道我如何在用户空间中工作

在此处输入图像描述

  • bluez:它提供“hcid”守护进程,负责所有相关的蓝牙服务
    dbus-daemon:hcid 和系统服务器之间的桥梁
  • D-Bus 是一种简单的进程间通信 (IPC) 系统,用于软件应用程序相互通信。
  • 调试实用程序:d-feet(dbus UI 调试器)、dbus-monitor(打印消息总线消息的调试探针)、dbus-send(向消息总线发送消息)
  • bluez dbus API 文档:/mydroid/external/bluez/ utils/hcid/dbus-api.txt
  • 一个示例如下

这是 文章给出了所有答案!

During my research I found this, and now I want somebody tell me what is hciattach, hcid and where to know how can I work in Userspace

enter image description here

  • bluez: it provides 'hcid' daemon and it's responsible for all related bluetooth services
    dbus-daemon: the bridge between hcid and system server
  • D-Bus is a simple inter-process communication (IPC) system for software applications to communicate with one another.
  • debug utility: d-feet (a dbus UI debugger ), dbus-monitor (debug probe to print message bus messages), dbus-send (Send a message to a message bus)
  • bluez dbus API document: /mydroid/external/bluez/utils/hcid/dbus-api.txt
  • one example as below

Here is article that gives all answers !

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