Searched refs:NG_HCI_CON_HANDLE (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/netgraph/bluetooth/hci/
H A Dng_hci_evnt.c542 con->con_handle = NG_HCI_CON_HANDLE(le16toh(ep->handle));
734 con->con_handle = NG_HCI_CON_HANDLE(le16toh(ep->con_handle));
905 h = NG_HCI_CON_HANDLE(le16toh(ep->con_handle));
942 h = NG_HCI_CON_HANDLE(le16toh(ep->con_handle));
993 h = NG_HCI_CON_HANDLE(le16toh(ep->con_handle));
1044 h = NG_HCI_CON_HANDLE(le16toh(ep->con_handle));
1139 h = NG_HCI_CON_HANDLE(le16toh(h));
1193 u_int16_t h = NG_HCI_CON_HANDLE(le16toh(ep->con_handle));
1249 u_int16_t h = NG_HCI_CON_HANDLE(le16toh(ep->con_handle));
1301 h = NG_HCI_CON_HANDLE(le16to
[all...]
H A Dng_hci_main.c828 con_handle = NG_HCI_CON_HANDLE(le16toh(
947 con_handle = NG_HCI_CON_HANDLE(le16toh(
H A Dng_hci_cmds.c508 h = NG_HCI_CON_HANDLE(le16toh(rp->con_handle));
/freebsd-13-stable/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_llpi.c687 con_handle = NG_HCI_CON_HANDLE(acl_hdr->con_handle);
/freebsd-13-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_sco.c746 con_handle = NG_HCI_CON_HANDLE(le16toh(hdr->con_handle));
/freebsd-13-stable/sys/netgraph/bluetooth/include/
H A Dng_hci.h389 #define NG_HCI_CON_HANDLE(h) ((h) & 0x0fff) macro

Completed in 113 milliseconds