没有名字的struct
kernel/external/bluetooth/bluez/network/common.cstatic struct { const char *name; /* Friendly name */ const char *uuid128; /* UUID 128 */ uint16_t id; /* Service class identifier */} __svc[] = { { "panu", PANU_UUID, BNEP_SVC_PANU }, { "gn", GN_UUID, BNEP_SVC_GN }, { "nap", NAP_UUID, BNEP_SVC_NAP }, { NULL }};