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

/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_cache.c1454 tBTA_GATTC_NV_ATTR *p_attr, UINT16 attr_index)
1458 if (attr_index == 0)
1542 if (offset ++ >= p_srvc_cb->attr_index)
1558 if (offset >= p_srvc_cb->attr_index)
1585 nv_attr, p_srvc_cb->attr_index, conn_id);
1587 p_srvc_cb->attr_index += i;
1453 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.h291 UINT16 attr_index; /* cahce NV saving/loading attribute index */ member in struct:__anon492
461 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 308 milliseconds