HomeSort by relevance Sort by last modified time
    Searched defs:baud_rate (Results 1 - 8 of 8) sorted by null

  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hci_uart.c 120 int baud_rate =0; local
125 baud_rate = 600;
128 baud_rate = 1200;
131 baud_rate = 9600;
134 baud_rate = 19200;
137 baud_rate = 57600;
140 baud_rate = 115200;
143 baud_rate = 230400;
146 baud_rate = 460800;
149 baud_rate = 921600
    [all...]
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hci_uart.c 121 int baud_rate =0; local
126 baud_rate = 600;
129 baud_rate = 1200;
132 baud_rate = 9600;
135 baud_rate = 19200;
138 baud_rate = 57600;
141 baud_rate = 115200;
144 baud_rate = 230400;
147 baud_rate = 460800;
150 baud_rate = 921600
    [all...]
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hci_uart.c 123 int baud_rate =0; local
128 baud_rate = 600;
131 baud_rate = 1200;
134 baud_rate = 9600;
137 baud_rate = 19200;
140 baud_rate = 57600;
143 baud_rate = 115200;
146 baud_rate = 230400;
149 baud_rate = 460800;
152 baud_rate = 921600
    [all...]
  /hardware/qcom/bt/msm8998/libbt-vendor/src/
hci_uart.c 122 int baud_rate =0; local
127 baud_rate = 600;
130 baud_rate = 1200;
133 baud_rate = 9600;
136 baud_rate = 19200;
139 baud_rate = 57600;
142 baud_rate = 115200;
145 baud_rate = 230400;
148 baud_rate = 460800;
151 baud_rate = 921600
    [all...]
  /system/bt/stack/rfcomm/
port_api.cc 576 uint8_t baud_rate; local
598 baud_rate = p_port->user_port_pars.baud_rate;
602 if (baud_rate != p_settings->baud_rate) {
    [all...]
rfc_int.h 122 uint8_t baud_rate; member in struct:__anon106564::__anon106565::__anon106570
  /external/ppp/pppd/
tty.c 131 int baud_rate; /* Actual bits/second for serial device */ variable
742 slprintf(numbuf, sizeof(numbuf), "%d", baud_rate);
    [all...]
  /system/bt/stack/include/
port_api.h 48 uint8_t baud_rate; member in struct:__anon106499

Completed in 350 milliseconds