Lines Matching full:attribute
2 * @brief Attribute Protocol handling.
14 * @brief Attribute Protocol (ATT)
15 * @defgroup bt_att Attribute Protocol (ATT)
33 /** The attribute handle given was not valid on the server */
35 /** The attribute cannot be read */
37 /** The attribute cannot be written */
39 /** The attribute PDU was invalid */
41 /** The attribute requires authentication before it can be read or written */
45 /** Offset specified was past the end of the attribute */
47 /** The attribute requires authorization before it can be read or written */
51 /** No attribute found within the given attribute handle range */
53 /** The attribute cannot be read using the ATT_READ_BLOB_REQ PDU */
57 /** The attribute value length is invalid for the operation */
60 * @brief The attribute request that was requested has encountered an error that was unlikely
62 * The attribute request could therefore not be completed as requested
65 /** The attribute requires encryption before it can be read or written */
68 * @brief The attribute type is not a supported grouping attribute
70 * The attribute type is not a supported grouping attribute as defined by a higher layer
78 /** The attribute parameter value was not allowed */
94 /* Version 5.2, Vol 3, Part F, 3.2.9 defines maximum attribute length to 512 */
100 /* 0xffff is defined as the maximum, and thus last, valid attribute handle */