struct att_incl_desc

如何使用include service attribute? (ATT_DECL_INCLUDE)

Thu, 2015-03-12 10:02--smher68

/*---------------- DECLARATIONS -----------------*/
/// Primary service Declaration
ATT_DECL_PRIMARY_SERVICE = 0x2800,
/// Secondary service Declaration
ATT_DECL_SECONDARY_SERVICE,
/// Include Declaration
ATT_DECL_INCLUDE,
/// Characteristic Declaration
ATT_DECL_CHARACTERISTIC,

if you see file "att.h", you can find this contents

I want to use ATT_DECL_INCLUDE

i try declare include service attribute.

订阅RSS - struct att_incl_desc