Home
last modified time | relevance | path

Searched refs:hci_simple_request (Results 1 – 5 of 5) sorted by relevance

/NextBSD/usr.sbin/bluetooth/hccontrol/
HDinfo.c47 if (hci_simple_request(s, NG_HCI_OPCODE(NG_HCI_OGF_INFO, in hci_read_local_version_information()
82 if (hci_simple_request(s, NG_HCI_OPCODE(NG_HCI_OGF_INFO, in hci_read_local_supported_features()
110 if (hci_simple_request(s, NG_HCI_OPCODE(NG_HCI_OGF_INFO, in hci_read_buffer_size()
141 if (hci_simple_request(s, NG_HCI_OPCODE(NG_HCI_OGF_INFO, in hci_read_country_code()
166 if (hci_simple_request(s, NG_HCI_OPCODE(NG_HCI_OGF_INFO, in hci_read_bd_addr()
HDhost_controller_baseband.c97 if (hci_simple_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND, in hci_reset()
118 if (hci_simple_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND, in hci_read_pin_type()
437 if (hci_simple_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND, in hci_read_local_name()
461 if (hci_simple_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND, in hci_read_connection_accept_timeout()
526 if (hci_simple_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND, in hci_read_page_timeout()
591 if (hci_simple_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND, in hci_read_scan_enable()
653 if (hci_simple_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND, in hci_read_page_scan_activity()
734 if (hci_simple_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND, in hci_read_inquiry_scan_activity()
816 if (hci_simple_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND, in hci_read_authentication_enable()
879 if (hci_simple_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND, in hci_read_encryption_mode()
[all …]
HDhccontrol.h59 int hci_simple_request (int, int, char *, int *);
HDle.c231 e = hci_simple_request(s, in le_read_local_supported_features()
249 e = hci_simple_request(s, NG_HCI_OPCODE( in le_read_supported_status()
HDsend_recv.c125 hci_simple_request(int s, int opcode, char *rp, int *rp_size) in hci_simple_request() function