<Android BLE Numeric Comparison Pairing Implementa...
# stackoverflow
r
Android BLE Numeric Comparison Pairing Implementation How do we implement Numeric Comparison for Android? I've done alot of research and I know I need to set the IOCapability to KeyboardDisplay. And if the other BLE device's own IOCapability makes it match the matrix result of Numeric Comparison, it will pair with Numeric Comparison. But I cannot find any example code online. We are supposed to somehow use BluetoothConfigManager to set the IO Capabilities right? I.E. Use setIoCapability(int capability) and IO_CAPABILITY_KBDISP See here: <a...