Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/mercurial/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android 与无引脚的BLE外设配对?_Android_Bluetooth_Bluetooth Lowenergy_Android Bluetooth - Fatal编程技术网

Android 与无引脚的BLE外设配对?

Android 与无引脚的BLE外设配对?,android,bluetooth,bluetooth-lowenergy,android-bluetooth,Android,Bluetooth,Bluetooth Lowenergy,Android Bluetooth,我们正在开发一款类似于外设的android设备,我们需要桌面应用程序通过BLE连接到我们的android设备。我读过,我想不出我们的设备是否与BLE设备“配对”?用户或代码是否必须通过PIN才能连接BLE外围设备: mBluetoothGatt = device.connectGatt(this, false, mGattCallback); 另外,我知道启动Android 5.0时支持BLE设备的外围设备角色谷歌快速搜索“pin与BLE配对”给出:你能指出在Android API(外围设备模

我们正在开发一款类似于外设的android设备,我们需要桌面应用程序通过BLE连接到我们的android设备。我读过,我想不出我们的设备是否与BLE设备“配对”?用户或代码是否必须通过PIN才能连接BLE外围设备:

mBluetoothGatt = device.connectGatt(this, false, mGattCallback);

另外,我知道启动Android 5.0时支持BLE设备的外围设备角色

谷歌快速搜索“pin与BLE配对”给出:你能指出在Android API(外围设备模式)中配对模式设置的位置吗?对不起,我不熟悉Android