Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的参考板上,我使用的是 Android Jelly Bean 4.1.1。我想从命令行使用蓝牙。我知道启用/禁用蓝牙、扫描设备等命令,但我不知道如何从命令行与扫描的设备配对。Android Jelly Bean 4.1.1 正在为蓝牙使用 Bluez 堆栈。谁能帮助我,这样我就可以从命令行将我的板与其他蓝牙设备配对。谢谢。
这对我来说就像一个魅力,当然它需要超级用户权限:)
# hcitool cc <target-bdaddr>; hcitool auth <target-bdaddr>
礼貌