The Android bluetooth subsystem.
I have spent the last couple of days trying to make an app that keeps my Samsung Galaxy S3 mini (…
android bluetooth android-bluetooth connectivity discoverabilityHow can I get a list of all connected bluetooth devices for Android regardless of profile? Alternatively, I see that …
android bluetooth android-bluetooth bluetooth-profileIn attempting to read the value of a Bluetooth Low-Energy GATT characteristic in the Android API 18, I came across the …
bluetooth-lowenergy android-bluetooth android-4.3-jelly-beanI am looking to send information from my Android device to a micro-controller (such as an Arduino). Using Bluetooth Classic …
android bluetooth bluetooth-lowenergy android-bluetooth gattIs it possible to print text to bluetooth printer using react native? There are libraries for bluetooth ble, but it's …
react-native bluetooth bluetooth-lowenergy android-bluetooth bluetooth-printingI'm trying to write an Android app that mimics functionality already present in an iOS app I wrote. I am …
android bluetooth-lowenergy android-bluetoothI am trying to capture audio from a Bluetooth Headset paired with an Android Device. Following is the relevant code: …
android audio android-bluetooth bluetooth-scoI'm implementing a series of characteristic reads against a BLE device. Because readCharacteristic() executes asynchronously, and because we have to …
java android multithreading bluetooth-lowenergy android-bluetoothI use a LeScanCallback (can not use the newer scan methods because I'm developing for api 18. Not that it matters, …
android bluetooth-lowenergy android-bluetoothI see that stopLeScan() & startLeScan() are deprecated in Android 5.1.1. I am having issues replacing my stopLeScan() & startLeScan() methods. …
android bluetooth bluetooth-lowenergy android-bluetooth android-ble