Searched refs:read_check (Results 1 – 1 of 1) sorted by relevance
/external/bluetooth/bluez/tools/ |
D | hciattach.c | 300 static int read_check(int fd, void *buf, int count) in read_check() function 398 if (read_check(fd, &byte, 1) == -1){ in bcsp() 405 if ( read_check(fd, &bcsph[0], 1) == -1){ in bcsp() 411 if ( read_check(fd, &bcsph[1], 3) == -1){ in bcsp() 421 if (read_check(fd, &bcspp, 4) == -1){ in bcsp() 441 if (read_check(fd, &byte, 1) == -1){ in bcsp() 448 if (read_check(fd, &bcsph[0], 1) == -1){ in bcsp() 454 if (read_check(fd, &bcsph[1], 3) == -1){ in bcsp() 465 if (read_check(fd, &bcspp, 4) == -1){ in bcsp()
|