Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netgraph/bluetooth/hci/
Dng_hci_evnt.c539 con->con_handle = NG_HCI_CON_HANDLE(le16toh(ep->handle)); in le_connection_complete()
732 con->con_handle = NG_HCI_CON_HANDLE(le16toh(ep->con_handle)); in con_compl()
903 h = NG_HCI_CON_HANDLE(le16toh(ep->con_handle)); in discon_compl()
940 h = NG_HCI_CON_HANDLE(le16toh(ep->con_handle)); in encryption_change()
991 h = NG_HCI_CON_HANDLE(le16toh(ep->con_handle)); in read_remote_features_compl()
1042 h = NG_HCI_CON_HANDLE(le16toh(ep->con_handle)); in qos_setup_compl()
1137 h = NG_HCI_CON_HANDLE(le16toh(h)); in num_compl_pkts()
1191 u_int16_t h = NG_HCI_CON_HANDLE(le16toh(ep->con_handle)); in mode_change()
1247 u_int16_t h = NG_HCI_CON_HANDLE(le16toh(ep->con_handle)); in read_clock_offset_compl()
1299 h = NG_HCI_CON_HANDLE(le16toh(ep->con_handle)); in qos_violation()
Dng_hci_main.c828 con_handle = NG_HCI_CON_HANDLE(le16toh( in ng_hci_acl_rcvdata()
947 con_handle = NG_HCI_CON_HANDLE(le16toh( in ng_hci_sco_rcvdata()
Dng_hci_cmds.c508 h = NG_HCI_CON_HANDLE(le16toh(rp->con_handle)); in process_link_policy_params()
/freebsd-12-stable/sys/netgraph/bluetooth/l2cap/
Dng_l2cap_llpi.c687 con_handle = NG_HCI_CON_HANDLE(acl_hdr->con_handle); in ng_l2cap_lp_receive()
/freebsd-12-stable/sys/netgraph/bluetooth/include/
Dng_hci.h325 #define NG_HCI_CON_HANDLE(h) ((h) & 0x0fff) macro
/freebsd-12-stable/sys/netgraph/bluetooth/socket/
Dng_btsocket_sco.c745 con_handle = NG_HCI_CON_HANDLE(le16toh(hdr->con_handle)); in ng_btsocket_sco_data_input()