Hi!
We are having problems pairing a nRF52840 against linux (ubuntu 25.04). Pairing fails instantly, before any passkey is shown on the host, returning with code 9.
Short log is here:
<dbg> bt_smp: bt_smp_recv: Received SMP code 0x01 len 6 <dbg> bt_smp: smp_pairing_req: req: io_capability 0x04, oob_flag 0x00, auth_req 0x2D, max_key_size 0x10, init_key_dist 0x0D, resp_key_dist 0x0F <dbg> bt_smp: smp_init: prnd 849156b688e37e12ad063cb072baf74f <dbg> bt_smp: smp_pairing_req: rsp: io_capability 0x02, oob_flag 0x00, auth_req 0x0D, max_key_size 0x10, init_key_dist 0x00, resp_key_dist 0x00 <dbg> bt_smp: bt_smp_recv: Received SMP code 0x0c len 64 <dbg> bt_smp: smp_public_key: <inf> Bt: Received passkey pairing inquiry. <inf> Bt: Type `uhk passkey xxxxxx` to pair, or `uhk passkey -1` to reject <wrn> bt_conn: conn 0x20010498: not connected[0m <dbg> bt_smp: bt_smp_disconnected: chan 0x20010b9c cid 0x0006 <dbg> bt_smp: smp_pairing_complete: got status 0x8 <dbg> bt_smp: bt_smp_encrypt_change: chan 0x20010b9c conn 0x20010498 handle 1 encrypt 0x00 hci status 0x1f <wrn> Bt: Bt security failed: n/a (n/a, 98:5f:41:d2:92:3a), level 1, err 9, disconnecting <wrn> Bt: The connection (n/a (n/a, 98:5f:41:d2:92:3a)) isn't even connected! Ignoring.[0m <wrn> Bt: Pairing of auth conn failed because of 9 <wrn> Bt: Pairing failed: n/a (n/a, 98:5f:41:d2:92:3a), reason 9
AI back and forths suggest that the host PC cancels pairing because it receives the zero distribution flags in
```
<dbg> bt_smp: smp_pairing_req: rsp: io_capability 0x02, oob_flag 0x00, auth_req 0x0D, max_key_size 0x10, init_key_dist 0x00, resp_key_dist 0x00
```
Detailed logs (attaching file here doesn't work, so linking externally):
- zephyr with hci_core and smp logging: http://ktweb.cz/upload/logs2/right.log
- the same, but filtered: http://ktweb.cz/upload/logs2/right_filtered.log
- btmon log: http://ktweb.cz/upload/logs2/btmon.log
Any ideas what the problem might be and where to look further?