Lightweight USB stack
1.0
|
OBEX Service Identification Functional Descriptor. More...
#include <usb_cdcw.h>
Data Fields | |
uint8_t | bFunctionLength |
Size of this functional descriptor, in bytes. | |
uint8_t | bDescriptorType |
CS_INTERFACE descriptor type. | |
uint8_t | bDescriptorSubType |
OBEX Service Identifier Functional Descriptor. | |
uint8_t | bmOBEXRole |
Represents the OBEX role to be played by the function. | |
uint8_t | bOBEXServiceUUID [16] |
A 16 byte UUID value used to indicate the particular OBEX service associated with this function. | |
uint16_t | wOBEXServiceVersion |
A 16 bit value indicating the version of the OBEX service associated with this function. | |
OBEX Service Identification Functional Descriptor.
This optional functional descriptor indicates the mode supported by this OBEX function. This corresponds to an OBEX role (client or server), a particular OBEX service, and an OBEX service version.
Definition at line 121 of file usb_cdcw.h.