Home
last modified time | relevance | path

Searched refs:hcdfile_fd (Results 1 – 1 of 1) sorted by relevance

/system/bluetooth/brcm_patchram_plus/
Dbrcm_patchram_plus.c95 int hcdfile_fd = -1; variable
136 if ((hcdfile_fd = open(optarg, O_RDONLY)) == -1) { in parse_patchram()
438 while (read(hcdfile_fd, &buffer[1], 3)) { in proc_patchram()
443 read(hcdfile_fd, &buffer[4], len); in proc_patchram()
556 if (hcdfile_fd > 0) { in main()