Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_ulpi.c250 req->hdr.type = NG_HCI_CMD_PKT; in ng_hci_lp_acl_con_req()
443 req->hdr.type = NG_HCI_CMD_PKT; in ng_hci_lp_sco_con_req()
617 req->hdr.type = NG_HCI_CMD_PKT; in ng_hci_lp_le_con_req()
730 req->hdr.type = NG_HCI_CMD_PKT; in ng_hci_lp_discon_req()
1003 req->hdr.type = NG_HCI_CMD_PKT; in ng_hci_lp_con_rsp()
1224 req->hdr.type = NG_HCI_CMD_PKT; in ng_hci_lp_qos_req()
H A Dng_hci_main.c1036 if (*mtod(m, u_int8_t *) != NG_HCI_CMD_PKT) { in ng_hci_raw_rcvdata()
H A Dng_hci_evnt.c762 lp->hdr.type = NG_HCI_CMD_PKT; in con_compl()
/f-stack/freebsd/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c683 case NG_HCI_CMD_PKT: in ng_btsocket_hci_raw_filter()
693 if (d && !bit_test(pcb->filter.packet_mask, NG_HCI_CMD_PKT - 1)) in ng_btsocket_hci_raw_filter()
1608 if (*mtod(m, u_int8_t *) != NG_HCI_CMD_PKT) { in ng_btsocket_hci_raw_send()
/f-stack/freebsd/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt.c1887 case NG_HCI_CMD_PKT: in ng_ubt_rcvdata()
/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_hci.h408 #define NG_HCI_CMD_PKT 0x01 macro