Top "Android-bluetooth" questions

The Android bluetooth subsystem.

How to implement an app using OBD2 (ELM327) like Torque in android?

I am very new to obd2 and elm327. I need to develop an application to get car info using obd2(…

android android-bluetooth obd-ii elm327
java.lang.SecurityException: Need BLUETOOTH PRIVILEGED permission

Has anyone meet the same problem as the following error message shows when calling bluetoothDeive.createBond() method with android 4.4 api? …

android-bluetooth
Connect to Bluetooth programmatically

I'm trying to connect programmatically my device to for example on my Headsets... I had KitKat version and all worked …

android android-bluetooth
Android BLE Gatt connection change statuses

I have an android app to connect to a BLE device and write to it. I can successfully connect, read …

android bluetooth android-bluetooth android-ble bluetooth-gatt
Implement Bluetooth Connection into Service or Application Class without losing connection into a Device

i need some help, can you explain to me how can i implement the Bluetooth Connection from my Application into …

android service bluetooth android-bluetooth android-intentservice
getBluetoothService() called with no BluetoothManagerCallback for Android Nexus 5

I am going to implemenet the module for sending commands from my Android smartphone to HC-06 via BLuetooth. WHen it …

android-bluetooth connection-timeout spp
send/receive data via Bluetooth

I'm trying to send/receive a string from an android device. I've been googling for the last 3 hours and I …

android sockets bluetooth android-bluetooth bluetooth-socket
BLuetooth Gatt Callback not working with new API for Lollipop

I currently have a method which writes to the BLE devices to beep it. My Bluetooth Callback goes as follows : …

android bluetooth-lowenergy android-5.0-lollipop android-bluetooth gatt
How to solve the BluetoothGatt : android.os.DeadObjectException error happened in Android?

I following the page Bluetooth Low Energy for developing in Android 4.3 for Bluetooth Low Energy . I already can turn on …

android bluetooth bluetooth-lowenergy android-bluetooth gatt
Android BLE GATT_ERROR(133) on connecting to device

I am trying to connect to a BLE device using the MAC address. BluetoothDevice device = bluetoothAdapter.getRemoteDevice(rememberedDeviceAddress) bluetoothDevice.connectGatt(…

android bluetooth bluetooth-lowenergy android-bluetooth