Bluetooth web api Kotlin

Hey, mb somebody work with bluetooth web api
like this Bluetooth - Web APIs | MDN
i cant find any info about this

Hi, it’s been a long time and most likely this is no longer relevant, but I’m posting this anyway for future reference and for other viewers.

Back in 2018 I wrote a PWA using Web Bluetooth with Kotlin.
I had to write Kotlin headers/bindings for the APIs, because they were not in the standard library.
My code can be used as an example and is found at:
https://github.com/hexwell/teleguide

I don’t know if the APIs bindings were added to the stdlib in the meantime.
From a quick look at the documentation and Google search it looks like they haven’t, but there is this library:
https://github.com/Reedyuk/blue-falcon

1 Like