Home
last modified time | relevance | path

Searched refs:NG_HCI_CON_HANDLE (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/netgraph7/bluetooth/hci/
H A Dng_hci_evnt.c494 con->con_handle = NG_HCI_CON_HANDLE(le16toh(ep->con_handle)); in con_compl()
665 h = NG_HCI_CON_HANDLE(le16toh(ep->con_handle)); in discon_compl()
703 u_int16_t h = NG_HCI_CON_HANDLE(le16toh(ep->con_handle)); in encryption_change()
750 h = NG_HCI_CON_HANDLE(le16toh(ep->con_handle)); in read_remote_features_compl()
800 h = NG_HCI_CON_HANDLE(le16toh(ep->con_handle)); in qos_setup_compl()
895 h = NG_HCI_CON_HANDLE(le16toh(h)); in num_compl_pkts()
949 u_int16_t h = NG_HCI_CON_HANDLE(le16toh(ep->con_handle)); in mode_change()
1005 u_int16_t h = NG_HCI_CON_HANDLE(le16toh(ep->con_handle)); in read_clock_offset_compl()
1056 h = NG_HCI_CON_HANDLE(le16toh(ep->con_handle)); in qos_violation()
H A Dng_hci_main.c814 con_handle = NG_HCI_CON_HANDLE(le16toh( in ng_hci_acl_rcvdata()
934 con_handle = NG_HCI_CON_HANDLE(le16toh( in ng_hci_sco_rcvdata()
H A Dng_hci_cmds.c497 h = NG_HCI_CON_HANDLE(le16toh(rp->con_handle)); in process_link_policy_params()
/dragonfly/sys/netgraph7/bluetooth/l2cap/
H A Dng_l2cap_llpi.c628 con_handle = NG_HCI_CON_HANDLE(acl_hdr->con_handle); in ng_l2cap_lp_receive()
/dragonfly/sys/netgraph7/bluetooth/include/
H A Dng_hci.h319 #define NG_HCI_CON_HANDLE(h) ((h) & 0x0fff) macro