Lines Matching full:read
75 /* Read reply. */
77 FAILIF(n < 0, "Failed to read response");
79 FAILIF(vsevent[1] != 0xFF, "Failed to read response");
82 FAILIF(n < 0, "Failed to read response");
114 /* Read each command and wait for a response. */
120 nr = read(fw, cmdp, sizeof(cmdp));
125 "Could not read H4 + HCI header!\n");
129 FAILIF(read(fw, data, cmd->plen) != cmd->plen,
130 "Could not read %d bytes of data \
190 /* Read reply. */
192 perror("Failed to read init response");
230 /* Read reply. */
232 perror("Failed to read vendor init response");
245 perror("Failed to read init response");
264 /* Read reply. */
266 perror("Failed to read reset response");