Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
1 answer
39 views

How can I speed up my Android Bluetooth reception?

Hardware The Bluetooth device is powered by a chip called atmega32 and uses a bm78 Bluetooth chip. The clock frequency of the MCU chip is 14.7456 MHz. The baud rate of Bluetooth device is 115200. The ...
HanGoil's user avatar
  • 33
0 votes
0 answers
64 views

Getting 201: ERROR_GATT_WRITE_REQUEST_BUSY, when I tried to write to the same characteristic for the second time In flutter

I am working on a flutter application which communicates with the BLE devices, for BLE connection i am using the flutter_blue_plus: ^1.32.7 library. I am able to List the Bluetooth devices and connect ...
avinash Yadav's user avatar
1 vote
0 answers
35 views

Android app development - Enable/Disable automatic focus on key press of external/physical keyboard

When trying to process input outside of a specific input field, Android always puts a focus on the first element of the currently selected or focused view (also highlighted with color). This is not ...
coolersham's user avatar
0 votes
0 answers
42 views

Cannot get a callback from the FlutterBluePlus().turnOn(); method

I cannot get a callback from FlutterBluePlus().turnOn(); This is my function: void checkIfBluetoothOn() async { bool isBluetoothOn = await flutterBlue.turnOn(); if(isBluetoothOn){ ...
GAME MODIFIER109's user avatar
0 votes
0 answers
16 views

Cannot find the AclBuilder class of android13 Bluetooth

/packages/modules/Bluetooth/system/gd/hci/hci_layer.cc // Acl packets BidiQueue<AclView, AclBuilder> acl_queue_ {3 /* TODO: Set queue depth */}; Android13 code Is there any special way to define ...
yxi's user avatar
  • 1
2 votes
1 answer
53 views

(Android) Bluetooth connection & Data transfer

Bluetooth Classic Im new to bluetooth API's so please excuse my ignorance. I managed to connect my Galaxy Buds using rfCommSocket via SPP UUID. How i can now transfer commands to my device and receive ...
Siege Elevate's user avatar
1 vote
1 answer
45 views

Android: How to stop intent-based Bluetooth scanning?

I've been struggling with this issue for a long time and have searched through many articles, but still haven't found a solution. Could you please provide me with some direction? I'm using intent-...
yjw's user avatar
  • 11
0 votes
0 answers
38 views

Open source app goes to first item in BottomNavigationDrawer when you press a button on xbox controller

Check out my open source app - https://github.com/Rich43/GamepadMacroPlus When you press a button on the xbox controller, it always goes to the first item in the bottom navigation drawer. I don't want ...
Richie Ward's user avatar
0 votes
0 answers
74 views

How to control Media operation via Bluetooth from One Android device to Another?

I need to create a android application similar to this https://play.google.com/store/apps/details?id=io.appground.blek&hl=en&gl=US but only the Media Controls Play/Pause Prev/Next and Volume. ...
livemaker's user avatar
  • 474
2 votes
3 answers
330 views

How to get battery level of a game controller from an Android application

I have developed an Android application that connects via Bluetooth to a gamepad controller and shows button presses, joy stick movements, etc made on the handheld controller on the Android device. ...
portsample's user avatar
  • 2,014
0 votes
2 answers
42 views

Detecting Bluetooth peripheral shutdown from Android App

I have a Bluetooth Low Energy peripheral device which I am connecting to from an Android app which I have developed. I can use onConnectionStateChange to detect when the devices move out of range and ...
Targett-Adams's user avatar
0 votes
0 answers
19 views

BluetoothChat for Classic Bluetooth sample is marked as deprecated. What use instead?

BluetoothChat for Classic Bluetooth sample is marked as deprecated. https://github.com/android/connectivity-samples/tree/main/BluetoothChat Warning This sample has been deprecated and is no longer ...
user2051551's user avatar
0 votes
0 answers
94 views

React Native Bluetooth Classic Reading Issue

I am attempting to read the response after sending a command to the IoT device. I have verified that the command I'm sending is correct, and the IoT device does send a response, as I've confirmed ...
Ibrahim Khan's user avatar
0 votes
0 answers
41 views

Android Bluetooth Error: Socket failed (GPS iTag and android app)

I want to connect my GPS iTag Tracker to my app via Bluetooth and get the location from that. How do I do it? I am getting this error. What are the possible ways I could go wrong? How do I connect my ...
Pranav Subramanian's user avatar
0 votes
0 answers
27 views

BLE - Facing Data Loss in Android Library(.aar) for Bluetooth Low Energy for Unity

I have developed an Android library for BLE (Bluetooth Low Energy) communication intended for integration into Unity Android applications. However, I am encountering a notable issue of data loss ...
pratyakshsaxena's user avatar

15 30 50 per page
1
2 3 4 5
64