简体   繁体   中英

How to cause an Android Peripheral to initiate pairing a Bluetooth Low Energy connection?

When developing an Android app that acts in the Peripheral role, how can the app initiate pairing / the connection to be bonded? (eg in the Central role can call createBond() )

从BluetoothGattServer 连接到BluetoothDevice:

server.connect(device,false)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM