HomeSort by: relevance | last modified time | path
    Searched refs:uclass (Results 1 - 5 of 5) sorted by relevancy

  /src/share/examples/rump/btplay/
btplay.c 156 class = r[0].uclass[1] & 0x1f;
  /src/lib/libbluetooth/
bt_dev.c 706 ir.uclass,
733 rr.uclass,
754 ep.uclass,
  /src/usr.sbin/btconfig/
btconfig.c 895 print_class(const char *str, uint8_t *uclass)
898 class = (uclass[2] << 16) | (uclass[1] << 8) | uclass[0];
  /src/sys/netbt/
hci.h 1242 uint8_t uclass[HCI_CLASS_SIZE]; /* unit class */ member in struct:__anonf724d2116608
1248 uint8_t uclass[HCI_CLASS_SIZE]; /* unit class */ member in struct:__anonf724d2116708
1905 uint8_t uclass[HCI_CLASS_SIZE]; /* unit class */ member in struct:__anonf724d211b508
1921 uint8_t uclass[HCI_CLASS_SIZE]; /* remote unit class */ member in struct:__anonf724d211b708
2134 uint8_t uclass[HCI_CLASS_SIZE]; /* unit class */ member in struct:__anonf724d211d508
2187 uint8_t uclass[HCI_CLASS_SIZE]; member in struct:__anonf724d211da08
hci_event.c 716 ep.uclass[0], ep.uclass[1], ep.uclass[2],

Completed in 40 milliseconds