Skip to main content

Questions tagged [bluetooth-gatt]

The Generic Attribute Profile (GATT) defines the way that two Bluetooth Low Energy (BTLE) devices transfer data back and forth using concepts called Services and Characteristics.

bluetooth-gatt
0 votes
0 answers
18 views

Flutter: universal_ble package. Can't set notification on the bluetooth device

I have 2 apps: desktop on Flutter and mobile Java on Android. What I'm tryin to do is to connect to the Android app's GattServer and set its characteristic to notify me when its value change through ...
Lee Koldun's user avatar
1 vote
1 answer
37 views

Android BLE establishing connection

I am developing an Android BLE application for connecting with a BLE peripheral device. The BLE peripheral device has strong energy constraints and therefore the connection interval should be kept ...
Titouan Gaborit's user avatar
-1 votes
0 answers
16 views

Write failed: this characteristic not support write in Ble Serial communication

private void sendTokenToBleDevice(String token) { String tokenWithoutDashes = token.replace("-", ""); byte[] tokenBytes = tokenWithoutDashes.getBytes(); // Assuming token is ...
Rani singh's user avatar
1 vote
0 answers
44 views

BluetoothLE with Android 33 - no GATT events after writeDescriptor

With Android < 13, my app was able to connect to my Bluetooth device and everything worked. Now I had to upgrade to 13, an see following behaviour: the device connects but shortly after it gets ...
tabina's user avatar
  • 1,145
2 votes
1 answer
79 views

Bluetooth Pairing via BlueZ in Just Work Mode Fails - Confirm Value Failed

Kernel: Linux 4.9.84 armv7l on board Bluez: 5.65 Peer: Android 12 & IOS 16.6 Application: Use btmgmt open bluetooth settings btmgmt power off btmgmt connectable on btmgmt pairable on btmgmt ...
ayezang's user avatar
  • 31
0 votes
0 answers
19 views

BLe data not receiving in query method in my app but works in bluetooth terminal app

in BLE unable to read the receiving response from the device .while i send request to ble device the command sends but the response is not logging in my app but if i connect the same device to the ...
A K A S H's user avatar
2 votes
1 answer
35 views

What has to be sent as Bluetooth LE indication acknowledgement

My application uses the TI Bluetopia stack. This stack runs in user space and uses the HCI without and kernel driver. The peripherial device sends the data by indication. But after a few data sets the ...
Th. Thielemann's user avatar
0 votes
1 answer
52 views

Andoird [Bluetooth LE] create Characteristic with predefine value before advertising Service in a peripheral device(Android app)

My app act as a peripheral device advertising a Service with Characteristic with predefine value and the central device read it and process the advertising data but I've been struggling with setting ...
ABDERRAHMANE OUALI's user avatar
1 vote
0 answers
25 views

Identical phones with identical app and identical setup; one can find bluetooth devices the other cannot

I have several smartphones of the same model. Five of them I have been using for testing and building an app. Now I have to deploy the app the the other smartphones I have had laying in a drawer. ...
koralræv's user avatar
0 votes
0 answers
19 views

BluetoothDevice name missing in scan after disconnect

When scanning with a android.bluetooth.le.BluetoothLeScanner, after disconnecting a device, that device's BluetoothDevice object sometimes has a null name. Specifically, in the same call to my ...
Crag's user avatar
  • 1,834
0 votes
0 answers
57 views

Bluetooth Rapid Disconnection for BLE device when pairing it with One Plus Nord Android Version 12

I have a smart ring BLE device, which I pair with android app and perform communication with it. To perform communication various command need to send at various characteristic to recieve data. This ...
Dnveeraj's user avatar
  • 117
0 votes
0 answers
20 views

Arduino BLE and website communication issues; SerialCharacteristic not changing?

For a group project I was trying to use the Arduino BLE to connect to my computer, which would be connected to a website that would then return an appropriate value to the Arduino BLE. The issue ...
user24663900's user avatar
0 votes
0 answers
42 views

BLE Peripheral disconnection after sending a command in some Android phones

I am working on an android project which works with a smart ring using bluetooth. The problem is app and ring are working fine 95% of the Android phones. But in 5% of the phones getting disconnection ...
Hari Keerthipati's user avatar
1 vote
1 answer
125 views

Flutter app can't discover certain peripherals with IOS/Swift's BluetoothCore lib

I'm working on a Flutter App, and I'm writing some platform code in Swift to be able to connect to both Bluetooth Classic and BLE devices. Flutter packages are unfortunately targeted at BLE. As of ...
Gustavo Ramos's user avatar
0 votes
0 answers
15 views

atmosic atm2202. send picture to eink

I have a "eink electronic shelf label". I know that the heart of the device is the Atmosic atm2202. Also, I know that the device works via BLE. I would like to create an image and send it to ...
Andrei Le's user avatar

15 30 50 per page
1
2 3 4 5
34