jordanebelanger / SwiftyBluetooth

Closures based APIs for CoreBluetooth
MIT License
209 stars 66 forks source link

CBATTErrorDomain Code=2 "Reading is not permitted. #45

Closed Muzammil-iOS closed 3 years ago

Muzammil-iOS commented 4 years ago

When I read values periperal.readValue(ofCharac: char, completion: { result in

I am getting this error please help.

ivan1997mxd commented 4 years ago

I got same error Error Domain=CBATTErrorDomain Code=2 "Reading is not permitted." UserInfo={NSLocalizedDescription=Reading is not permitted.}

jordanebelanger commented 4 years ago

Have you considered that this is because the characteristic you're trying to read is not readable?