Searched refs:NG_HCI_OGF_LINK_CONTROL (Results 1 – 7 of 7) sorted by relevance
/freebsd/usr.sbin/bluetooth/hccontrol/ |
H A D | link_control.c | 93 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in hci_inquiry() 251 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in hci_create_connection() 327 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in hci_disconnect() 406 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in hci_add_sco_connection() 477 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in hci_change_connection_packet_type() 570 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in hci_remote_name_request() 633 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in hci_read_remote_supported_features() 701 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in hci_read_remote_version_information() 773 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in hci_read_clock_offset()
|
/freebsd/usr.sbin/bluetooth/hcsecd/ |
H A D | hcsecd.c | 280 cmd->opcode = htole16(NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in send_pin_code_reply() 295 cmd->opcode = htole16(NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in send_pin_code_reply() 339 cmd->opcode = htole16(NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in send_link_key_reply() 353 cmd->opcode = htole16(NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in send_link_key_reply()
|
/freebsd/sys/netgraph/bluetooth/hci/ |
H A D | ng_hci_ulpi.c | 251 req->hdr.opcode = htole16(NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in ng_hci_lp_acl_con_req() 444 req->hdr.opcode = htole16(NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in ng_hci_lp_sco_con_req() 731 req->hdr.opcode = htole16(NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in ng_hci_lp_discon_req() 1007 NG_HCI_OGF_LINK_CONTROL, in ng_hci_lp_con_rsp() 1041 NG_HCI_OGF_LINK_CONTROL, in ng_hci_lp_con_rsp()
|
H A D | ng_hci_cmds.c | 201 case NG_HCI_OGF_LINK_CONTROL: in ng_hci_process_command_complete() 298 case NG_HCI_OGF_LINK_CONTROL: in ng_hci_process_command_status()
|
/freebsd/lib/libbluetooth/ |
H A D | hci.c | 487 NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, NG_HCI_OCF_INQUIRY), in bt_devinquiry() 577 r.opcode = NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in bt_devremote_name()
|
/freebsd/sys/netgraph/bluetooth/socket/ |
H A D | ng_btsocket_hci_raw.c | 820 f = ng_btsocket_hci_raw_sec_filter->commands[NG_HCI_OGF_LINK_CONTROL-1]; in ng_btsocket_hci_raw_init()
|
/freebsd/sys/netgraph/bluetooth/include/ |
H A D | ng_hci.h | 695 #define NG_HCI_OGF_LINK_CONTROL 0x01 /* OpCode Group Field */ 693 #define NG_HCI_OGF_LINK_CONTROL global() macro
|