when ble central set BLE_GAP_IO_CAPS_DISPLAY_ONLY ,i find ble central no need to send the static passkey or send one wrong static passkey,ble central can connect ble peripheral ?
so why ?
please help me!
when ble central set BLE_GAP_IO_CAPS_DISPLAY_ONLY ,i find ble central no need to send the static passkey or send one wrong static passkey,ble central can connect ble peripheral ?
so why ?
please help me!
Hi,
It's generally not a requirement to be paired or bonded to stay connected, but the client will not get access to characteristics with security levels above '0' (not SEC_OPEN). However, you can make this a requirement for your application by disconnecting when pairing fails.
Hi,
It's generally not a requirement to be paired or bonded to stay connected, but the client will not get access to characteristics with security levels above '0' (not SEC_OPEN). However, you can make this a requirement for your application by disconnecting when pairing fails.