I am using nrf52840 sdk 14.2 version
I want my central to connect with pheripherl with the help of passkey how to do it
I am using nrf52840 sdk 14.2 version
I want my central to connect with pheripherl with the help of passkey how to do it
Hi,
The ble_app_gls example demonstrates how to use passkey. A passkey must be entered at the central to complete the bonding and ensure MITM protection. The Glucose Application will present the passkey during bonding. It is sent on the UART.
Hi,
The ble_app_gls example demonstrates how to use passkey. A passkey must be entered at the central to complete the bonding and ensure MITM protection. The Glucose Application will present the passkey during bonding. It is sent on the UART.