Searched refs:GATTC_Read (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | gatt_api.h | 997 extern tGATT_STATUS GATTC_Read (UINT16 conn_id, tGATT_READ_TYPE type,
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gattc_act.c | 1152 tBTA_GATT_STATUS status = GATTC_Read(p_clcb->bta_conn_id, GATT_READ_BY_HANDLE, &read_param); in bta_gattc_read() 1181 tBTA_GATT_STATUS status = GATTC_Read(p_clcb->bta_conn_id, GATT_READ_BY_TYPE, &read_param); in bta_gattc_read_by_type() 1210 status = GATTC_Read(p_clcb->bta_conn_id, GATT_READ_MULTIPLE, &read_param); in bta_gattc_read_multi() 1241 status = GATTC_Read(p_clcb->bta_conn_id, GATT_READ_MULTIPLE_VAR, &read_param); in bta_gattc_read_multi_var()
|
D | bta_gattc_api.c | 1224 status = GATTC_Read(conn_id, GATT_READ_PARTIAL, &read_param); in BTA_GATTC_ReadLongChar()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/ |
D | gap_ble.c | 552 if (GATTC_Read(p_clcb->conn_id, GATT_READ_BY_TYPE, ¶m) == GATT_SUCCESS) { in gap_ble_send_cl_read_request()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_api.c | 986 tGATT_STATUS GATTC_Read (UINT16 conn_id, tGATT_READ_TYPE type, tGATT_READ_PARAM *p_read) in GATTC_Read() function
|