Searched refs:tGATT_READ_REQ (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | gatt_api.h | 376 } 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/ |
D | gatt_db.c | 38 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()
|
D | gatt_attr.c | 196 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/ |
D | gap_ble.c | 269 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/ |
D | bta_gatt_api.h | 563 typedef tGATT_READ_REQ tBTA_GATT_READ_REQ;
|