HomeSort by relevance Sort by last modified time
    Searched refs:BTSNOOP_HDR_SIZE (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/hcidump/src/
hcidump.c 91 #define BTSNOOP_HDR_SIZE (sizeof(struct btsnoop_hdr))
210 len = write(fd, buf, BTSNOOP_HDR_SIZE);
216 if (len != BTSNOOP_HDR_SIZE) {
455 unsigned char buf[BTSNOOP_HDR_SIZE];
471 len = read(fd, buf, BTSNOOP_HDR_SIZE);
472 if (len != BTSNOOP_HDR_SIZE) {
517 len = write(fd, buf, BTSNOOP_HDR_SIZE);
523 if (len != BTSNOOP_HDR_SIZE) {
  /external/bluetooth/bluez/test/
hciemu.c 101 #define BTSNOOP_HDR_SIZE (sizeof(struct btsnoop_hdr))
187 len = write(fd, &hdr, BTSNOOP_HDR_SIZE);
193 if (len != BTSNOOP_HDR_SIZE) {

Completed in 356 milliseconds