Searched refs:p_read_multi (Results 1 – 3 of 3) sorted by relevance
390 void BTA_GATTC_ReadMultiple(UINT16 conn_id, tBTA_GATTC_MULTI *p_read_multi, in BTA_GATTC_ReadMultiple() argument399 p_buf->num_attr = p_read_multi->num_attr; in BTA_GATTC_ReadMultiple()402 memcpy(p_buf->handles, p_read_multi->handles, sizeof(UINT16) * p_read_multi->num_attr); in BTA_GATTC_ReadMultiple()
936 tGATT_READ_MULTI *p_read_multi = in GATTC_Read() local938 p_clcb->p_attr_buf = (UINT8*)p_read_multi; in GATTC_Read()939 memcpy(p_read_multi, &p_read->read_multiple, sizeof(tGATT_READ_MULTI)); in GATTC_Read()
938 extern void BTA_GATTC_ReadMultiple(UINT16 conn_id, tBTA_GATTC_MULTI *p_read_multi,