Loading system/stack/include/smp_api_types.h +6 −2 Original line number Diff line number Diff line Loading @@ -92,8 +92,12 @@ enum { SMP_OOB_NONE, SMP_OOB_PRESENT, SMP_OOB_UNKNOWN }; typedef uint8_t tSMP_OOB_FLAG; /* type of OOB data required from application */ enum { SMP_OOB_INVALID_TYPE, SMP_OOB_PEER, SMP_OOB_LOCAL, SMP_OOB_BOTH }; typedef uint8_t tSMP_OOB_DATA_TYPE; typedef enum : uint8_t { SMP_OOB_INVALID_TYPE, SMP_OOB_PEER, SMP_OOB_LOCAL, SMP_OOB_BOTH, } tSMP_OOB_DATA_TYPE; enum : uint8_t { SMP_AUTH_NO_BOND = 0x00, Loading Loading
system/stack/include/smp_api_types.h +6 −2 Original line number Diff line number Diff line Loading @@ -92,8 +92,12 @@ enum { SMP_OOB_NONE, SMP_OOB_PRESENT, SMP_OOB_UNKNOWN }; typedef uint8_t tSMP_OOB_FLAG; /* type of OOB data required from application */ enum { SMP_OOB_INVALID_TYPE, SMP_OOB_PEER, SMP_OOB_LOCAL, SMP_OOB_BOTH }; typedef uint8_t tSMP_OOB_DATA_TYPE; typedef enum : uint8_t { SMP_OOB_INVALID_TYPE, SMP_OOB_PEER, SMP_OOB_LOCAL, SMP_OOB_BOTH, } tSMP_OOB_DATA_TYPE; enum : uint8_t { SMP_AUTH_NO_BOND = 0x00, Loading