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.

0 votes
0 answers
5 views

Android 14 BLE - WRITE_TYPE_DEFAULT vs WRITE_TYPE_NO_RESPONSE

My Android and iOS app (react native based) uses BLE to connect to a custom esp32-based peripheral. It's been working fine for years, but starting with Android 14 some features are not working. In ...
Mike M's user avatar
  • 4,388
0 votes
0 answers
9 views

bluetooth low energy scan not finding my raspberry pi

I created app that scan for ble devices but when I started the scan the app didn't find my rpi. anyone know why and what can I do to fix it? it looks like rpi doesnt support ble so what can I do to ...
Amit Lichtman's user avatar
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
0 votes
0 answers
49 views

find characteristics of BLE barcode scanners [closed]

I am developing a .NET MAUI app that receives barcodes from an external barcode scanner in Bluetooth Low Energy (BLE) mode. Using the NuGet package Plugin.BLE, my app can now discover BLE devices, ...
Tochi's user avatar
  • 883
0 votes
0 answers
32 views

ESP32 and Arduino Capabilities [closed]

I am wondering generally how an esp32 BLE module (linked here)functions and if it is a practical module to use in my project. I understand the proximity accuracy is far from perfect but bluetooth/wifi ...
Daniel Jakubowski's user avatar
1 vote
1 answer
76 views

AT+PASSKEY in BLE 5.0 . How to set and use?

I would like to use the EBYTE E104-BT52 module on my device and connect to it via an Android smartphone. But what if the client device is running BLE 4.2 and it will be unsecure pairing. To avoid this ...
Alfred's user avatar
  • 11
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
0 votes
0 answers
26 views

I want to retrieve iPhone's notification data to PC. How can I receive the notification's app icon?

I want to make a Windows application that connects to a nearby iPhone, and displays the phone's current notifications as a list (which is similar to Microsoft Your Phone's notification feature). I'm ...
Taylor Yi's user avatar
0 votes
0 answers
19 views

Android Kotlin ScanFilter Builder class not functioning

As stated above, I'm trying to use ScanFilter.Builder() to construct a filter for my bluetooth application, and it gives an unresolved reference error. I have ScanFilter properly imported, and the ...
Incog's user avatar
  • 3
0 votes
1 answer
47 views

How to use BLE specification XML service files?

The link BLE device information XML is a BLE service XML file copied from the original GATT specification files. Can I and how can I use this XML file for my project on Android Studio in Java? I am ...
Ahmad Daniel's user avatar
0 votes
0 answers
36 views

Android can't detect BLE devices

I'm trying to do an indoor localization app using bluetooth beacons. Everything seems to be working but my android studio just doesnt detect any rssi value. I've tried all the solutions online but ...
Jia Yee Chong's user avatar
0 votes
1 answer
28 views

What SMP Packet is missing here for the BLE Pairing to finish successfully?

I am trying to perform a MitM-Attack for educational purposes on my own BLE Keyboard with help of this Framework: Mirage (I modified this pull requests further for my own purposes though) On the ...
Pascal Rockenstiehl's user avatar
0 votes
0 answers
36 views

.NET MAUI BLE app not showing any services

I am trying to develop an application that connects to a BLE device (ESP32) and read the data sent by it using Plugin.BLE and .NET MAUI. BTPage.xaml.cs using Plugin.BLE; using Plugin.BLE.Abstractions....
Shubhankar Pande's user avatar
0 votes
1 answer
54 views

How to read Bluetooth Low Energy GAP characteristic values as a string?

Hello I am new to developing an app and even newer to the concept of BLE. I am developing an application on android using Java that is capable of scanning BLE devices nearby. The main purpose is to ...
Ahmad Daniel's user avatar
-1 votes
0 answers
20 views

How to Request Bluetooth Permission with a Pop-up in Android 13 while doing this I got an error

Android Bluetooth Permission not working on Android 13. I want pop up for Permission to ask user for Bluetooth and location Getting error in permission package com.eapro.myproject import android....
Android test's user avatar

15 30 50 per page
1
2 3 4 5
645