Hi Lukasz, > This patch introduces Get Connection Information command. > --- > > v2: Changed Command name and add Flags into the response > v3: Added TXPowerMax into the response based on the comments we got. > > doc/mgmt-api.txt | 39 +++++++++++++++++++++++++++++++++++++++ > 1 file changed, 39 insertions(+) > > diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt > index cd5cd24..8345048 100644 > --- a/doc/mgmt-api.txt > +++ b/doc/mgmt-api.txt > @@ -1679,6 +1679,45 @@ Load Identity Resolving Keys Command > Invalid Index > > > +Get Connection Information Command > +================================== > + > + Command Code: 0x0031 > + Controller Index: <controller id> > + Command Parameters: Address (6 Octets) > + Address_Type (1 Octet) > + Data_Type (4 Octet) > + Return Parameters: Address (6 Octets) > + Address_Type (1 Octet) > + RSSI (1 Octet) > + TXPowerMax (1 Octet) this one looks weird now. In this case, we better just do RSSI, TX Max Power and TX Power at the same time. So this needs a bit of thinking. Just start with the basic implementation and we sort out the details of the mgmt later. Right now I would have left the TX Max Power out of it completely. Regards Marcel -- 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