This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
我现在有一个这样的需求:
Peripheral端为cc2540
Central端为手机(Android或iPhone) Peripheral端开启配对前发送的广播只有我的手机端的应用程序可以扫描到,需要阻止其他的手机端应用程序或其他Central端的扫描,请问可以做到吗?
如果可以做到,在Peripheral端和Central端分别需要做哪些工作?
Hi qing,
Peripheral的广播无法做到只让指定central设备收到.
你能做的可能就是在和装有你的App的手机建立一次连接之后, 让peripheral在后来的广播时候发送directed advertising包, 这种包带central的地址, 只允许这个central来建立连接.
好,多谢!