Searched defs:optarg (Results 1 - 1 of 1) sorted by path

/system/bluetooth/brcm_patchram_plus/
H A Dbrcm_patchram_plus.c196 parse_patchram(char *optarg) argument
200 if (!(p = strrchr(optarg, '.'))) {
201 fprintf(stderr, "file %s not an HCD file\n", optarg);
208 fprintf(stderr, "file %s not an HCD file\n", optarg);
212 if ((hcdfile_fd = open(optarg, O_RDONLY)) == -1) {
213 fprintf(stderr, "file %s could not be opened, error %d\n", optarg, errno);
274 parse_baudrate(char *optarg) argument
276 int baudrate = atoi(optarg);
286 parse_bdaddr(char *optarg) argument
291 sscanf(optarg, "
305 parse_enable_lpm(char *optarg) argument
312 parse_use_baudrate_for_download(char *optarg) argument
319 parse_enable_hci(char *optarg) argument
326 parse_scopcm(char *optarg) argument
354 parse_i2s(char *optarg) argument
377 parse_no2bytes(char *optarg) argument
384 parse_tosleep(char *optarg) argument
[all...]

Completed in 47 milliseconds