Home | History | Annotate | Download | only in parser

Lines Matching defs:manufacturer

46 static uint16_t manufacturer = DEFAULT_COMPID;
50 return (manufacturer == DEFAULT_COMPID ? parser.defcompid : manufacturer);
2043 uint16_t manufacturer = btohs(rp->manufacturer);
2061 printf("Manufacturer: %s (%d)\n",
2062 bt_compidtostr(manufacturer), manufacturer);
2624 uint16_t manufacturer = btohs(evt->manufacturer);
2638 printf("Manufacturer: %s (%d)\n",
2639 bt_compidtostr(manufacturer), manufacturer);
3027 uint16_t manufacturer;
3035 manufacturer = get_manufacturer();
3037 switch (manufacturer) {
3063 manufacturer = rp->manufacturer;