Hi Anderson, > Add Read RSSI and Read TX Power level commands in Management API > documentation. > --- > doc/mgmt-api.txt | 20 ++++++++++++++++++++ > 1 files changed, 20 insertions(+), 0 deletions(-) > > diff --git a/doc/mgmt-api.txt b/doc/mgmt-api.txt > index 353705e..b442cc5 100644 > --- a/doc/mgmt-api.txt > +++ b/doc/mgmt-api.txt > @@ -319,6 +319,26 @@ Stop Discovery Command > Command Parameters: > Return Parameters: > > +Read RSSI Command > +================= > + > + Command Code: 0x001D > + Controller Index: <controller id> > + Command Parameters: Address (6 Octets) > + Return Parameters: Status (1 Octet) > + Address (6 Octets) > + RSSI (1 Octet) > + > +Read TX Power Level Command > +=========================== > + > + Command Code: 0x001E > + Controller Index: <controller id> > + Command Parameters: Address (6 Octets) > + Return Parameters: Address (6 Octets) > + Status (1 Octet) > + Level (1 Octet) > + so why are these two separate commands. Just reading them in one kernel call might be a lot better. Including everything else you need to know about the connection. Also TX power can be local and remote TX power if I remember this correctly. 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