Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netgraph/bluetooth/include/
Dng_hci.h81 #define NG_HCI_CLASS_SIZE 3 /* unit class */ macro
431 u_int8_t uclass[NG_HCI_CLASS_SIZE]; /* unit class */
1112 u_int8_t uclass[NG_HCI_CLASS_SIZE]; /* unit class */
1117 u_int8_t uclass[NG_HCI_CLASS_SIZE]; /* unit class */
1736 u_int8_t uclass[NG_HCI_CLASS_SIZE];/* unit class */
1752 u_int8_t uclass[NG_HCI_CLASS_SIZE]; /* remote unit class */
/freebsd-12-stable/sys/netgraph/bluetooth/hci/
Dng_hci_evnt.c656 m_adj(event, NG_HCI_CLASS_SIZE); in inquiry_result()