Tags: francismariano/kable
Tags
Simplify/optimize characteristic and descriptor lookups (JuulLabs#56) When a service, characteristic or descriptor cannot be found, `NoSuchElementException ` is now thrown with a `message` stating the UUID that could not be found. On Apple platform, services are now cached on service discovery (which matches behavior of the other platform targets). Closes JuulLabs#14 Closes JuulLabs#38