Home
last modified time | relevance | path

Searched refs:DFU_STATE_APP_IDLE (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/bluez/tools/
Ddfu.h76 #define DFU_STATE_APP_IDLE 0 macro
Ddfutool.c221 if (status.bState != DFU_STATE_APP_IDLE) { in open_device()