Home
last modified time | relevance | path

Searched refs:HCI_CMD_RESET (Results 1 – 9 of 9) sorted by relevance

/netbsd/usr.sbin/btattach/
H A Dinit_bcm43xx.c105 if (uart_send_cmd(fd, HCI_CMD_RESET, NULL, 0)) in init_bcm43xx()
107 uart_recv_cc(fd, HCI_CMD_RESET, &resp, sizeof(resp)); in init_bcm43xx()
140 uart_send_cmd(fd, HCI_CMD_RESET, NULL, 0); in init_bcm43xx()
141 uart_recv_cc(fd, HCI_CMD_RESET, &resp, sizeof(resp)); in init_bcm43xx()
H A Dinit_bgb2xx.c74 uart_send_cmd(fd, HCI_CMD_RESET, NULL, 0); in init_bgb2xx()
75 uart_recv_cc(fd, HCI_CMD_RESET, NULL, 0); in init_bgb2xx()
H A Dinit_bcm2035.c55 uart_send_cmd(fd, HCI_CMD_RESET, NULL, 0); in init_bcm2035()
57 uart_recv_cc(fd, HCI_CMD_RESET, NULL, 0); in init_bcm2035()
H A Dinit_stlc2500.c141 uart_send_cmd(fd, HCI_CMD_RESET, NULL, 0); in init_stlc2500()
142 uart_recv_cc(fd, HCI_CMD_RESET, NULL, 0); in init_stlc2500()
H A Dinit_swave.c101 uart_send_cmd(fd, HCI_CMD_RESET, NULL, 0); in init_swave()
/netbsd/sys/netbt/
H A Dhci_unit.c178 err = hci_send_cmd(unit, HCI_CMD_RESET, NULL, 0); in hci_enable()
H A Dhci_event.c361 case HCI_CMD_RESET: in hci_event_command_compl()
H A Dhci.h1017 #define HCI_CMD_RESET 0x0C03 macro
/netbsd/usr.sbin/btconfig/
H A Dbtconfig.c484 hci_req(HCI_CMD_RESET, 0, NULL, 0, NULL, 0); in config_unit()