Commit: d56685d05706bd5ab97a92940cd0b3dcf22d0401
Parent: 18d68b3755ffaafcfc74da9a5412b3c62baeadd4
Author: Johan Hedberg <johan.hedberg@intel.com>
Committer: Johan Hedberg <johan.hedberg@intel.com>
Date: 2013-04-29 14:02:34
Tree: 1df1339f4e98f6c0d5af20ad0ea725ae79c7458b

core: Fix storing info for private addressed devices Devices with private addresses cannot persistently be identified by their address. Therefore it doesn't make sense to store any information about them as the information couldn't be looked up later once the remote address has changed. Once the kernel receives support for private address resolution we'll start getting the public address of such devices to user space. However, until then we just have to ignore such devices from a storage perspective.

Diffstat

M plugins/neard.c | 3 +- -
M src/adapter.c | 58 +++++++++++++++++++++- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
M src/adapter.h | 2 - -
M src/device.c | 57 ++++++++++++++++++++++++++++++++++++++++
M src/device.h | 1 +

5 files changed, 80 insertions(+), 41 deletions(-)

View Full Diff | Patch