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

  /external/bluetooth/bluez/tools/
dfu.h 93 uint16_t bcdDFU;
dfutool.c 385 bcd = le16_to_cpu(suffix->bcdDFU);
387 printf("bcdDFU\t\t%x.%x\n", bcd >> 8, bcd & 0xff);
685 suffix.bcdDFU = cpu_to_le16(0x0100);

Completed in 229 milliseconds