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

Why does this phrase return 0x00000001?

err_code = sd_ble_gap_device_name_set(&sec_mode, (const uint8_t *)DEVICE_NAME, strlen(DEVICE_NAME)); APP_ERROR_CHECK(err_code);

Related