OpenOBEX
1.7
|
USB-specific OBEX service information provided by optional Service Identification Functional Descriptor (CDC WMC specification section 6.5.2.5) More...
#include <obex_const.h>
Data Fields | |
uint8_t | role |
Role bit mask: bit 0 is set if client, unset if server. More... | |
uint8_t | uuid [16] |
Service UUID. More... | |
uint16_t | version |
Service version. More... | |
int | is_default_uuid |
Set if the service provides/expects an OBEX Default Server (spec section 6.5.2.5.2) More... | |
USB-specific OBEX service information provided by optional Service Identification Functional Descriptor (CDC WMC specification section 6.5.2.5)
int obex_usb_intf_service_t::is_default_uuid |
Set if the service provides/expects an OBEX Default Server (spec section 6.5.2.5.2)
uint8_t obex_usb_intf_service_t::role |
Role bit mask: bit 0 is set if client, unset if server.
uint8_t obex_usb_intf_service_t::uuid[16] |
Service UUID.
uint16_t obex_usb_intf_service_t::version |
Service version.