OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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