Skip to main content
Filter by
Sorted by
Tagged with
Tooling
1 vote
1 replies
46 views

I have a experiment, which is analogged by Dubai Mall, there is an app, which tracks your position inside of the building, showing you position using bluetooth beacons, and floor number using device ...
Turgunov Sardor's user avatar
1 vote
1 answer
64 views

I'm working on an Android app that programmatically changes the Bluetooth device name using BluetoothAdapter.setName(). The app needs to know when the name change completes to trigger subsequent ...
VikKr's user avatar
  • 19
0 votes
0 answers
57 views

I will provide my code. The primary purpose of this is vehicle identification. My only hypothesis is my laptop having multiple Bluetooth signals but it seems to happen for other devices as well. This ...
GeneralAMC's user avatar
0 votes
0 answers
37 views

I am a begginer in app development and I started to create a very basic app in which I would like to introduce some bluetooth functionalities. I followed the documentation from Android Developers: ...
Claudiu's user avatar
2 votes
1 answer
83 views

My goal is to automate pairing and connecting between my device and controller via BlueZ to handle Bluetooth connection. In order to do this, I thought of the most basic scenario: execute the program ...
Human006's user avatar
  • 162
3 votes
0 answers
139 views

I have a DS2278 barcode scanenr that is configured to connect via Bluetooth (Classic) using Serial Port Profile (Master). For initiating a connection from the scanner (Master) I have to scan a barcode ...
R1D3R175's user avatar
  • 288
0 votes
0 answers
45 views

I am developing a macOS app using IOBluetooth.framework. I simply want to keep a list of paired devices with up-to-date names. I want to detect when a user renames a paired Bluetooth device (the alias)...
ManuelSchneid3r's user avatar
1 vote
0 answers
78 views

Is there a way to clear the cache on an iOS device in flutter? I currently use flutter_blue_plus package and my iOS device caches some data. Can I prevent the device from caching or just clear it?
Robban13's user avatar
  • 121
0 votes
1 answer
191 views

My application using Zephyr RTOS v4.1.0 on ESP32-WROVER-IE and ESP32-S3-WROOM-1 to implement MCUmgr over Bluetooth (SMP transport) based on the smp_svr sample builds successfully, but flashing results ...
Sude's user avatar
  • 13
0 votes
0 answers
51 views

I'm using react-native-incall-manager lib in my RN project (that also uses react-native-webrtc) to help route the audio to come in from the bluetooth mic. It works in Android but iOS still uses the ...
Zephyr's user avatar
  • 2,651
6 votes
2 answers
406 views

Context I bought a CM749 UGREEN Bluetooth 5.4 USB adapter for my Nixos machine. It is recognized by lsusb as ID 33fa:0010 USB2.0-BT, but is not detected by KDE/Plasma's bluetooth daemon. I dug deeper ...
Seth Martin's user avatar
1 vote
2 answers
165 views

I'm making a swift app that shows the battery level of all connected bluetooth devices. I've got three devices connected: Mysz(name surname), Magic Keyboard (name), i12; where Mysz is just Magic Mouse....
Greg's user avatar
  • 171
1 vote
2 answers
89 views

I am running into a BLE interoperability issue between an Android central/client (compileSDK=35) connecting to a peripheral/server that initiates its own MTU negotiation: service discovery appears to ...
khp's user avatar
  • 83
0 votes
1 answer
51 views

How can I get the new name of a bonded device that was changed in the Bluetooth settings? Is it possible to track this change? I checked: val adapter = context.getSystemService<BluetoothManager>(...
bazimax's user avatar
  • 21
0 votes
1 answer
135 views

I'm using a Raspberry Pi 3 with a fresh install of Raspberry Pi OS Lite 32-bit. I have a Bluetooth Dongle that supports Bluetooth Low Energy. I'm running Python 3.11.2. I am attempting to broadcast a ...
Adam's user avatar
  • 503
1 vote
2 answers
170 views

I have an Arduino Uno (atmega328p) and this sketch which sends data every 100ms #include <SoftwareSerial.h> const int BT_RX_PIN = 15; // SoftwareSerial RX const int BT_TX_PIN = 17; // ...
IOviSpot's user avatar
  • 348
0 votes
0 answers
53 views

I'm working on connecting a react native app to a bluetooth peripheral with react-native-ble-manager. Im successfully connecting to the device and when I run retrieve services before sending the ...
Bryce Whitworth's user avatar
0 votes
0 answers
164 views

In Android AOSP 15 code, I see that whenever a phone gets disconnected from the Phone Book( PBAP ) Client profile, PBAPClientConnectionHandler.java calls the AccountManager.removeAccountExplicitely ...
Debabrata's user avatar
1 vote
0 answers
162 views

Our mobile application is scanning the IOT devices' data continuously over Bluetooth. The Bluetooth data is scanning in foreground and background. Only Samsung Galaxy S24 & S25 devices having ...
Nitin Karande's user avatar
2 votes
1 answer
107 views

I'm trying to connect to a classic bluetooth device via Qt 6.9.0 on a Windows 11 Pro. The device is a Sena Parani SD1000, that only provides the SPP profile (Serial Port Profile). No services are ...
Al_stackoverflow_user30472135's user avatar
0 votes
1 answer
53 views

I am working on a bluetooth Android application to read data from a device. Issue: When I kill the app by swiping it up from recents in Samsung, the process is not killed. I checked in Running ...
Raksha Nairy's user avatar
0 votes
0 answers
95 views

My bluetooth battery can't be pulled to show. I tried pulling GATT of BLE but it seems my device is not LE. I'm trying to get the battery information that is connected to my computer but it won't and ...
pemk's user avatar
  • 13
1 vote
0 answers
122 views

I installed a BlueFruit on XIAO Sense nRF52840 to handle 16+ BLE devices. Bluefruit.begin(0, 8); Bluefruit.setTxPower(4); Bluefruit.setName("Bluefruit Scanner"); Bluefruit....
Jean-Philippe Encausse's user avatar
0 votes
0 answers
51 views

I'm currently working on a Flutter application that uses the flutter_bluetooth_serial package to establish Bluetooth connections. While attempting to connect to another Bluetooth device, I'm ...
Abhishek Kulkarni's user avatar
0 votes
0 answers
40 views

I'm using NativeScript (Android) to receive heart rate notifications from a HRM device. I'm able to: Connect to the device Discover services and characteristics Enable notifications via the ...
Mahindar Boregam's user avatar

1
2 3 4 5
346