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设备配对的主要内容,如果未能解决你的问题,请参考以下文章