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

  /src/sys/netbt/
hci.h 92 #define HCI_CLASS_SIZE 3 /* unit class */
1242 uint8_t uclass[HCI_CLASS_SIZE]; /* unit class */
1248 uint8_t uclass[HCI_CLASS_SIZE]; /* unit class */
1905 uint8_t uclass[HCI_CLASS_SIZE]; /* unit class */
1921 uint8_t uclass[HCI_CLASS_SIZE]; /* remote unit class */
2134 uint8_t uclass[HCI_CLASS_SIZE]; /* unit class */
2187 uint8_t uclass[HCI_CLASS_SIZE];
  /src/usr.sbin/btconfig/
btconfig.c 553 uint8_t val[HCI_CLASS_SIZE];
559 save_value(HCI_CMD_WRITE_UNIT_CLASS, val, HCI_CLASS_SIZE);
671 load_value(HCI_CMD_READ_UNIT_CLASS, buf, HCI_CLASS_SIZE);
  /src/lib/libbluetooth/
bt_dev.c 563 memcpy(ii->dev_class, cl, HCI_CLASS_SIZE);

Completed in 18 milliseconds