Searched refs:HCI_CLASS_SIZE (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/netbt/
H A Dhci.h89 #define HCI_CLASS_SIZE 3 /* unit class */ macro
1216 uint8_t uclass[HCI_CLASS_SIZE]; /* unit class */
1222 uint8_t uclass[HCI_CLASS_SIZE]; /* unit class */
1868 uint8_t uclass[HCI_CLASS_SIZE]; /* unit class */
1884 uint8_t uclass[HCI_CLASS_SIZE]; /* remote unit class */
2097 uint8_t uclass[HCI_CLASS_SIZE]; /* unit class */
2150 uint8_t uclass[HCI_CLASS_SIZE];
/netbsd-6-1-5-RELEASE/usr.sbin/btconfig/
H A Dbtconfig.c552 uint8_t val[HCI_CLASS_SIZE];
558 save_value(HCI_CMD_WRITE_UNIT_CLASS, val, HCI_CLASS_SIZE);
665 load_value(HCI_CMD_READ_UNIT_CLASS, buf, HCI_CLASS_SIZE);
/netbsd-6-1-5-RELEASE/lib/libbluetooth/
H A Dbt_dev.c563 memcpy(ii->dev_class, cl, HCI_CLASS_SIZE);

Completed in 120 milliseconds