This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Pair device address and BT_Characteristic Notify enable disable use unwanted flash space in NCS v1.4.2

Hi,

I have develop the Code based on HID_KEYBOARD AND NUS code

here i also need to ADD NVS and DFU to nrf52840 device

1. Pair device address is stored in what manner. I am not able to read and delete the pair data. Is there any document for bond management

2. While using BLE NUS, BATTERY, and Custom service notification enable

I found that some data is writing on the flash . Its like increase the size of the flash . i need to control the unwanted storage . how it is possible

3. I have use storage that to be start F8000 and size is 8000 . is it possible to write and read the data in page wise ( entering direct address to write and read data).

Related