HomeSort by: relevance | last modified time | path
    Searched refs:HCI_CMD_RESET (Results 1 - 9 of 9) sorted by relevancy

  /src/usr.sbin/btattach/
init_bcm2035.c 55 uart_send_cmd(fd, HCI_CMD_RESET, NULL, 0);
57 uart_recv_cc(fd, HCI_CMD_RESET, NULL, 0);
init_bgb2xx.c 74 uart_send_cmd(fd, HCI_CMD_RESET, NULL, 0);
75 uart_recv_cc(fd, HCI_CMD_RESET, NULL, 0);
init_bcm43xx.c 105 if (uart_send_cmd(fd, HCI_CMD_RESET, NULL, 0))
107 uart_recv_cc(fd, HCI_CMD_RESET, &resp, sizeof(resp));
140 uart_send_cmd(fd, HCI_CMD_RESET, NULL, 0);
141 uart_recv_cc(fd, HCI_CMD_RESET, &resp, sizeof(resp));
init_stlc2500.c 141 uart_send_cmd(fd, HCI_CMD_RESET, NULL, 0);
142 uart_recv_cc(fd, HCI_CMD_RESET, NULL, 0);
init_swave.c 101 uart_send_cmd(fd, HCI_CMD_RESET, NULL, 0);
  /src/sys/netbt/
hci_unit.c 178 err = hci_send_cmd(unit, HCI_CMD_RESET, NULL, 0);
hci_event.c 67 static void hci_cmd_reset(struct hci_unit *, struct mbuf *);
361 case HCI_CMD_RESET:
362 hci_cmd_reset(unit, m);
1247 hci_cmd_reset(struct hci_unit *unit, struct mbuf *m) function in typeref:typename:void
hci.h 1017 #define HCI_CMD_RESET 0x0C03
  /src/usr.sbin/btconfig/
btconfig.c 484 hci_req(HCI_CMD_RESET, 0, NULL, 0, NULL, 0);

Completed in 19 milliseconds