deviceplug / btleplug

Rust Cross-Platform Host-Side Bluetooth LE Access Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to be identified as bluetooth keyboard

jinbeomdev opened this issue · comments

commented

My application want to be identified as bluetooth keyboard. Could I get simple example getting started?

commented

That's out of scope for this library. We are only host side, for connecting to peripherals, versus being a peripheral. You might want to check out bluster (https://github.com/dfrankland/bluster) for that.