Searched refs:NG_HCI_CMD_PKT (Results 1 – 6 of 6) sorted by relevance
250 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()
1036 if (*mtod(m, u_int8_t *) != NG_HCI_CMD_PKT) { in ng_hci_raw_rcvdata()
762 lp->hdr.type = NG_HCI_CMD_PKT; in con_compl()
683 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()
1887 case NG_HCI_CMD_PKT: in ng_ubt_rcvdata()
408 #define NG_HCI_CMD_PKT 0x01 macro