Searched refs:hci_request (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/usr.sbin/bluetooth/hccontrol/ |
| D | host_controller_baseband.c | 160 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND, in hci_write_pin_type() 331 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND, in hci_write_stored_link_key() 379 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND, in hci_delete_stored_link_key() 416 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND, in hci_change_local_name() 505 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND, in hci_write_connection_accept_timeout() 570 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND, in hci_write_page_timeout() 632 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND, in hci_write_scan_enable() 713 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND, in hci_write_page_scan_activity() 795 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND, in hci_write_inquiry_scan_activity() 858 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND, in hci_write_authentication_enable() [all …]
|
| D | le.c | 112 e = hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LE, in le_set_scan_param() 137 e = hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LE, in le_set_scan_enable() 219 e = hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LE, in le_set_scan_response() 301 e = hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LE, in set_le_event_mask() 321 e = hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND, in set_event_mask() 363 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LE, in le_set_advertising_enable() 441 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LE, in le_set_advertising_param() 497 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LE, in le_set_advertising_data()
|
| D | status.c | 65 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_STATUS, in hci_read_failed_contact_counter() 107 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_STATUS, in hci_reset_failed_contact_counter() 146 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_STATUS, in hci_get_link_quality() 188 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_STATUS, in hci_read_rssi()
|
| D | link_policy.c | 66 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_POLICY, in hci_role_discovery() 120 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_POLICY, in hci_switch_role() 182 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_POLICY, in hci_read_link_policy_settings() 232 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_POLICY, in hci_write_link_policy_settings()
|
| D | link_control.c | 94 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in hci_inquiry() 252 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in hci_create_connection() 328 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in hci_disconnect() 407 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in hci_add_sco_connection() 478 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in hci_change_connection_packet_type() 571 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in hci_remote_name_request() 634 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in hci_read_remote_supported_features() 702 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in hci_read_remote_version_information() 774 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL, in hci_read_clock_offset()
|
| D | send_recv.c | 47 hci_request(int s, int opcode, char const *cp, int cp_size, char *rp, int *rp_size) in hci_request() function 129 return (hci_request(s, opcode, NULL, 0, rp, rp_size)); in hci_simple_request()
|
| D | hccontrol.h | 60 int hci_request (int, int, char const *, int, char *, int *);
|