bt_jsr82_setting.h 241 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 #ifndef BT_JSR82_ENABLED #ifdef __SUPPORT_JBT__ #define BT_JSR82_ENABLED 1 #if 0 /* under construction !*/ #endif /* 0 */ #else /* __SUPPORT_JBT__ */ #define BT_JSR82_ENABLED 0 #endif /* __SUPPORT_JBT__ */ #endif /* BT_JSR82_ENABLED */