GATT连接后如何与BLE设备配对

Posted

技术标签:

【中文标题】GATT连接后如何与BLE设备配对【英文标题】:How to do pairing with BLE device after GATT connection 【发布时间】:2016-08-21 13:45:55 【问题描述】:

GATT 连接后如何与 BLE 设备配对,因为我必须手动完成,然后才能从 BLE 设备获得响应。

bluetoothComponent.gatt = tempdevice.connectGatt(getApplicationContext(), false, 
                                                 bluetoothComponent.callbacknew);

请帮助,我在与BLE设备连接后如何与BLE设备配对。

【问题讨论】:

【参考方案1】:

可以根据您的要求通过https://developer.android.com/reference/android/bluetooth/BluetoothDevice.html#createBond() 完成 外设也可以启动配对。

【讨论】:

以上是关于GATT连接后如何与BLE设备配对的主要内容,如果未能解决你的问题,请参考以下文章

为啥在 xamarin 表单中写入操作后,我在 iOS 中获得 BLE 配对请求对话框?

Android BLE为啥首次连接蓝牙设备比较慢

如何使用 Ionic 与另一个 BLE 设备配对?

从连接的 BLE 设备的 GATT 服务器断开连接

如何从 C++ 代码扫描和连接广告 BLE 设备?

iOS 蓝牙BLE开发