Home
last modified time | relevance | path

Searched refs:p_read_multi (Results 1 – 3 of 3) sorted by relevance

/system/bt/bta/gatt/
Dbta_gattc_api.cc437 void BTA_GATTC_ReadMultiple(uint16_t conn_id, tBTA_GATTC_MULTI* p_read_multi, in BTA_GATTC_ReadMultiple() argument
445 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()
/system/bt/stack/gatt/
Dgatt_api.cc722 tGATT_READ_MULTI* p_read_multi = in GATTC_Read() local
724 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()
/system/bt/bta/include/
Dbta_gatt_api.h736 tBTA_GATTC_MULTI* p_read_multi,