Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple characteristics per service #16

Closed
cpatterson opened this issue Feb 10, 2016 · 5 comments
Closed

Multiple characteristics per service #16

cpatterson opened this issue Feb 10, 2016 · 5 comments

Comments

@cpatterson
Copy link

If I'm reading things correctly, it looks like BluetoothKit as written only supports a single characteristic per service. Is that correct?

If so, that's a rather crippling limitation on an otherwise well-designed library. I'm working on a project designing a new BLE device and app, with a complex custom BLE service with multiple read/write characteristics.

@DJM0
Copy link

DJM0 commented Mar 12, 2016

I'm wondering the same thing, any response to this yet?

@rhummelmose
Copy link
Owner

Hi guys.

Sorry for not responding to you any quicker.

Thank you for your interest in the framework and I am glad you like its architecture.

The reason for the fact that the framework only supports its own built-in characteristic, is that it is built for iOS device <-> iOS device communication in a much easier way than achievable using CoreBluetooth. If the framework was to support other custom characteristics, the framework would need added complexity that is not desired for the simpler use case that it was meant for.

@hisavali
Copy link

Thanks @rhummelmose for your hard work to create this framework.

It'd would nice to mention above limitations in readme file.

@rhummelmose
Copy link
Owner

@hisavali It is stated as the feature of the framework in the readme???

@aelam
Copy link

aelam commented Feb 14, 2019

is there any replacement for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants