Home
last modified time | relevance | path

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

/external/bluetooth/bluez/tools/
Ddfutool.c197 if (status.bState == DFU_STATE_ERROR) { in open_device()
212 if (status.bState == DFU_STATE_DFU_IDLE) { in open_device()
221 if (status.bState != DFU_STATE_APP_IDLE) { in open_device()
222 printf("Device is not idle, can't detach it (state %d)\n", status.bState); in open_device()
245 if (status.bState != DFU_STATE_APP_DETACH) { in open_device()
301 if (status.bState != DFU_STATE_DFU_IDLE) { in open_device()
513 status.bStatus, status.bState); in cmd_upgrade()
517 if (status.bState != DFU_STATE_DFU_IDLE && in cmd_upgrade()
518 status.bState != DFU_STATE_DFU_DNLOAD_IDLE) { in cmd_upgrade()
640 status.bStatus, status.bState); in cmd_archive()
[all …]
Ddfu.h52 uint8_t bState; member