Lines Matching refs:ATT_ERR
191 #define ATT_ERR(err) [err] = #err in bt_att_err_to_str() macro
195 ATT_ERR(BT_ATT_ERR_SUCCESS), in bt_att_err_to_str()
196 ATT_ERR(BT_ATT_ERR_INVALID_HANDLE), in bt_att_err_to_str()
197 ATT_ERR(BT_ATT_ERR_READ_NOT_PERMITTED), in bt_att_err_to_str()
198 ATT_ERR(BT_ATT_ERR_WRITE_NOT_PERMITTED), in bt_att_err_to_str()
199 ATT_ERR(BT_ATT_ERR_INVALID_PDU), in bt_att_err_to_str()
200 ATT_ERR(BT_ATT_ERR_AUTHENTICATION), in bt_att_err_to_str()
201 ATT_ERR(BT_ATT_ERR_NOT_SUPPORTED), in bt_att_err_to_str()
202 ATT_ERR(BT_ATT_ERR_INVALID_OFFSET), in bt_att_err_to_str()
203 ATT_ERR(BT_ATT_ERR_AUTHORIZATION), in bt_att_err_to_str()
204 ATT_ERR(BT_ATT_ERR_PREPARE_QUEUE_FULL), in bt_att_err_to_str()
205 ATT_ERR(BT_ATT_ERR_ATTRIBUTE_NOT_FOUND), in bt_att_err_to_str()
206 ATT_ERR(BT_ATT_ERR_ATTRIBUTE_NOT_LONG), in bt_att_err_to_str()
207 ATT_ERR(BT_ATT_ERR_ENCRYPTION_KEY_SIZE), in bt_att_err_to_str()
208 ATT_ERR(BT_ATT_ERR_INVALID_ATTRIBUTE_LEN), in bt_att_err_to_str()
209 ATT_ERR(BT_ATT_ERR_UNLIKELY), in bt_att_err_to_str()
210 ATT_ERR(BT_ATT_ERR_INSUFFICIENT_ENCRYPTION), in bt_att_err_to_str()
211 ATT_ERR(BT_ATT_ERR_UNSUPPORTED_GROUP_TYPE), in bt_att_err_to_str()
212 ATT_ERR(BT_ATT_ERR_INSUFFICIENT_RESOURCES), in bt_att_err_to_str()
213 ATT_ERR(BT_ATT_ERR_DB_OUT_OF_SYNC), in bt_att_err_to_str()
214 ATT_ERR(BT_ATT_ERR_VALUE_NOT_ALLOWED), in bt_att_err_to_str()
238 #undef ATT_ERR in bt_att_err_to_str()