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

Questions tagged [bluetooth-lowenergy]

Bluetooth Low Energy ("BLE") is a radio standard developed in 2006 and integrated in Bluetooth 4.0 in December 2009. Formerly marketed as Bluetooth Smart.

-1 votes
1 answer
83 views

Why does Bluetooth le scan return address XX:XX:XX:XX:55:66 in android 14

I have a Bluetooth LE app that has been working fine since android 4.0. I have fixed the permissions for 14 to add the following to the Manifest I fixed a few other problems and everything is ...
Dick Farnsworth's user avatar
0 votes
1 answer
76 views

How to establish BLE connection without going through SMP process in single ended Bluetooth pairing

After pairing and connecting an Android phone and a Windows computer on the Bluetooth settings page, open the phone's Bluetooth interface to release the pairing with the computer. At this point, using ...
xiansen c'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
29 views

Android BLE requestMtu() doesn't seem to work

Introduction I am involved in developing an Android application that controls a physical device via BLE. One of the features of the app is to send a large amount of data. My goal is to try to optimize ...
Lipsyor's user avatar
  • 438
0 votes
1 answer
29 views

How to Convert a Byte Array to Unsigned Short and Calculate Standby Time from Battery Current in Android?

I'm working on an Android project where I need to interpret a byte array representing the battery current in mA and calculate the remaining standby time based on the battery capacity. Currently, I ...
Harish Penta's user avatar
-1 votes
0 answers
36 views

How to determine the correct UUID for sending a key (password that is used to unlock the device) [closed]

I'm working on an Android application that needs to connect to a hardware device via Bluetooth Low Energy (BLE). To access the data on this device, I need to send a specific key to unlock the data ...
user11994308's user avatar
0 votes
2 answers
23 views

How to calculate BLE SC Pairing Confirm Value for Passkey Entry in Python?

I'm implementing some Bluetooth Low Energy functionalities in Python. In the pairing process there is a Pairing Confirm Value like specified in Bluetooth Core Specs 5.3 page 1604 and 1562f. I have the ...
Pascal Rockenstiehl's user avatar
0 votes
1 answer
21 views

Standard BLE library android.bluetooth. DFU mode

How do I download DFU firmware via the BLE standard library (android.bluetooth) in Android Studio? I am using an NRF controller. I debug via NRF Connect. There is an option to upload firmware via DFU ...
Witness Game's user avatar
0 votes
0 answers
32 views

i am not able to connect to ble device,where is the problem in my mainactivity.java code can somebody help me fix it?

this is mainactivity.java that is in android studio. package com.example.bleapp; import android.Manifest; import android.bluetooth.BluetoothAdapter; import android.bluetooth.BluetoothGatt; import ...
Madhav Raj's user avatar
0 votes
1 answer
34 views

GATTTool fails to read characteristics/attribute for Heart Beat data

I'm trying to read the heart rate data from my Xiaomi Mi Band 8 using BlueZ's gatttool. The heart rate data is found in the characteristic with UUID 0x2a37, which has the property NOTIFY. However, ...
abdul's user avatar
  • 3
-1 votes
1 answer
92 views

How do I make a BLE connection to a peripheral with Kotlin Multiplatform or native Android?

Working with BLE through the Android SDK causes a lot of pain. I would like someone to help me with a good implementation of BLE connectivity. Also, it would be nice if this code was also available on ...
mxkmn's user avatar
  • 419
0 votes
0 answers
16 views

Making the BLE (iBeacon mode) connectable on a STM32WB55 board

I'm currently working on a STM32WB55 board and I'm trying to make the BLE (iBeacon mode) connectable. Actually, the porpuse is to send a data frame via BLE and be able to go back and modify some ...
Mamadou Diallo's user avatar
0 votes
0 answers
41 views

How to fix BLE 133 gatt conn timeOut?

I am developing a BLE scanning application. I have a large number of devices and I need Find Connect Process Disable I have implemented 5 instances of BLE managers that use devices in parallel and ...
Артур Шитиков's user avatar
-1 votes
0 answers
21 views

Android BLE Advertise & Gatt Server Which NOT Require Pairing/Bonding to Connect

I'm using the same code from here : https://github.com/itanbp/android-ble-peripheral-central/tree/master/app/src/main/java/itan/com/bluetoothle I start BLE advertising and GattServer. I added my read &...
Trax's user avatar
  • 1,021
1 vote
1 answer
40 views

BLE FTMS service not discoverable in python But discovered in nrfconnect App

I am using the following code to make an ftms service. This service is easily visible on the mobile phone as shown below but the python script below doesn't show that and gives some unknown junk ...
Muhammad Hamza Farooq's user avatar

15 30 50 per page