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

Questions tagged [bluetooth]

Bluetooth is a global open wireless technology standard for exchanging data over short distances (using short wavelength radio transmissions) from fixed and mobile devices, creating personal area networks (PANs) with high levels of security.

bluetooth
-2 votes
0 answers
9 views

Bluetooth not working on Ubuntu + Asus Vivovook : Can't init device hci0: Connection timed out (110) [closed]

I use ASUS Vivobook 16' I have Ubuntu noble, with all packages upgraded. nicolas@localhost:~$ uname -a Linux localhost 6.8.0-39-generic #39-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 5 21:49:14 UTC 2024 ...
Jean François Manatane's user avatar
0 votes
0 answers
10 views

Is there any Bluetooth restrictions for HeadlessJS code in react-native?

My app tracks location when connected to a specific Bluetooth device. I use expo-location for tracking and the react-native-ble-plx library for Bluetooth communications. However, I encountered a ...
Nick P's user avatar
  • 1
0 votes
0 answers
19 views

IBeacon data in MAUI application [closed]

I'm searching for a package that can read some data (major,minor and mac address) from beacons (via bluetooth/bluetooth LE) but I'm not able to find anything... must work on iOS and android (no need ...
Denis De Pauli 's user avatar
-1 votes
0 answers
21 views

BlueZ the same version of btmgmt, but it does not support the same settings [closed]

Kernel: Linux 4.9.84 armv7l on board and Linux 3.14.43 armv7l on board Bluez Version: 5.66 Application: I want to cross-compile the BlueZ source code to get btmgmt, but when I cross-compile the same ...
ayezang's user avatar
  • 29
-1 votes
0 answers
23 views

No ble module shown on bettercap in Ubuntu [closed]

No ble module shown on bettercap I installed bettercap via apt with the command sudo apt install bettercap, once I run sudo bettercap and type help, there's no bluetooth module like ble.recon or ble....
vIIr's user avatar
  • 7
0 votes
1 answer
33 views

select-bluetooth-device not listing all devices web bluetooth api on electron

I'm using electron to list all bluetooth devices (active) around and I want to pick one and connect to it. My question: Now, when I'm running npm start, and press the button in the window, the console ...
Mart's user avatar
  • 491
0 votes
1 answer
23 views

Can't get bluetooth permissions in react native

I'm trying to get permissions to use bluetooth in Android, I've tried different options, both single and multiple requests, but I don't get permission requests. Moreover, requests for camera or other ...
Vyacheslav Bogachev's user avatar
0 votes
0 answers
21 views

PWA uses navigator.bluetooth.requestDevice but is failing

I have developed a PWA where I use navigator.bluetooth.requestDevice to get a list of available devices around the phone. On most devices based on Android, this code works very well. But I have one ...
user1957700's user avatar
1 vote
0 answers
18 views

Can a bluetooth audio device (headset) send key events similar to an input device?

I downloaded an app on my android device that reads key events called KeyEvent Display. The app can detect key events from an external bluetooth keyboard. I have a few questions: When I press the ...
Nikolaos Beratlis's user avatar
-1 votes
0 answers
22 views

How to detect CarPlay connection on AVAudioSessions?

So my app is programmed such that certain geofence exits will wake the app up from suspension. When this happens I am using the following to see the current audio output devices: AVAudioSession....
Mahdiur Rahman's user avatar
0 votes
0 answers
18 views

Bluetooth Neckband Is Not Connecting to my PC [closed]

I am trying to connect my bluetooth neckband to my pc via bluetooth. I am using tp-link USB bluetooth adapter 5.0. When I try to add new device, My PC is not able to detect neither my phone nor my ...
Azhar Qureshi's user avatar
-1 votes
0 answers
44 views

HC-05 Bluetooth module disconnects 1 second after connecting [closed]

I'm trying to use a HC-05 module to communicate wirelessly between my windows 10 pc (also tried on a windows 11 pc with the same issue) and Arduino Uno but the status will change to "paired" ...
IDGBAN's user avatar
  • 1
0 votes
0 answers
44 views

How to get ADS-B data over bluetooth from Germin GDL 50 into iPad IOS 17 with swift

I'm trying to build an iPad app (iOS 17.x) to receive ADS-B data from Germin GDL 50 device. The GDL 50 shows up in Settings > Bluetooth and I can also pair with it. The other apps like ForeFlight ...
alienfromouterspace's user avatar
1 vote
1 answer
32 views

Kotlin app failing to connect to bluetooth socket (ESP32S device)

val device: BluetoothDevice = bluetoothAdapter.getRemoteDevice(deviceAddress) val uuid: UUID = UUID.fromString(uuidString) try { bluetoothSocket = device....
jurepure123's user avatar
0 votes
0 answers
21 views

Print text to bluetooth printer in capacitor react

I am trying to print text to a bluetooth printer using capacitor, react, nextjs application. So far I have tried following: following is to list the available devices // ScanForDevices.tsx page ...
Hello World's user avatar
  • 2,871

15 30 50 per page
1
2 3 4 5
1157