Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/test/unittest/mock/src/
H A Dmock_linux_adapter.cpp21 constexpr uint32_t BULK_LEN = 256; variable
484 if (g_sprq->length <= BULK_LEN) { in FuncAdapterUrbCompleteHandle()
487 g_sprq->actualLength = BULK_LEN; in FuncAdapterUrbCompleteHandle()