1 /* Generated by ./xlat/gen.sh from ./xlat/bt_protocols.in; do not edit. */ 2 3 static const struct xlat bt_protocols[] = { 4 #if defined(BTPROTO_L2CAP) || (defined(HAVE_DECL_BTPROTO_L2CAP) && HAVE_DECL_BTPROTO_L2CAP) 5 XLAT(BTPROTO_L2CAP), 6 #endif 7 #if defined(BTPROTO_HCI) || (defined(HAVE_DECL_BTPROTO_HCI) && HAVE_DECL_BTPROTO_HCI) 8 XLAT(BTPROTO_HCI), 9 #endif 10 #if defined(BTPROTO_SCO) || (defined(HAVE_DECL_BTPROTO_SCO) && HAVE_DECL_BTPROTO_SCO) 11 XLAT(BTPROTO_SCO), 12 #endif 13 #if defined(BTPROTO_RFCOMM) || (defined(HAVE_DECL_BTPROTO_RFCOMM) && HAVE_DECL_BTPROTO_RFCOMM) 14 XLAT(BTPROTO_RFCOMM), 15 #endif 16 #if defined(BTPROTO_BNEP) || (defined(HAVE_DECL_BTPROTO_BNEP) && HAVE_DECL_BTPROTO_BNEP) 17 XLAT(BTPROTO_BNEP), 18 #endif 19 #if defined(BTPROTO_CMTP) || (defined(HAVE_DECL_BTPROTO_CMTP) && HAVE_DECL_BTPROTO_CMTP) 20 XLAT(BTPROTO_CMTP), 21 #endif 22 #if defined(BTPROTO_HIDP) || (defined(HAVE_DECL_BTPROTO_HIDP) && HAVE_DECL_BTPROTO_HIDP) 23 XLAT(BTPROTO_HIDP), 24 #endif 25 #if defined(BTPROTO_AVDTP) || (defined(HAVE_DECL_BTPROTO_AVDTP) && HAVE_DECL_BTPROTO_AVDTP) 26 XLAT(BTPROTO_AVDTP), 27 #endif 28 XLAT_END 29 }; 30