ZSWatch icon indicating copy to clipboard operation
ZSWatch copied to clipboard

BLE pairing using display passcode

Open jakkra opened this issue 2 years ago • 3 comments

jakkra avatar Aug 21 '23 19:08 jakkra

@ldab

maybe you can add this to iOS too?

Kampi avatar Nov 18 '23 07:11 Kampi

Once it is added it will apply to both systems, it’s just the Bluetooth pairing stuff, I can look at it but @jakkra probably knows the API by heart

it should be just passkey_display callback in bt_conn_auth_cb()

ldab avatar Nov 18 '23 08:11 ldab

Have implemented a rough demo

image

But needs some adjustments in the BLE implementation to make it good.

Kampi avatar Nov 19 '23 20:11 Kampi