Hi Andrzej,
On Wed, Sep 19, 2012, Andrzej Kaczmarek wrote:
Proximity Monitor interface is registered for each GATT device since profile
driver matches by GATT_UUID which is intended only for Reporter role.
This patches splits Proximity profile driver into two separate drivers for
Monitor and Reporter role to register interfaces properly.
---
profiles/proximity/manager.c | 29 +++++++++++++++++++++--------
profiles/proximity/reporter.c | 2 +-
profiles/proximity/reporter.h | 2 +-
3 files changed, 23 insertions(+), 10 deletions(-)
Both of these patches have been applied after some rework to match the
newer profile API.
Johan