简体   繁体   中英

Android BLE pairing with windows 10

I am facing the folowing problems when trying to pair my Androids BluetoothGattServer and BluetoothLeAdvertiser with Windows 10. My BluetothGattCharacteristics are protected with PERMISSION_READ_ENCRYPTED_MITM / PERMISSION_WRITE_ENCRYPTED_MITM.

1) When pairing windows, the I have to insert a constant pin "000000". That seams very unsecure compared to the passkey variant that is used pairing the same device with Bluetooth Classic.

2) Android 5 introduced rotating MAC addresses. Windows fails to reconnect to the paired device somehow.

Any ideas? Thanks in advance.

EDIT

Bluetooth Manager is showing "Driver Error" and the Device Manager reports "Windows has stopped this device because it has reported problems. (Code 43)" on this device.

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