Good afternoon, there was a problem with the work of the library iBLE
When reading the characteristics, an error occurs.
Application_start
Application_Active
Found: DexcomW7, D2B289C7-6B84-990A-1D79-6553F0BBDB6D, RSSI = -56, (read only map) {
kCBAdvDataIsConnectable = 1;
kCBAdvDataLocalName = DexcomW7;
kCBAdvDataManufacturerData = <d0004603>;
kCBAdvDataServiceUUIDs = (
FEBC
);
}
end
Discovering services
Services discovery completed.
<B4IList: (
"F8083532-849E-531C-C594-30F1F86A4EA5",
180A
)>
Disconnected: <B4IExceptionWrapper: Error Domain = CBErrorDomain Code = 7 "The specified device has disconnected from us." UserInfo = {NSLocalizedDescription = The specified device has disconnected from us.}>
Tell me where to look for the cause?
Used your example BLE Example
When reading the characteristics, an error occurs.
Application_start
Application_Active
Found: DexcomW7, D2B289C7-6B84-990A-1D79-6553F0BBDB6D, RSSI = -56, (read only map) {
kCBAdvDataIsConnectable = 1;
kCBAdvDataLocalName = DexcomW7;
kCBAdvDataManufacturerData = <d0004603>;
kCBAdvDataServiceUUIDs = (
FEBC
);
}
end
Discovering services
Services discovery completed.
<B4IList: (
"F8083532-849E-531C-C594-30F1F86A4EA5",
180A
)>
Disconnected: <B4IExceptionWrapper: Error Domain = CBErrorDomain Code = 7 "The specified device has disconnected from us." UserInfo = {NSLocalizedDescription = The specified device has disconnected from us.}>
Tell me where to look for the cause?
Used your example BLE Example