HomeSort by relevance Sort by last modified time
    Searched refs:bcsp_rate (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluez/tools/
bccmd.c 62 static inline int transport_open(int transport, char *device, speed_t bcsp_rate)
72 return csr_open_bcsp(device, bcsp_rate);
1150 speed_t bcsp_rate = B38400; local
1179 case 9600: bcsp_rate = B9600; break;
1180 case 19200: bcsp_rate = B19200; break;
1181 case 38400: bcsp_rate = B38400; break;
1182 case 57600: bcsp_rate = B57600; break;
1183 case 115200: bcsp_rate = B115200; break;
1184 case 230400: bcsp_rate = B230400; break;
1185 case 460800: bcsp_rate = B460800; break
    [all...]
csr_bcsp.c 49 int csr_open_bcsp(char *device, speed_t bcsp_rate)
87 cfsetospeed(&ti, bcsp_rate);
csr.h 523 int csr_open_bcsp(char *device, speed_t bcsp_rate);

Completed in 127 milliseconds