Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_evnt.c541 con->con_handle = NG_HCI_CON_HANDLE(le16toh(ep->handle)); in le_connection_complete()
733 con->con_handle = NG_HCI_CON_HANDLE(le16toh(ep->con_handle)); in con_compl()
904 h = NG_HCI_CON_HANDLE(le16toh(ep->con_handle)); in discon_compl()
941 h = NG_HCI_CON_HANDLE(le16toh(ep->con_handle)); in encryption_change()
992 h = NG_HCI_CON_HANDLE(le16toh(ep->con_handle)); in read_remote_features_compl()
1043 h = NG_HCI_CON_HANDLE(le16toh(ep->con_handle)); in qos_setup_compl()
1138 h = NG_HCI_CON_HANDLE(le16toh(h)); in num_compl_pkts()
1192 u_int16_t h = NG_HCI_CON_HANDLE(le16toh(ep->con_handle)); in mode_change()
1248 u_int16_t h = NG_HCI_CON_HANDLE(le16toh(ep->con_handle)); in read_clock_offset_compl()
1300 h = NG_HCI_CON_HANDLE(le16toh(ep->con_handle)); in qos_violation()
H A 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()
H A Dng_hci_cmds.c508 h = NG_HCI_CON_HANDLE(le16toh(rp->con_handle)); in process_link_policy_params()
/f-stack/freebsd/netgraph/bluetooth/l2cap/
H A Dng_l2cap_llpi.c687 con_handle = NG_HCI_CON_HANDLE(acl_hdr->con_handle); in ng_l2cap_lp_receive()
/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_hci.h389 #define NG_HCI_CON_HANDLE(h) ((h) & 0x0fff) macro
/f-stack/freebsd/netgraph/bluetooth/socket/
H A Dng_btsocket_sco.c746 con_handle = NG_HCI_CON_HANDLE(le16toh(hdr->con_handle)); in ng_btsocket_sco_data_input()