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

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
106 views

BLE Omron BP Monitor has it's Custom Service and Characteristics

I am trying to connect with an Omron HEM-7140T1 BLE BP Monitor device. Problem is that this device doesn't offer standard BP service "1810" but offers it's custom Service and Profile . ...
Sudhanshu's user avatar
  • 285
0 votes
1 answer
310 views

BluetoothDevice#getName() return null in Android 14 while retrying pairing after canceling first pairing request

BluetoothDevice#getName() return null on Android 14 While trying to connect with below steps, Getting null value for BluetoothDevice#getName() Scan Bluetooth device Cancel pairing request Retry the ...
Durgesh's user avatar
  • 291
1 vote
0 answers
41 views

Read Characteristic with MBED OS BLE GattClient

I'm working to read a characteristic from gatt server using mbed os but not very successful. I'm able to make it scan and connect to the gatt server but I'm stuck there. I read the mbed ble example ...
Vu Vo's user avatar
  • 91
0 votes
0 answers
24 views

With Bluetooth LE GATT service, is processing Characteristics and Descriptors sequentially an acceptable way to go?

I'm writing a service that connects to a bluetooth LE device. I am iterating through the various services looking for the ones I'm interested in. At the moment I'm looking at battery services. Some ...
mal's user avatar
  • 3,192
2 votes
1 answer
275 views

Does the BLE protocol guarantee write-ordering across multiple characteristics in a service?

If a BLE service contains multiple notification characteristics that a GATT client has expressed interest in, does the BLE protocol make any strong guarantees about the order the GATT clients receive ...
Charles Nicholson's user avatar
0 votes
0 answers
15 views

Receive simultaneous notifications for multiple characteristics from a single server

I am trying to reproduce an Android app project without much Android development or Bluetooth experience. In the code, the original author collected data from two characteristics (coming from a single ...
lcernyo's user avatar
1 vote
0 answers
33 views

Parsing H4 'Set Volume' Packet - Unable To Figure Out Volume Bytes

I'm in the process of reverse engineering the Creative Soundblaster G3 (Bluetooth controlled USB DAC) to have more/better control of the volume & EQ as well as external integration into apps. I've ...
PriceyUK's user avatar
  • 1,997
0 votes
0 answers
126 views

warning: [deprecation] getValue() in BluetoothGattCharacteristic has been deprecated in the code: byte[] countByte = characteristic.getValue();

I am updating my current code to API33, i got the warning- warning: [deprecation] getValue() in BluetoothGattCharacteristic has been deprecated byte[] countByte = characteristic.getValue(); In the ...
Ask's user avatar
  • 1
0 votes
0 answers
72 views

How do I make a GATT server's read characteristic editable?

Im working on making a GATT server that can be connected to by a client application, that will eventually send data to said client. the way I understand it, is that the only value the client can see ...
Luke D's user avatar
  • 1
1 vote
0 answers
52 views

How to show my BLE device battery percentage on iPhone battery app?

I am developing an iOS app for non apple wearable device which communicates through BLE technology. I got the battery percentage from the BLE device though some characteristic id, but is there any way ...
Rajesh's user avatar
  • 774
0 votes
0 answers
117 views

Building a Smartwatch with Esp 32 and BLE

im currently working on an esp32 based smartwatch , i want to use BLE to connect to my android device and fetch the incoming notifications and display them. i have a working android app with a ...
fouzai alaa's user avatar
1 vote
0 answers
590 views

Android 14 Service Discovery Issue

I have a .jar library that I am using in another project. Something has changed between Android 13 and Android 14 that is causing this issue. In my library I scan for and connect to a BLE device. ...
user856232's user avatar
  • 1,083
1 vote
0 answers
36 views

Simultaneous BLE GATT Client & Server issue on when client initiates disconnect

I am working on the app for a dedicated device running Android. The app starts GATT Server with a custom service and characteristics in order to provide communication between current device and ...
Ololoking's user avatar
  • 1,597
0 votes
1 answer
148 views

BLE Cycle Trainer Write Characteristic UUID 2AD9 - How to adjust resistance based on what's happening in game?

Hello overflow friends, I'd be eternally grateful if one of the resident BLE geniuses on this forum wouldn't mind helping me. I've been trying to build a little cycling game in c# and so far I've ...
SAMYTHEBIGJUICY's user avatar
0 votes
0 answers
38 views

WebBluetooth GATT, filter by custom service UUID

I'm unable to filter by Service UUID using the bluetooth.requestDevice Web Bluetooth Gatt API My device named MyDevice1 with the service UUID: "607cdd4f-32aa-47da-8209-18f12012e3a4" which ...
JamesWilliams's user avatar

15 30 50 per page
1 2
3
4 5
34