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

/freebsd-13-stable/usr.sbin/bluetooth/hccontrol/
H A Dhccontrol.h60 int hci_request (int, int, char const *, int, char *, int *);
H A Dlink_policy.c66 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_POLICY,
120 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_POLICY,
182 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_POLICY,
232 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_POLICY,
H A Dstatus.c65 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_STATUS,
107 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_STATUS,
146 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_STATUS,
188 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_STATUS,
H A Dhost_controller_baseband.c160 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND,
331 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND,
379 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND,
416 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND,
505 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND,
570 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND,
632 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND,
713 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND,
795 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND,
858 if (hci_request(
[all...]
H A Dle.c125 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LE,
157 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LE,
246 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LE,
334 if(hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LE,
361 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_HC_BASEBAND,
422 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LE,
500 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LE,
556 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LE,
673 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LE,
690 if (hci_request(
[all...]
H A Dlink_control.c94 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL,
252 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL,
328 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL,
407 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL,
478 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL,
571 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL,
634 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL,
702 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL,
774 if (hci_request(s, NG_HCI_OPCODE(NG_HCI_OGF_LINK_CONTROL,
H A Dsend_recv.c47 hci_request(int s, int opcode, char const *cp, int cp_size, char *rp, int *rp_size) function
123 } /* hci_request */
129 return (hci_request(s, opcode, NULL, 0, rp, rp_size));

Completed in 65 milliseconds