Changes

Jump to navigation Jump to search
1 byte added ,  23:09, 22 December 2009
m
Line 113: Line 113:  
The same request is used for both sending and receiving data. Which operation is used depends on the endpoint number (>=0x80 are input endpoints, <0x80 are output). The operation returns the number of bytes read or written.
 
The same request is used for both sending and receiving data. Which operation is used depends on the endpoint number (>=0x80 are input endpoints, <0x80 are output). The operation returns the number of bytes read or written.
   −
Note that wValue is big-endian, unlike for control requests.
+
Note that wLength is big-endian, unlike for control requests.
    
== Example Code: Reset Bluetooth ==
 
== Example Code: Reset Bluetooth ==

Navigation menu