HomeSort by relevance Sort by last modified time
    Searched refs:p_read_multi (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_api.c 630 ** p_read_multi - pointer to the read multiple parameter.
635 void BTA_GATTC_ReadMultiple(UINT16 conn_id, tBTA_GATTC_MULTI *p_read_multi,
641 p_read_multi->num_attr * sizeof(tBTA_GATTC_ATTR_ID));
652 p_buf->num_attr = p_read_multi->num_attr;
660 memcpy(p_value, &p_read_multi->id_list[i], sizeof(tBTA_GATTC_ATTR_ID));
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_api.c 899 tGATT_READ_MULTI *p_read_multi; local
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h     [all...]

Completed in 46 milliseconds