匿名
未登录
登录
百问网嵌入式Linux wiki
搜索
查看“How to scan Bluetooth devices”的源代码
来自百问网嵌入式Linux wiki
名字空间
页面
讨论
更多
更多
页面选项
Read
查看源代码
历史
←
如何扫描蓝牙设备
因为以下原因,您没有权限编辑本页:
您所请求的操作仅限于该用户组的用户使用:
用户
您可以查看与复制此页面的源代码。
{{DISPLAYTITLE:如何扫描蓝牙设备}} =如何扫描蓝牙设备= ==扫描可用的蓝牙设备== <syntaxhighlight lang="bash"> Board $> hcitool scan Scanning ... A0:AF:BD:3B:26:61 lmecxl0923 B0:55:08:40:33:84 HUAWEI P8 lite 2017 </syntaxhighlight> ==将设备设置为可见== : 设置我们的蓝牙设备对其他蓝牙设备的可见性。 :: 启用可见性: <syntaxhighlight lang="bash"> Board $> hciconfig hciX piscan </syntaxhighlight> : (hciX对应于可用的蓝牙硬件:hci0) :: 禁用可见性: <syntaxhighlight lang="bash"> Board $> hciconfig hciX noscan </syntaxhighlight> : (hciX对应于可用的蓝牙硬件:hci0) ==如何通过蓝牙/系统扫描== : Systemd 提供了用于蓝牙管理的工具:bluetoothctl。 : 使用蓝牙进行扫描、配对和连接的示例会话过程: <syntaxhighlight lang="bash"> Board $> bluetoothctl [NEW] Controller 43:43:A1:12:1F:AC stm32mp1 [default] Agent registered [bluetooth]# power on Changing power on succeeded [CHG] Controller 43:43:A1:12:1F:AC Powered: yes [bluetooth]# agent on Agent is already registered [bluetooth]# default-agent Default agent request successful [bluetooth]# scan on Discovery started [CHG] Controller 43:43:A1:12:1F:AC Discovering: yes [NEW] Device D8:DB:36:D1:39:88 STM ... [bluetooth]# scan off [CHG] Controller 43:43:A1:12:1F:AC Discovering: no Discovery stopped [bluetooth]#pair D8:DB:36:D1:39:88 Pairing successful [bluetooth]# connect D8:DB:36:D1:39:88 Connection successful [STM]# quit Agent unregistered [DEL] Controller 43:43:A1:12:1F:AC stm32mp1 [default] </syntaxhighlight> [[Category:Linux_Operating_System]] [[Category:Networking]] [[Category:Bluetooth]]
返回至
如何扫描蓝牙设备
。
导航
导航
WIKI首页
官方店铺
资料下载
交流社区
所有页面
所有产品
MPU-Linux开发板
MCU-单片机开发板
Linux开发系列视频
单片机开发系列视频
所有模块配件
Wiki工具
Wiki工具
特殊页面
页面工具
页面工具
用户页面工具
更多
链入页面
相关更改
页面信息
页面日志