Page 1 of 1

BTLE Signal strength (RSSI)

Posted: Fri Mar 27, 2015 12:53 pm
by BillFulton
Hi

Does the iOS SDK for air console 2 allow retrieval of the BTLE signal strength?

In AirconsoleSessionDelegate's SessionDidConnect I am obtaining the AirconsoleDevice and, from that, the device's blePeripheral property. With that, I can see populated CBPeripheral properties like state (connected) and services, but the RSSI property always shows as null. (iOS8.2)

Thanks

Bill

Re: BTLE Signal strength (RSSI)

Posted: Sun Mar 29, 2015 12:38 am
by BillFulton
Am calling readRSSI method before accessing RSSI property.

This may be relevant: http://stackoverflow.com/questions/2595 ... si-methods