Home
last modified time | relevance | path

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

/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()
732 req->hdr.opcode = htole16(NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in ng_hci_lp_discon_req()
1008 NG_HCI_OGF_LINK_CONTROL, in ng_hci_lp_con_rsp()
1042 NG_HCI_OGF_LINK_CONTROL, in ng_hci_lp_con_rsp()
H A Dng_hci_cmds.c202 case NG_HCI_OGF_LINK_CONTROL: in ng_hci_process_command_complete()
299 case NG_HCI_OGF_LINK_CONTROL: in ng_hci_process_command_status()
/f-stack/freebsd/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c825 f = ng_btsocket_hci_raw_sec_filter->commands[NG_HCI_OGF_LINK_CONTROL-1]; in ng_btsocket_hci_raw_init()
/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_hci.h694 #define NG_HCI_OGF_LINK_CONTROL 0x01 /* OpCode Group Field */ macro