BLE_GAP_SetResolvingList

C

uint16_t BLE_GAP_SetResolvingList(uint8_t num, BLE_GAP_ResolvingListParams_T *p_resolvingList);

Return values

Return valueDescription
MBA_RES_SUCCESSSuccessfully adds the device to the resolving list.
MBA_RES_OOMInternal memory allocation failure occurred.
MBA_RES_INVALID_PARAWhen the number exceeds Maximum resolving list size.
MBA_RES_BAD_STATEResolving list cannot be configured while advertising, scanning or creating a connection.