Hi,
We have a Project which utilises all the functions of this library and are near completing the base functionality and have found a couple of possible issues! - we have tried to code around but ideally we are hoping the two minor updates can be implemented instead..
1. Scan(Null) Successfully detects devices but the option for Duplicate Keys can this be added the reason for this is we are sending information in the advertisement data not in a separate GATT Service.
CBCentralManagerScanOptionAllowDuplicatesKey:[NSNumber numberWithBool:YES]
..Workaround at the moment is by Timer Stopping and starting the scan..
2. Disconnect we are getting a Log Error: Disconnected: <B4IExceptionWrapper: (null)>
It still seems to disconnect but this means there is a 6 second delay before the device resumes Sending Advertisements
..No Workaround Live reading obviously just freezes for this time before updates continue
Thank you!
Regards
Mark
We have a Project which utilises all the functions of this library and are near completing the base functionality and have found a couple of possible issues! - we have tried to code around but ideally we are hoping the two minor updates can be implemented instead..
1. Scan(Null) Successfully detects devices but the option for Duplicate Keys can this be added the reason for this is we are sending information in the advertisement data not in a separate GATT Service.
CBCentralManagerScanOptionAllowDuplicatesKey:[NSNumber numberWithBool:YES]
..Workaround at the moment is by Timer Stopping and starting the scan..
2. Disconnect we are getting a Log Error: Disconnected: <B4IExceptionWrapper: (null)>
It still seems to disconnect but this means there is a 6 second delay before the device resumes Sending Advertisements
..No Workaround Live reading obviously just freezes for this time before updates continue
Thank you!
Regards
Mark