Searched refs:tBTA_GATT_READ_VAL (Results 1 - 5 of 5) sorted by relevance

/external/bluetooth/bluedroid/bta/include/
H A Dbta_gatt_api.h275 }tBTA_GATT_READ_VAL; typedef in typeref:union:__anon727
284 tBTA_GATT_READ_VAL *p_value;
/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_int.h510 extern tBTA_GATT_STATUS bta_gattc_pack_read_cb_data(tBTA_GATTC_SERV *p_srcb, tBT_UUID *p_descr_uuid, tGATT_VALUE *p_attr, tBTA_GATT_READ_VAL *p_value);
H A Dbta_gattc_act.c1215 tBTA_GATT_READ_VAL read_value;
1218 memset(&read_value, 0, sizeof(tBTA_GATT_READ_VAL));
H A Dbta_gattc_utils.c759 tBTA_GATT_READ_VAL *p_value)
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_gatt_client.c181 p_dest_data->read.p_value = GKI_getbuf(sizeof(tBTA_GATT_READ_VAL));
186 sizeof(tBTA_GATT_READ_VAL));

Completed in 285 milliseconds