Home
last modified time | relevance | path

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

/external/libusb/examples/
Dxusb.c80 #define INQUIRY_LENGTH 0x24 macro
484 cdb[4] = INQUIRY_LENGTH; in test_mass_storage()
486 …send_mass_storage_command(handle, endpoint_out, lun, cdb, LIBUSB_ENDPOINT_IN, INQUIRY_LENGTH, &exp… in test_mass_storage()
487 …CALL_CHECK(libusb_bulk_transfer(handle, endpoint_in, (unsigned char*)&buffer, INQUIRY_LENGTH, &siz… in test_mass_storage()