Home
last modified time | relevance | path

Searched refs:tGATT_READ_REQ (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h376 } tGATT_READ_REQ; typedef
390 tGATT_READ_REQ read_req; /* read request, read by Type, read blob */
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_db.c38 extern tGATT_STATUS gap_proc_read(tGATTS_REQ_TYPE type, tGATT_READ_REQ *p_data, tGATTS_RSP *p_rsp);
39 extern tGATT_STATUS gatt_proc_read(UINT16 conn_id, tGATTS_REQ_TYPE type, tGATT_READ_REQ *p_data, tG…
786 tGATT_READ_REQ read_req; in gatts_get_attr_value_internal()
818 memset(&read_req, 0, sizeof(tGATT_READ_REQ)); in gatts_get_attr_value_internal()
Dgatt_attr.c196 tGATT_STATUS gatt_proc_read (UINT16 conn_id, tGATTS_REQ_TYPE type, tGATT_READ_REQ *p_data, tGATTS_R… in gatt_proc_read()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/
Dgap_ble.c269 tGATT_STATUS gap_proc_read (tGATTS_REQ_TYPE type, tGATT_READ_REQ *p_data, tGATTS_RSP *p_rsp) in gap_proc_read()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h563 typedef tGATT_READ_REQ tBTA_GATT_READ_REQ;