The Android bluetooth subsystem.
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 elm327Has anyone meet the same problem as the following error message shows when calling bluetoothDeive.createBond() method with android 4.4 api? …
android-bluetoothI'm trying to connect programmatically my device to for example on my Headsets... I had KitKat version and all worked …
android android-bluetoothI 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-gatti 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-intentserviceI am going to implemenet the module for sending commands from my Android smartphone to HC-06 via BLuetooth. WHen it …
android-bluetooth connection-timeout sppI'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-socketI 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 gattI 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 gattI 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