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

/system/bt/bta/gatt/
H A Dbta_gattc_api.cc426 * p_read_multi - pointer to the read multiple parameter.
431 void BTA_GATTC_ReadMultiple(uint16_t conn_id, tBTA_GATTC_MULTI* p_read_multi, argument
439 p_buf->num_attr = p_read_multi->num_attr;
442 memcpy(p_buf->handles, p_read_multi->handles,
443 sizeof(uint16_t) * p_read_multi->num_attr);
/system/bt/stack/gatt/
H A Dgatt_api.cc777 tGATT_READ_MULTI* p_read_multi = local
779 p_clcb->p_attr_buf = (uint8_t*)p_read_multi;
780 memcpy(p_read_multi, &p_read->read_multiple, sizeof(tGATT_READ_MULTI));
/system/bt/bta/include/
H A Dbta_gatt_api.h943 * p_read_multi - read multiple parameters.
949 tBTA_GATTC_MULTI* p_read_multi,

Completed in 70 milliseconds