Hi folks,
Can I change the number of IDs available to customers?
For example, in bcomdef,h file the usable SNV IDs available to customers is defined like this:
// Customer NV Items - Range 0x80 - 0x8F - This must match the number of Bonding entries #define BLE_NVID_CUST_START 0x80 //!< Start of the Customer's NV IDs #define BLE_NVID_CUST_END 0x8F //!< End of the Customer's NV IDs
I would like to increase the number of IDs available to customers for:
#define BLE_NVID_CUST_END 0xCB //!< End of the Customer's NV IDs
Any help is much appreciate.
Thanks in advanced.