Home
last modified time | relevance | path

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

/freebsd-head/lib/libusb/
HDlibusb10_desc.c691 if (dev_cap->bLength < LIBUSB_BT_CONTAINER_ID_SIZE) in libusb_get_container_id_descriptor()
698 desc->bLength = LIBUSB_BT_CONTAINER_ID_SIZE; in libusb_get_container_id_descriptor()
HDlibusb.h108 #define LIBUSB_BT_CONTAINER_ID_SIZE 20 macro