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