首页 文章

如何让Android外围设备启动蓝牙低功耗连接配对?

提问于
浏览
1

在开发一个支持Peripheral角色的Android应用程序时,应用程序如何启动配对/连接? (例如在Central角色中可以调用createBond()

1 回答

  • 0

    Connect从BluetoothGattServer到BluetoothDevice:

    server.connect(device,false)
    

相关问题