Searched refs:p_read_multi (Results 1 – 3 of 3) sorted by relevance
437 void BTA_GATTC_ReadMultiple(uint16_t conn_id, tBTA_GATTC_MULTI* p_read_multi, in BTA_GATTC_ReadMultiple() argument445 p_buf->num_attr = p_read_multi->num_attr; in BTA_GATTC_ReadMultiple()448 memcpy(p_buf->handles, p_read_multi->handles, in BTA_GATTC_ReadMultiple()449 sizeof(uint16_t) * p_read_multi->num_attr); in BTA_GATTC_ReadMultiple()
722 tGATT_READ_MULTI* p_read_multi = in GATTC_Read() local724 p_clcb->p_attr_buf = (uint8_t*)p_read_multi; in GATTC_Read()725 memcpy(p_read_multi, &p_read->read_multiple, sizeof(tGATT_READ_MULTI)); in GATTC_Read()
736 tBTA_GATTC_MULTI* p_read_multi,