Hi,
How to enable pairing in ble_peripheral_uart code ?
Hi,
How to enable pairing in ble_peripheral_uart code ?
go to sdks and enable NRFX_UART_ENABLED 1
but this is already enabled in sdkconfig.h
#ifndef NRFX_UART_ENABLED
#define NRFX_UART_ENABLED 1
#endif
is this enabled
#ifndef NRF_SDH_BLE_VS_UUID_COUNT
#define NRF_SDH_BLE_VS_UUID_COUNT 1
#endif
Hi,
Sorry for the delay.
Unmodified, ble_app_uart does not support bonding.
You could have a look at another example on how it is done, for example ble_app_hrs.
You should be able to follow this tutorial to add the Peer Manager, FDS and Fstorage.
-Amanda H.