Home
last modified time | relevance | path

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

/trueos/usr.sbin/bluetooth/hccontrol/
HDlink_control.c91 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in hci_inquiry()
249 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in hci_create_connection()
325 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in hci_disconnect()
404 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in hci_add_sco_connection()
475 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in hci_change_connection_packet_type()
568 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in hci_remote_name_request()
631 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in hci_read_remote_supported_features()
699 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in hci_read_remote_version_information()
771 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in hci_read_clock_offset()
/trueos/usr.sbin/bluetooth/hcsecd/
HDhcsecd.c278 cmd->opcode = htole16(NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in send_pin_code_reply()
293 cmd->opcode = htole16(NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in send_pin_code_reply()
337 cmd->opcode = htole16(NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in send_link_key_reply()
351 cmd->opcode = htole16(NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in send_link_key_reply()
/trueos/sys/netgraph/bluetooth/hci/
HDng_hci_ulpi.c238 req->hdr.opcode = htole16(NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in ng_hci_lp_acl_con_req()
431 req->hdr.opcode = htole16(NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in ng_hci_lp_sco_con_req()
544 req->hdr.opcode = htole16(NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in ng_hci_lp_discon_req()
791 NG_HCI_OGF_LINK_CONTROL, in ng_hci_lp_con_rsp()
825 NG_HCI_OGF_LINK_CONTROL, in ng_hci_lp_con_rsp()
HDng_hci_cmds.c196 case NG_HCI_OGF_LINK_CONTROL: in ng_hci_process_command_complete()
290 case NG_HCI_OGF_LINK_CONTROL: in ng_hci_process_command_status()
/trueos/lib/libbluetooth/
HDhci.c481 NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, NG_HCI_OCF_INQUIRY), in bt_devinquiry()
/trueos/sys/netgraph/bluetooth/include/
HDng_hci.h615 #define NG_HCI_OGF_LINK_CONTROL 0x01 /* OpCode Group Field */ macro
/trueos/sys/netgraph/bluetooth/socket/
HDng_btsocket_hci_raw.c823 f = ng_btsocket_hci_raw_sec_filter->commands[NG_HCI_OGF_LINK_CONTROL-1]; in ng_btsocket_hci_raw_init()