Hi Szymon, On Thu, Mar 19, 2015, Szymon Janc wrote: > > +Connect Command > > +=============== > > + > > + Command Code: 0x0004 > > + Controller Index: <controller id> > > + Command Parameters: Address (6 Octets) > > + Address_Type (1 Octet) > > + Return Parameters: Address (6 Octets) > > + Address_Type (1 Octet) > > + Network_Interface (16 Octets) > > + > > + This command is used to connect to a remote 6LoWPAN server. > > + > > + The returned Network_Interface parameter is a nul-terminated > > + string containing the created network interface name. > > + > > + This command generates a Command Complete event on success or > > + a Command Status event on failure. > > Shouldn't this always return command complete? ie for userspace to be > able to easily handle multiple connect commands? > (currently mgmt lib handles only 1 command at once but...) Good catch. I'll fix it in v2. > > +Disconnect Command > > +================== > > + > > + Command Code: 0x0005 > > + Controller Index: <controller id> > > + Command Parameters: Address (6 Octets) > > + Address_Type (1 Octet) > > + Return Parameters: Address (6 Octets) > > + Address_Type (1 Octet) > > + > > + This command is used to disconnect from a remote 6LoWPAN server. > > + > > + This command generates a Command Complete event on success or > > + a Command Status event on failure. > > Same here. Will fix. Johan -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html