/hardware/broadcom/libbt/src/ |
userial_vendor.c | 71 static vnd_userial_cb_t vnd_userial; variable 145 if (ioctl(vnd_userial.fd, TIOCSETD, &ldisc) < 0) 178 vnd_userial.fd = -1; 179 snprintf(vnd_userial.port_name, VND_PORT_NAME_MAXLEN, "%s", \ 199 vnd_userial.fd = -1; 242 ALOGI("userial vendor open: opening %s", vnd_userial.port_name); 244 if ((vnd_userial.fd = open(vnd_userial.port_name, O_RDWR)) == -1) 246 ALOGE("userial vendor open: unable to open %s", vnd_userial.port_name); 250 tcflush(vnd_userial.fd, TCIOFLUSH) [all...] |
/hardware/qcom/bt/msm8909/libbt-vendor/src/ |
hci_uart.c | 55 vnd_userial_cb_t vnd_userial; variable 213 vnd_userial.fd = -1; 214 snprintf(vnd_userial.port_name, VND_PORT_NAME_MAXLEN, "%s", BT_HS_UART_DEVICE); 233 vnd_userial.fd = -1; 276 ALOGI("userial vendor open: opening %s", vnd_userial.port_name); 278 if ((vnd_userial.fd = open(vnd_userial.port_name, O_RDWR|O_NOCTTY)) == -1) 280 ALOGE("userial vendor open: unable to open %s", vnd_userial.port_name); 284 tcflush(vnd_userial.fd, TCIOFLUSH); 286 tcgetattr(vnd_userial.fd, &vnd_userial.termios) [all...] |
bt_vendor_qcom.c | 769 if(ath3k_init(fd,3000000,115200,NULL,&vnd_userial.termios)<0) 871 vnd_userial.fd = fd = connect_to_local_socket("bt_sock"); [all...] |
/hardware/qcom/bt/msm8992/libbt-vendor/src/ |
hci_uart.c | 56 vnd_userial_cb_t vnd_userial; variable 214 vnd_userial.fd = -1; 215 snprintf(vnd_userial.port_name, VND_PORT_NAME_MAXLEN, "%s", BT_HS_UART_DEVICE); 234 vnd_userial.fd = -1; 277 ALOGI("userial vendor open: opening %s", vnd_userial.port_name); 279 if ((vnd_userial.fd = open(vnd_userial.port_name, O_RDWR|O_NOCTTY)) == -1) 281 ALOGE("userial vendor open: unable to open %s", vnd_userial.port_name); 285 tcflush(vnd_userial.fd, TCIOFLUSH); 287 tcgetattr(vnd_userial.fd, &vnd_userial.termios) [all...] |
bt_vendor_qcom.c | 750 if(ath3k_init(fd,3000000,115200,NULL,&vnd_userial.termios)<0) 842 vnd_userial.fd = fd_filter = connect_to_local_socket("bt_sock"); [all...] |
/hardware/qcom/bt/msm8996/libbt-vendor/src/ |
hci_uart.c | 56 vnd_userial_cb_t vnd_userial; variable 214 vnd_userial.fd = -1; 215 snprintf(vnd_userial.port_name, VND_PORT_NAME_MAXLEN, "%s", BT_HS_UART_DEVICE); 234 vnd_userial.fd = -1; 277 ALOGI("userial vendor open: opening %s", vnd_userial.port_name); 279 if ((vnd_userial.fd = open(vnd_userial.port_name, O_RDWR|O_NOCTTY)) == -1) 281 ALOGE("userial vendor open: unable to open %s", vnd_userial.port_name); 285 tcflush(vnd_userial.fd, TCIOFLUSH); 287 tcgetattr(vnd_userial.fd, &vnd_userial.termios) [all...] |
bt_vendor_qcom.c | 745 if(ath3k_init(fd,3000000,115200,NULL,&vnd_userial.termios)<0) 837 vnd_userial.fd = fd_filter = connect_to_local_socket("bt_sock"); [all...] |
/hardware/qcom/bt/msm8909/libbt-vendor/include/ |
hci_uart.h | 167 extern vnd_userial_cb_t vnd_userial;
|
/hardware/qcom/bt/msm8992/libbt-vendor/include/ |
hci_uart.h | 167 extern vnd_userial_cb_t vnd_userial;
|
/hardware/qcom/bt/msm8996/libbt-vendor/include/ |
hci_uart.h | 167 extern vnd_userial_cb_t vnd_userial;
|