Bluetooth Host Stack Library
wiced_bt_gatt_request_params_t Union Reference

Description

Attribute information for GATT attribute requests types received on the server.

Data Fields

wiced_bt_gatt_read_t read_req
 Parameters for GATT_REQ_READ and GATT_REQ_READ_BLOB.
 
wiced_bt_gatt_read_multiple_req_t read_multiple_req
 Parameters for the GATT_REQ_READ_MULTI and GATT_REQ_READ_MULTI_VAR_LENGTH.
 
wiced_bt_gatt_read_by_type_t read_by_type
 Parameters for GATT_REQ_READ_BY_TYPE.
 
wiced_bt_gatt_write_req_t write_req
 Parameters for GATT_REQ_WRITE and GATT_REQ_PREPARE_WRITE.
 
uint16_t remote_mtu
 Parameters for GATT_REQ_MTU.
 
wiced_bt_gatt_req_conf_t confirm
 Parameters for GATT_HANDLE_VALUE_CONF, GATT_HANDLE_VALUE_NOTIF, GATT_HANDLE_VALUE_MULTI_NOTIF.
 
wiced_bt_gatt_execute_write_req_t exec_write_req
 Parameters for GATT_REQ_EXECUTE_WRITE.