Cypress PSoC 6 Bluetooth Low Energy Middleware Library 3.60
cy_stc_ble_gatts_char_val_read_req_t Struct Reference

Description

Event parameters for characteristic read value access event generated by the BLE Stack upon an access of Characteristic value read for the characteristic definition that CY_BLE_GATT_DB_ATTR_CHAR_VAL_RD_EVENT property set.

Data Fields

cy_stc_ble_conn_handle_t connHandle
 Connection handle.
 
cy_ble_gatt_db_attr_handle_t attrHandle
 Attribute Handle.
 
cy_en_ble_gatt_err_code_t gattErrorCode
 Output Parameter: Profile/Service specific error code, profile or application need to change this to service specific error based on service/profile requirements. More...
 

Field Documentation

◆ gattErrorCode

cy_en_ble_gatt_err_code_t cy_stc_ble_gatts_char_val_read_req_t::gattErrorCode

Output Parameter: Profile/Service specific error code, profile or application need to change this to service specific error based on service/profile requirements.