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

Description

GATT database authorize parameters.

Data Fields

uint8_t authorize
 Setting to '0' turns off authorization on the entire GATT database and all attributes marked as authorize will return an authorization error. More...
 

Field Documentation

◆ authorize

uint8_t cy_stc_ble_gatts_db_authorize_info_t::authorize

Setting to '0' turns off authorization on the entire GATT database and all attributes marked as authorize will return an authorization error.

Setting this to any non-zero value will authorize the entire GATT database and all attributes marked as authorize can be read / written based on other allowed permissions.