Searched refs:p_read_multi (Results 1 – 3 of 3) sorted by relevance
607 void BTA_GATTC_ReadMultiple(UINT16 conn_id, tBTA_GATTC_MULTI *p_read_multi, in BTA_GATTC_ReadMultiple() argument613 p_read_multi->num_attr * sizeof(tBTA_GATTC_ATTR_ID)); in BTA_GATTC_ReadMultiple()624 p_buf->num_attr = p_read_multi->num_attr; in BTA_GATTC_ReadMultiple()632 memcpy(p_value, &p_read_multi->id_list[i], sizeof(tBTA_GATTC_ATTR_ID)); in BTA_GATTC_ReadMultiple()
889 tGATT_READ_MULTI *p_read_multi; in GATTC_Read() local928 p_read_multi = (tGATT_READ_MULTI *)GKI_getbuf(sizeof(tGATT_READ_MULTI)); in GATTC_Read()929 p_clcb->p_attr_buf = (UINT8*)p_read_multi; in GATTC_Read()930 memcpy (p_read_multi, &p_read->read_multiple, sizeof(tGATT_READ_MULTI)); in GATTC_Read()
999 BTA_API extern void BTA_GATTC_ReadMultiple(UINT16 conn_id, tBTA_GATTC_MULTI *p_read_multi,