问题描述
默认情况下,所有智能手机都运行蓝牙主模式,因此它们可以连接到多个设备.对于我的项目,我需要将android智能手机的蓝牙角色更改为"Slave".这是必需的,以便另一个主机(智能手机)可以连接到它.问题是我们可以将手机上的BT角色从主机更改为从机吗?可以通过应用程序完成此更改,还是将固件/ROM级别更改为是否进行过任何类似的实施.
By default all smartphones operate Bluetooth master mode so they can connect to several devices. For my project, I have a requirement to change Bluetooth role of the android smartphone to "Slave". This is needed so another master (Smartphone) could connect to it. The question isCan we change the BT role on a phone from master to slave?Can this change be done by an app or would this be a firmware / ROM level changeHas any similar implementation been done.
任何帮助/建议表示赞赏
Any help / advise appreciated
推荐答案
是的,您可以将Android设备设置为从设备,可以使用 nRF Connect 应用程序.启动应用后,您将在顶部拥有三个标签,分别是扫描仪,绑定和广告商.只需选择广告商,然后添加您的显示名称以及广告记录即可.
Yes you can set your Android device to be a slave, you can use the nRF Connect app for this. As soon as you launch the app, you'll have three tabs at the top, namely Scanner, Bonded, and Advertiser. Simply select Advertiser and add your Display name as well as Advertising Record if you want to.
我希望这会有所帮助.
这篇关于我们可以将android智能手机蓝牙角色更改为奴隶吗的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!