Found 5 other functions taking a
tBTA_GATTC_NV_ATTR
argument:
* Function bta_gattc_co_cache_save * Description This callout function is executed by GATT when a server cache * is available to save. * Parameter server_bda: server bd address of this cache belongs to * evt: call in event to be passed in when cache save is done. * num_attr: number of attribute to be save. * p_attr: pointer to the list of attributes to save. * attr_index: starting attribute index of the save operation. * conn_id: connection ID of this cache operation attach to. * Returns
* Function bta_gattc_co_cache_load * Description This callout function is executed by GATT when server cache * is required to load. * Parameter server_bda: server bd address of this cache belongs to * evt: call in event to be passed in when cache save is done. * num_attr: number of attribute to be save. * attr_index: starting attribute index of the save operation. * conn_id: connection ID of this cache operation attach to. * Returns
* Function bta_gattc_rebuild_cache * Description rebuild server cache from NV cache. * Parameters * Returns None.
* Function bta_gattc_cache_write * Description This callout function is executed by GATT when a server cache * is available to save. * Parameter server_bda: server bd address of this cache belongs to * num_attr: number of attribute to be save. * attr: pointer to the list of attributes to save. * Returns
* Function bta_gattc_ci_cache_load * Description This function sends an event to BTA indicating the phone has * load the servere cache and ready to send it to the stack. * Parameters server_bda - server BDA of this cache. * num_bytes_read - number of bytes read into the buffer * specified in the read callout-function. * status - BTA_GATT_OK if full buffer of data, * BTA_GATT_FAIL if an error has occurred. * Returns void