Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/bluetooth/hccontrol/
HDhost_controller_baseband.c158 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND, in hci_write_pin_type()
329 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND, in hci_write_stored_link_key()
377 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND, in hci_delete_stored_link_key()
414 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND, in hci_change_local_name()
503 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND, in hci_write_connection_accept_timeout()
568 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND, in hci_write_page_timeout()
630 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND, in hci_write_scan_enable()
711 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND, in hci_write_page_scan_activity()
793 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND, in hci_write_inquiry_scan_activity()
856 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND, in hci_write_authentication_enable()
[all …]
HDstatus.c63 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_STATUS, in hci_read_failed_contact_counter()
105 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_STATUS, in hci_reset_failed_contact_counter()
144 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_STATUS, in hci_get_link_quality()
186 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_STATUS, in hci_read_rssi()
HDle.c109 e = hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LE, in le_set_scan_param()
134 e = hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LE, in le_set_scan_enable()
215 e = hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LE, in le_set_scan_response()
272 e = hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LE, in set_le_event_mask()
292 e = hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND, in set_event_mask()
HDlink_policy.c64 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_POLICY, in hci_role_discovery()
118 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_POLICY, in hci_switch_role()
180 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_POLICY, in hci_read_link_policy_settings()
230 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_POLICY, in hci_write_link_policy_settings()
HDlink_control.c92 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in hci_inquiry()
250 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in hci_create_connection()
326 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in hci_disconnect()
405 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in hci_add_sco_connection()
476 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in hci_change_connection_packet_type()
569 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in hci_remote_name_request()
632 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in hci_read_remote_supported_features()
700 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in hci_read_remote_version_information()
772 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in hci_read_clock_offset()
HDsend_recv.c45 hci_request(int s, int opcode, char const *cp, int cp_size, char *rp, int *rp_size) in hci_request() function
127 return (hci_request(s, opcode, NULL, 0, rp, rp_size)); in hci_simple_request()
HDhccontrol.h58 int hci_request (int, int, char const *, int, char *, int *);