Hi,
I know that pc-ble-driver-py is archived but as there is no real alternative to it, I'm still using this package...
I'm using BLE nRF52840 dongle to connect to a BLE target.
When using exemple "test_lesc_security.py", I'm able to connect to the target. But when I tried to perform bonding (with keyboard_display and lesc=True), the event 'on_gap_evt_passkey_display' is trigger so I can read the passkey but I didn't understand how to match it. (The BLE target automatically match the key on it's side)
While using nRF Connect Desktop, I have no issue with numerical comparison (and same settings used with adapter.driver.ble_gat_authenticate).
Does someone successfully perform numerical comparison with pc-ble-driver-py ?
Note:
In pc_ble_driver_py/lib.nrf_ble_driver_sd_api_v5.py there is 'ble_gap_evt_passkey_display_t" with "match_request". Does this mean it's possible to match the numerical comparison ?
Best regards,
Antoine