1. When I use NRF52832 as the ANCS client to get the notification attributes, if the data exceeds the size of a packet and requires multiple packet transfers, is it the BLE_GATTC_EVT_HVX event (in ble_ancs_c_on_ble_evt function ) is triggered after all the attributes value is received?
2. When I set "NRF_SDH_DISPATCH_MODEL=NRF_SDH_DISPATCH_MODEL_APPSH ", how long will I not process the data received by ANCS that will be overwritten?