17,238 questions
-1
votes
0
answers
49
views
How to give a rootless Podman container access to host bluetooth?
I'm trying to give a rootless podman container access to the host bluetooth (the ultimate goal is to receive data from a heartrate sensor). My user account does not have elevated privileges. Host ...
0
votes
0
answers
37
views
ESP32 Music using ESP32 bluetooth and PM8406 not working
I used this code, but speaker just playing some dont understandble sounds
I connected:
ESP32 → pin 26 → LIN PAM8406
GND ESP → GND PAM8406
PAM8406 L+ L- → speaker
PAM8406 VCC GND → POWER SUPPLY 5V ...
1
vote
2
answers
117
views
Is this BLE Advertisement packet out of spec? How can I emulate it?
I'm working on a project to emulate some BLE packets from a lamp that has Bluetooth functionality.
To do so, I'm capturing packets via Wireshark + nRF52840 dongle.
I've dissected most of the packet, ...
3
votes
0
answers
100
views
Wrapping IOBluetooth/CoreBluetooth with JNA/FFM
As the current (as of 2026) situation concerning Java and Bluetooth is a complete disaster, I am trying to wrap macOS’s bluetooth functionality with JNA/FFM, but as central elements of these APIs are ...
0
votes
0
answers
48
views
Expose Audio Output Device & Route Change Listener in Flutter WebRTC
Title: Flutter WebRTC audio route auto-switches mid-call and no API to observe / control current audio output device
Question:
In Flutter WebRTC on both Android and iOS, audio routing is handled ...
Best practices
0
votes
1
replies
45
views
How to decide whether to use BluetoothLeScanner or CompanionDeviceManager for a BLE device on android?
I have a led matrix which is programmable over BLE. The user is supposed to be able to set pixel patterns or text turned into pixel patterns using the app. When not actively displaying text the ...
0
votes
1
answer
89
views
How to check BLE GAP flags?
Is there a way to check the device's BLE GAP flags while scanning BLE devices with CoreBluetooth?
We need to check the bytes inside so we can filter out devices in pairing (limited discoverable) mode, ...
3
votes
0
answers
73
views
Why does BLE-program ble_simple_central.py respond with <memoryview> instead of data
I have run the Micropython code examples at github connecting the Bluetooth example programs "ble_simple_peripheral.py" to "ble_simple_central.py" over a Bluetooth link. Running ...
0
votes
1
answer
73
views
Bluetooth(BLE) Note Receiving The Data. What is the issue ? Working in iOS but not in android?
I am trying to send some data to a BLE Device but for some reasion it says data is sent successfully but actually the BLE is not doing any thing where asI have implemented the same thing in iOS and ...
0
votes
0
answers
70
views
Detox to test Bluetooth calls from Android device
I want to automate tests of Bluetooth calls from Android device (in a react native app).
I was thinking about using Detox for that.
Note that I do not want to test any UI, just the Bluetooth calls to ...
1
vote
1
answer
80
views
Bluetooth Extension Codename One not working as expected
I have installed the Bluetooth extension from Codename One Settings and follow the demo example, to get list of devices but cannot execute the "start scan" process
hi.add(new Button(new ...
Advice
0
votes
0
replies
70
views
How do devices like Android Auto / Insta360 use Wi-Fi without blocking cellular Internet and without showing “Connected without Internet”?
I’m trying to understand how some Android accessories (e.g. Android Auto head units, Insta360 cameras, dashcams, etc.) are able to:
connect to the phone over Wi-Fi
keep cellular (LTE/5G) as the ...
Advice
0
votes
1
replies
86
views
How to connect 2 devices to the same android device
I'm developing an Android application that uses Google Maps and Bluetooth to track data from an Arduino Nano with an HC-06 module.
Currently, I can connect to one HC-06 device and process its data ...
0
votes
2
answers
131
views
I cannot connect to my HC-05 bluetooth module using my own Java app
I built a Java app where I implemented bluetooth functionality. Using the documentation I managed to discover devices and pair with them. I managed to get the whole device info (address, name), but it ...
1
vote
0
answers
80
views
WASAPI loopback capture returns 0 bytes from Bluetooth headset during bidirectional audio (video calls) despite active session
I want to record the system audio using the WASAPI Loopback recording ( https://learn.microsoft.com/en-us/windows/win32/coreaudio/loopback-recording ).
I built a small application that enumerates the ...