ping... On 20 May 2014 01:44, Andrzej Kaczmarek <andrzej.kaczmarek@xxxxxxxxx> wrote: > Hi, > > Following patches add possibility for applications to have RSSI and TX > power data for connected device. This uses recently introduced mgmt > command Get Connection Information. > > There are 3 new properties for RSSI, current TX power and max TX power. > Polling for RSSI and TX power can be enabled via Start-/Stop- methods > in a manner similar to discovery on adapter. Max TX power is read once > when device is connected and obviously does not change. > > As for now polling interval is set to arbitrary chosen value of 2secs, > but perhapts this could be configurable via main.conf entry. > > > Andrzej Kaczmarek (9): > core: Add ConnectionRSSI property > core: Add ConnectionTXPower property > core: Add ConnectionTXPowerMax property > core: Make connection properties exist only when connected > core: Read max TX power when device connected > shared: Fix queue_find to accept const ptr as match data > core: Add API to start/stop connection monitoring > core: Store list of monitored devices in adapter > core: Poll for connection info > > Lukasz Rymanowski (2): > doc: Update RSSI property description. > doc: Introduce connection monitoring API > > doc/device-api.txt | 56 +++++++++++ > src/adapter.c | 205 +++++++++++++++++++++++++++++++++++++++++ > src/adapter.h | 7 ++ > src/device.c | 265 +++++++++++++++++++++++++++++++++++++++++++++++++++++ > src/device.h | 3 + > src/shared/queue.c | 4 +- > src/shared/queue.h | 2 +- > 7 files changed, 539 insertions(+), 3 deletions(-) > > -- > 1.9.3 > -- 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