<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Detecting on Android if the OS bluetooth is on or off]]></title><description><![CDATA[<p dir="auto">Our developer, that is implementing the Flic2 library for our App, told us that in your API there is no way to detect, on opening the library, if the system bluetooth is on or off and, consequently, advise the User.</p>
<p dir="auto">While we solved that on iOS, I would like to know if there is a way, in the Android API, to do this.</p>
<p dir="auto">As you can image,  having the bluetooth off without knowing it, the user may think that is the App that doesn’t work and we have no mean of how to advise him of this fact.</p>
<p dir="auto">Thanks</p>
]]></description><link>https://community.flic.io/topic/17842/detecting-on-android-if-the-os-bluetooth-is-on-or-off</link><generator>RSS for Node</generator><lastBuildDate>Wed, 20 May 2026 19:59:31 GMT</lastBuildDate><atom:link href="https://community.flic.io/topic/17842.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 05 May 2020 11:48:42 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Detecting on Android if the OS bluetooth is on or off on Tue, 05 May 2020 13:28:54 GMT]]></title><description><![CDATA[<p dir="auto">Hi, just use this method: <a href="https://developer.android.com/reference/android/bluetooth/BluetoothAdapter#isEnabled()" rel="nofollow ugc">https://developer.android.com/reference/android/bluetooth/BluetoothAdapter#isEnabled()</a>. Or use <a href="https://developer.android.com/reference/android/bluetooth/BluetoothAdapter#ACTION_STATE_CHANGED" rel="nofollow ugc">https://developer.android.com/reference/android/bluetooth/BluetoothAdapter#ACTION_STATE_CHANGED</a> to listen to state changes.</p>
]]></description><link>https://community.flic.io/post/19332</link><guid isPermaLink="true">https://community.flic.io/post/19332</guid><dc:creator><![CDATA[Emil]]></dc:creator><pubDate>Tue, 05 May 2020 13:28:54 GMT</pubDate></item></channel></rss>