When the bluetooth service function is initialized, sd_ble_uuid_vs_add() is called in the ble_dfu_buttonless_init() function in case of an out of memory error.In the ble_nus_init() function, call sd_ble_gatts_characteristic_add() to get a memory error.Which one, ble_dfu_buttonless_init() or ble_nus_init(), reports an out of memory error after the bluetooth service initializes the function.How to solve the problem of insufficient memory?