Searched refs:NG_HCI_OGF_LINK_POLICY (Results 1 – 6 of 6) sorted by relevance
/freebsd/usr.sbin/bluetooth/hccontrol/ |
H A D | link_policy.c | 65 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_POLICY, in hci_role_discovery() 119 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_POLICY, in hci_switch_role() 181 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_POLICY, in hci_read_link_policy_settings() 231 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_POLICY, in hci_write_link_policy_settings()
|
/freebsd/sys/netgraph/bluetooth/hci/ |
H A D | ng_hci_cmds.c | 206 case NG_HCI_OGF_LINK_POLICY: in ng_hci_process_command_complete() 302 case NG_HCI_OGF_LINK_POLICY: in ng_hci_process_command_status()
|
H A D | ng_hci_evnt.c | 769 NG_HCI_OGF_LINK_POLICY, in con_compl()
|
H A D | ng_hci_ulpi.c | 1225 req->hdr.opcode = htole16(NG_HCI_OPCODE(NG_HCI_OGF_LINK_POLICY, in ng_hci_lp_qos_req()
|
/freebsd/sys/netgraph/bluetooth/socket/ |
H A D | ng_btsocket_hci_raw.c | 831 f = ng_btsocket_hci_raw_sec_filter->commands[NG_HCI_OGF_LINK_POLICY-1]; in ng_btsocket_hci_raw_init()
|
/freebsd/sys/netgraph/bluetooth/include/ |
H A D | ng_hci.h | 915 #define NG_HCI_OGF_LINK_POLICY 0x02 /* OpCode Group Field */ 869 #define NG_HCI_OGF_LINK_POLICY global() macro
|