Programming Manual

i480e&i480e-MD2 Programming Manual
127 / 139
/*! The attribute requires encryption before it can be read or written */
gatt_status_insufficient_encryption,
/*! The attribute type is not a supported grouping attribute as defined
by a higher layer specification. */
gatt_status_unsupported_group_type,
/*! Insufficient Resources to complete the request. */
gatt_status_insufficient_resources,
/*! Application error to indicate a attribute request not valid for the
current radio type FIXME: not in spec B-96416 */
gatt_status_application_error,
/*! Connection is initialising */
gatt_status_initialising,
/*! Generic failure status. */
gatt_status_failure,
/*! Failed to register with the ATT protocol (initialisation). */
gatt_status_att_reg_failure,
/*! ATT Database registration failed (initialisation). */
gatt_status_att_db_failure,
/*! Max Number of ATT connections have already been made. */
gatt_status_max_connections,
/*! ATT disconnected abnormally (L2CAP Disconnection). */
gatt_status_abnornal_disconnection,
/*! ATT disconnected because of Link Loss. */
gatt_status_link_loss,
/*! MTU can only be exchanged once per connection. */
gatt_status_mtu_already_exchanged,
/*! Characteristic Value returned by the server did not match the
requested one. */
gatt_status_value_mismatch,
/*! Connection was rejected because of PSM */
gatt_status_rej_psm,
/*! Connection was rejected because of security */
gatt_status_rej_security,
/*! Connection was rejected because of missing link key */
gatt_status_key_missing,
/*! Connection timed out */
gatt_status_connection_timeout,
/*! Connection retrying */
gatt_status_retrying,
Barrot Confidential