HomeSort by relevance Sort by last modified time
    Searched refs:resp (Results 1 - 25 of 282) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/bluetooth/bluez/tools/
hciattach_qualcomm.c 71 command_complete_t resp; local
81 n = read_hci_event(fd, (unsigned char *)&resp, sizeof(resp));
85 FAILIF(resp.hci_hdr.evt != EVT_CMD_COMPLETE,
87 "but 0x%02x!\n", resp.hci_hdr.evt);
89 FAILIF(resp.hci_hdr.plen < 4, /* plen >= 4 for EVT_CMD_COMPLETE */
91 resp.hci_hdr.plen);
94 FAILIF(resp.cmd_complete.opcode != 0,
96 resp.cmd_complete.opcode);
98 return resp.status == 0 ? 0 : -1
171 unsigned char resp[100]; \/* Response *\/ local
    [all...]