Searched defs:attr_index (Results 1 - 3 of 3) sorted by relevance

/system/bt/btif/co/
H A Dbta_gattc_co.c109 ** attr_index: starting attribute index of the save operation.
142 ** attr_index: starting attribute index of the save operation.
148 tBTA_GATTC_NV_ATTR *p_attr_list, UINT16 attr_index, UINT16 conn_id)
151 UNUSED(attr_index);
147 bta_gattc_co_cache_save(BD_ADDR server_bda, UINT16 evt, UINT16 num_attr, tBTA_GATTC_NV_ATTR *p_attr_list, UINT16 attr_index, UINT16 conn_id) argument
/system/bt/bta/gatt/
H A Dbta_gattc_cache.c1493 tBTA_GATTC_NV_ATTR *p_attr, UINT16 attr_index)
1497 if (attr_index == 0)
1582 if (offset ++ >= p_srvc_cb->attr_index)
1598 if (offset >= p_srvc_cb->attr_index)
1625 nv_attr, p_srvc_cb->attr_index, conn_id);
1627 p_srvc_cb->attr_index += i;
1492 bta_gattc_rebuild_cache(tBTA_GATTC_SERV *p_srvc_cb, UINT16 num_attr, tBTA_GATTC_NV_ATTR *p_attr, UINT16 attr_index) argument
H A Dbta_gattc_int.h339 UINT16 attr_index; /* cahce NV saving/loading attribute index */ member in struct:__anon168
545 extern void bta_gattc_rebuild_cache(tBTA_GATTC_SERV *p_srcv, UINT16 num_attr, tBTA_GATTC_NV_ATTR *p_attr, UINT16 attr_index);

Completed in 7 milliseconds