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

subscribe(): Descriptor not found #746

Open
marcui13 opened this issue Feb 13, 2023 · 0 comments
Open

subscribe(): Descriptor not found #746

marcui13 opened this issue Feb 13, 2023 · 0 comments

Comments

@marcui13
Copy link

marcui13 commented Feb 13, 2023

Hi Rand, thanks for the plugin!

I am currently trying to subscribe to a previously connected device. but I notice that when I execute the subscribe method, I get an error with the message: 'Descriptor not found'

This is the code:

subscribeDevice(devAddress:string){
this.bluetoothle.subscribe({
address: devAddress,
service: "1337",
characteristic: "99AD1F53-0DC6-4D84-85CF-33CBE47C6EF8"
})
.subscribe((resp)=>{
console.log(resp);
}, (err)=>{
console.log(err);
})
}

Attached screenshot of execution:
subscribe

Any idea why it might be failing?

Thank you in advance for helping me and for your time!

Best regards :)

@marcui13 marcui13 changed the title Descriptor not found subscribe(): Descriptor not found Feb 13, 2023
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

1 participant