Home | History | Annotate | Download | only in gatt

Lines Matching refs:p_read_multi

630 **                    p_read_multi - pointer to the read multiple parameter.
635 void BTA_GATTC_ReadMultiple(UINT16 conn_id, tBTA_GATTC_MULTI *p_read_multi,
641 p_read_multi->num_attr * sizeof(tBTA_GATTC_ATTR_ID));
652 p_buf->num_attr = p_read_multi->num_attr;
660 memcpy(p_value, &p_read_multi->id_list[i], sizeof(tBTA_GATTC_ATTR_ID));