Home
last modified time | relevance | path

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

/NextBSD/sys/netgraph/bluetooth/include/
HDng_hci.h79 #define NG_HCI_CLASS_SIZE 3 /* unit class */ macro
428 u_int8_t uclass[NG_HCI_CLASS_SIZE]; /* unit class */
1106 u_int8_t uclass[NG_HCI_CLASS_SIZE]; /* unit class */
1111 u_int8_t uclass[NG_HCI_CLASS_SIZE]; /* unit class */
1730 u_int8_t uclass[NG_HCI_CLASS_SIZE];/* unit class */
1746 u_int8_t uclass[NG_HCI_CLASS_SIZE]; /* remote unit class */
/NextBSD/sys/netgraph/bluetooth/hci/
HDng_hci_evnt.c639 m_adj(event, NG_HCI_CLASS_SIZE); in inquiry_result()