Home
last modified time | relevance | path

Searched refs:HCI_CLASS_SIZE (Results 1 – 2 of 2) sorted by relevance

/dragonfly/usr.sbin/btconfig/
H A Dbtconfig.c57 uint8_t uclass[HCI_CLASS_SIZE];
552 uint8_t val[HCI_CLASS_SIZE]; in config_unit()
558 save_value(HCI_CMD_WRITE_UNIT_CLASS, val, HCI_CLASS_SIZE); in config_unit()
637 load_value(HCI_CMD_READ_UNIT_CLASS, buf, HCI_CLASS_SIZE); in print_info()
1099 memcpy(&result[num].uclass, &ir[i].uclass, HCI_CLASS_SIZE); in do_inquiry()
1127 memcpy(&result[num].uclass, &rr[i].uclass, HCI_CLASS_SIZE); in do_inquiry()
/dragonfly/sys/netbt/
H A Dhci.h94 #define HCI_CLASS_SIZE 3 /* unit class */ macro
1215 uint8_t uclass[HCI_CLASS_SIZE]; /* unit class */
1221 uint8_t uclass[HCI_CLASS_SIZE]; /* unit class */
1867 uint8_t uclass[HCI_CLASS_SIZE]; /* unit class */
1883 uint8_t uclass[HCI_CLASS_SIZE]; /* remote unit class */
2096 uint8_t uclass[HCI_CLASS_SIZE]; /* unit class */
2149 uint8_t uclass[HCI_CLASS_SIZE];