Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/gatt/
Dbta_gattc_api.c607 void BTA_GATTC_ReadMultiple(UINT16 conn_id, tBTA_GATTC_MULTI *p_read_multi, in BTA_GATTC_ReadMultiple() argument
613 p_read_multi->num_attr * sizeof(tBTA_GATTC_ATTR_ID)); in BTA_GATTC_ReadMultiple()
624 p_buf->num_attr = p_read_multi->num_attr; in BTA_GATTC_ReadMultiple()
632 memcpy(p_value, &p_read_multi->id_list[i], sizeof(tBTA_GATTC_ATTR_ID)); in BTA_GATTC_ReadMultiple()
/external/bluetooth/bluedroid/stack/gatt/
Dgatt_api.c889 tGATT_READ_MULTI *p_read_multi; in GATTC_Read() local
928 p_read_multi = (tGATT_READ_MULTI *)GKI_getbuf(sizeof(tGATT_READ_MULTI)); in GATTC_Read()
929 p_clcb->p_attr_buf = (UINT8*)p_read_multi; in GATTC_Read()
930 memcpy (p_read_multi, &p_read->read_multiple, sizeof(tGATT_READ_MULTI)); in GATTC_Read()
/external/bluetooth/bluedroid/bta/include/
Dbta_gatt_api.h999 BTA_API extern void BTA_GATTC_ReadMultiple(UINT16 conn_id, tBTA_GATTC_MULTI *p_read_multi,