标签: android bluetooth bluetooth-lowenergy android-bluetooth
我们正在开发类似外设的Android设备,我们需要桌面应用程序通过BLE 连接到我们的Android设备。我读过android BLE docs我无法想象我们是否与BLE设备“配对”?用户或代码是否必须通过PIN才能连接BLE外设:
mBluetoothGatt = device.connectGatt(this, false, mGattCallback);
PS。我知道从Android 5.0开始支持BLE设备的外围角色