Searched refs:attr_index (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/bta/include/
H A Dbta_gattc_co.h73 ** attr_index: starting attribute index of the save operation.
80 UINT16 attr_index, UINT16 conn_id);
92 ** attr_index: starting attribute index of the save operation.
/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_act.c1379 p_clcb->p_srcb->attr_index = 0;
1382 p_clcb->p_srcb->attr_index,
1402 p_clcb->p_srcb->attr_index = 0;
1429 bta_gattc_rebuild_cache(p_clcb->p_srcb, p_data->ci_load.num_attr, p_data->ci_load.attr, p_clcb->p_srcb->attr_index);
1433 p_clcb->p_srcb->attr_index = 0;
1439 p_clcb->p_srcb->attr_index += p_data->ci_load.num_attr;
1443 p_clcb->p_srcb->attr_index,
1449 p_clcb->p_srcb->attr_index = 0;
1470 p_clcb->p_srcb->attr_index = 0;
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 597 milliseconds