Hi Vinicius,
On Tue, Jan 31, 2012, Vinicius Costa Gomes wrote:
In the case of incomming connections we have to know the type of
the device that connected to us.
Through hciops we have the LE Connection Complete event, that
information was lost when Management interface was being used.
---
plugins/hciops.c | 30 +++++++++++++++++-------------
plugins/mgmtops.c | 29 +++++++++++++++--------------
src/device.c | 8 ++++++++
src/device.h | 1 +
src/event.c | 4 +++-
src/event.h | 2 +-
6 files changed, 45 insertions(+), 29 deletions(-)
All six patches have been applied. Thanks.
Please pay attention to your summary line lengths in the future.
Remember that git shortlog indents them by 6 characters so anything over
74 will look strange. I fixed it manually this time.
Johan