BabyBluetooth icon indicating copy to clipboard operation
BabyBluetooth copied to clipboard

每次要提示配对对话框?

Open BadDeveloper2022 opened this issue 7 years ago • 3 comments

每次连接的时候,弹出系统的“配对”对话框。怎么处理? _baby.having(self.peripheral).then.connectToPeripherals().discoverServices().discoverCharacteristics().readValueForCharacteristic().discoverDescriptorsForCharacteristic().readValueForDescriptors().begin();

BadDeveloper2022 avatar Jul 14 '17 11:07 BadDeveloper2022

外设的问题,让外设不要发送授权不足来拒绝你的连接

XanderXu avatar Apr 04 '18 03:04 XanderXu

用原生写连接外设就不会出现弹框。用BabyBlueTooth就会出现配对弹框,也是这个原因吗??

xiaobeifeng avatar Aug 23 '18 06:08 xiaobeifeng

弹“配对”对话框是外围设备的一个属性设置,与中央设备的代码或处理没有关系。

yinanwang1 avatar Jun 27 '19 09:06 yinanwang1