Home
last modified time | relevance | path

Searched refs:NG_HCI_OPCODE (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt_intel.c92 .opcode = htole16(NG_HCI_OPCODE(NG_HCI_OGF_VENDOR, 0x05)), in ubt_intel_check_firmware_state()
/f-stack/freebsd/netgraph/bluetooth/hci/
H A Dng_hci_ulpi.c252 req->hdr.opcode = htole16(NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in ng_hci_lp_acl_con_req()
445 req->hdr.opcode = htole16(NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in ng_hci_lp_sco_con_req()
619 req->hdr.opcode = htole16(NG_HCI_OPCODE(NG_HCI_OGF_LE, in ng_hci_lp_le_con_req()
732 req->hdr.opcode = htole16(NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in ng_hci_lp_discon_req()
1007 req->hdr.opcode = htole16(NG_HCI_OPCODE( in ng_hci_lp_con_rsp()
1041 req->hdr.opcode = htole16(NG_HCI_OPCODE( in ng_hci_lp_con_rsp()
1226 req->hdr.opcode = htole16(NG_HCI_OPCODE(NG_HCI_OGF_LINK_POLICY, in ng_hci_lp_qos_req()
H A Dng_hci_evnt.c763 lp->hdr.opcode = htole16(NG_HCI_OPCODE( in con_compl()
/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_hci.h380 #define NG_HCI_OPCODE(gf,cf) ((((gf) & 0x3f) << 10) | ((cf) & 0x3ff)) macro