Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_hci.h81 #define NG_HCI_CLASS_SIZE 3 /* unit class */ macro
495 u_int8_t uclass[NG_HCI_CLASS_SIZE]; /* unit class */
1176 u_int8_t uclass[NG_HCI_CLASS_SIZE]; /* unit class */
1181 u_int8_t uclass[NG_HCI_CLASS_SIZE]; /* unit class */
1823 u_int8_t uclass[NG_HCI_CLASS_SIZE];/* unit class */
1839 u_int8_t uclass[NG_HCI_CLASS_SIZE]; /* remote unit class */
/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_evnt.c657 m_adj(event, NG_HCI_CLASS_SIZE); in inquiry_result()