Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_ulpi.c249 req->hdr.type = NG_HCI_CMD_PKT; in ng_hci_lp_acl_con_req()
442 req->hdr.type = NG_HCI_CMD_PKT; in ng_hci_lp_sco_con_req()
616 req->hdr.type = NG_HCI_CMD_PKT; in ng_hci_lp_le_con_req()
729 req->hdr.type = NG_HCI_CMD_PKT; in ng_hci_lp_discon_req()
1002 req->hdr.type = NG_HCI_CMD_PKT; in ng_hci_lp_con_rsp()
1223 req->hdr.type = NG_HCI_CMD_PKT; in ng_hci_lp_qos_req()
H A Dng_hci_main.c1035 if (*mtod(m, u_int8_t *) != NG_HCI_CMD_PKT) { in ng_hci_raw_rcvdata()
H A Dng_hci_evnt.c765 lp->hdr.type = NG_HCI_CMD_PKT; in con_compl()
/freebsd/usr.sbin/bluetooth/hcsecd/
H A Dhcsecd.c275 cmd->type = NG_HCI_CMD_PKT; in send_pin_code_reply()
334 cmd->type = NG_HCI_CMD_PKT; in send_link_key_reply()
/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dsend_recv.c57 c->type = NG_HCI_CMD_PKT; in hci_request()
H A Dhost_controller_baseband.c196 cmd.hdr.type = NG_HCI_CMD_PKT; in hci_read_stored_link_key()
/freebsd/sys/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()
1596 if (*mtod(m, u_int8_t *) != NG_HCI_CMD_PKT) { in ng_btsocket_hci_raw_send()
/freebsd/lib/libbluetooth/
H A Dhci.c115 h.type = NG_HCI_CMD_PKT; in bt_devsend()
179 case NG_HCI_CMD_PKT: { in bt_devrecv()
/freebsd/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt.c1915 case NG_HCI_CMD_PKT: in ng_ubt_rcvdata()
/freebsd/sys/netgraph/bluetooth/include/
H A Dng_hci.h407 #define NG_HCI_CMD_PKT 0x01 macro