thegecko / bleat

Abstraction library for hiding differences in JavaScript BLE APIs
MIT License
48 stars 13 forks source link

discoverIncludedServices not implemented on Android for Noble #51

Closed mosesmc52 closed 7 years ago

mosesmc52 commented 7 years ago

I'm using the noble bleat library to pair an external peripheral device via Blutooth to an Android phone. However, within the react-native-ble library the discoverIncludedServices library was not implemented which bleat calls. Is there a work around or what needs to be updated in order for bleat to work.

Thanks,

Moses

thegecko commented 7 years ago

I'm not aware of a workaround for this. You should raise an issue with the author of react-native-ble if part of their implementation of the noble specification is missing.