deviceplug / btleplug

Rust Cross-Platform Host-Side Bluetooth LE Access Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add status function for whether bluetooth is on/off for a system

qdot opened this issue · comments

commented

Feature Description

Since we're already implementing for every platform, it'd be nice if we could tell when a system has bluetooth turned off completely. The way we currently do this (error on fetching an adapter) isn't reliable across platforms.