333#define ATTS_CSF_EATT_BEARER (1<<1) /*!< \brief Enhanced ATT Bearer. */
334#define ATTS_CSF_MULTI_VAL_NTF (1<<2) /*!< \brief Multiple Handle Value Notifications. */
335
336#define ATTS_CSF_ALL_FEATURES (0x7) /*!< \brief Mask of all client supported features. */
337
338#define ATT_CSF_LEN 1 /*!< \brief Length of client supported features array. */
339/**@}*/
340
341/** \name GATT Server Supported Features
342* Flags of features supported by the GATT Server
343*/
344/**@{*/
345#define ATTS_SSF_EATT (1<<0) /*!< \brief Enhanced ATT supported. */
346/**@}*/
347
348/*! \} *//* STACK_ATT_API */
349
350#ifdef __cplusplus
351 };
352#endif
353
354#endif /* ATT_DEFS_H */
Important Information for this Arm website
This site uses cookies to store information on your computer.
By continuing to use our site, you consent to our cookies.
If you are not happy with the use of these cookies, please review our
Cookie Policy
to learn how they can be disabled.
By disabling cookies, some features of the site will not work.