Home
last modified time | relevance | path

Searched refs:uclass (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_hci.h495 u_int8_t uclass[NG_HCI_CLASS_SIZE]; /* unit class */ member
1176 u_int8_t uclass[NG_HCI_CLASS_SIZE]; /* unit class */ member
1181 u_int8_t uclass[NG_HCI_CLASS_SIZE]; /* unit class */ member
1823 u_int8_t uclass[NG_HCI_CLASS_SIZE];/* unit class */ member
1839 u_int8_t uclass[NG_HCI_CLASS_SIZE]; /* remote unit class */ member
/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_ulpi.c853 ng_hci_lp_con_ind(ng_hci_unit_con_p con, u_int8_t *uclass) in ng_hci_lp_con_ind() argument
879 bcopy(uclass, ep->uclass, sizeof(ep->uclass)); in ng_hci_lp_con_ind()
H A Dng_hci_evnt.c474 uint8_t uclass[3] = {0,0,0};//dummy uclass in le_connection_complete() local
527 error = ng_hci_lp_con_ind(con, uclass); in le_connection_complete()
867 error = ng_hci_lp_con_ind(con, ep->uclass); in con_req()