Symbol: uart_recv_cc
usr.sbin/btattach/btattach.h
55
size_t uart_recv_cc(int, uint16_t, void *, size_t);
usr.sbin/btattach/init_bcm2035.c
57
uart_recv_cc(fd, HCI_CMD_RESET, NULL, 0);
usr.sbin/btattach/init_bcm2035.c
74
uart_recv_cc(fd, HCI_CMD_BCM2035_SET_UART_BAUD_RATE, NULL, 0);
usr.sbin/btattach/init_bcm43xx.c
107
uart_recv_cc(fd, HCI_CMD_RESET, &resp, sizeof(resp));
usr.sbin/btattach/init_bcm43xx.c
124
uart_recv_cc(fd, HCI_CMD_43XXFWDN, &resp, sizeof(resp));
usr.sbin/btattach/init_bcm43xx.c
134
uart_recv_cc(fd, fw_cmd, &resp, sizeof(resp));
usr.sbin/btattach/init_bcm43xx.c
141
uart_recv_cc(fd, HCI_CMD_RESET, &resp, sizeof(resp));
usr.sbin/btattach/init_bcm43xx.c
150
uart_recv_cc(fd, HCI_CMD_BCM43XX_SET_CLOCK, &resp, sizeof(resp));
usr.sbin/btattach/init_bcm43xx.c
158
uart_recv_cc(fd, HCI_CMD_BCM43XX_SET_UART_BAUD_RATE, &resp, sizeof(resp));
usr.sbin/btattach/init_bcm43xx.c
79
len = uart_recv_cc(fd, HCI_CMD_GET_LOCAL_NAME, buf, sizeof(buf));
usr.sbin/btattach/init_bgb2xx.c
71
uart_recv_cc(fd, HCI_CMD_ST_STORE_IN_NVDS, NULL, 0);
usr.sbin/btattach/init_bgb2xx.c
75
uart_recv_cc(fd, HCI_CMD_RESET, NULL, 0);
usr.sbin/btattach/init_csr.c
102
uart_recv_cc(fd, HCI_CMD_CSR_EXTN, NULL, 0);
usr.sbin/btattach/init_stlc2500.c
122
n = uart_recv_cc(fd, HCI_CMD_READ_LOCAL_VER, &rp, sizeof(rp));
usr.sbin/btattach/init_stlc2500.c
137
uart_recv_cc(fd, HCI_CMD_ST_STORE_IN_NVDS, NULL, 0);
usr.sbin/btattach/init_stlc2500.c
142
uart_recv_cc(fd, HCI_CMD_RESET, NULL, 0);
usr.sbin/btattach/init_stlc2500.c
93
n = uart_recv_cc(fd, HCI_CMD_ST_LOAD_FIRMWARE, buf, 1);
usr.sbin/btattach/init_unistone.c
64
n = uart_recv_cc(fd, 0xfc11, &rp, sizeof(rp));