Hi Claudio,
On Wed, May 18, 2011, Claudio Takahasi wrote:
Adapter needs to have only one method to allow discovery results
integration for both interfaces: hciops and mgmtops. This patch
moves the code related to advertises parsing to the same function
that handles inquiry results.
---
src/adapter.c | 67 ++++++++++++++++++--------------------------------------
src/adapter.h | 7 +----
src/event.c | 25 +++-----------------
3 files changed, 28 insertions(+), 71 deletions(-)
Patches 3, 4 and 5 have been pushed upstream, but this one causes a
compiler error with gcc 4.6:
src/adapter.c: In function ‘adapter_update_found_devices’:
src/adapter.c:3008:28: error: variable ‘le’ set but not used [-Werror=unused-but-set-variable]
Please fix and resend.
Johan