bluetooth-gatt Questions
2
I'm looking for a list of Bluetooth GATT Services with a short description of each. I'm developing a BLE Android App and have to choose the best service.
Unconscionable asked 3/9, 2020 at 11:13
4
Solved
I have an android app to connect to a BLE device and write to it. I can successfully connect, read and write to it. As a part of testing, we are trying different disconnection scenarios.
Sometimes,...
Bromine asked 12/7, 2017 at 11:34
0
I am using the Windows api Gatt Client BLE for C++, my goal is to connect two devices (but in this case I will try just one) and keep reading and writing data constantly without closing the device ...
Portray asked 11/6, 2021 at 8:59
2
Solved
My goal is to make an auto connection between Bluetooth Low Energy device and phone. I followed the sample code and I found the line
// We want to directly connect to the device, so we are setting ...
Flew asked 20/10, 2016 at 14:2
1
Solved
I am trying build a simple java program which shows battery status of connected Bluetooth devices in windows. see bellow sample image.
First I started with BlueCove and realized BlueCove only prov...
Syriac asked 29/12, 2020 at 12:31
1
Solved
I am working on a BLE application. I am able to connect to MI band and get the services through my Xamarin forms BLE app. But when I am trying to write characteristics I am getting exception. I'm g...
Ledesma asked 5/11, 2020 at 21:38
1
I am working on an app that is connected to the BLE device using BluetoothGatt.
I am successfully able to scan and connect with BLE devices in all devices like Samsung, Pixel, etc. I followed And...
Forepleasure asked 9/10, 2019 at 7:56
1
Solved
I am trying to subscribe to a GATT characteristic.
I have set the "Indicate", "Notify" and "Read" attributes for the GATT characteristic in my BLE device.
I am able to connect to my BLE device an...
Cowpoke asked 27/3, 2020 at 14:39
0
I have a peripheral device which supports A2DP profile and gatt over BR/EDR. Various gatt services are registered in the sdp record for bluetooth classic.
I have developed an Android app to communi...
Uralite asked 10/4, 2020 at 0:40
1
I'm working on firmware for a BLE device and need to define an appearance value. For now, I have chosen a 'Generic Computer'. However, the full list of appearance values https://www.bluetooth.com/s...
Malinowski asked 13/10, 2017 at 17:16
3
Solved
I am creating an application which Connects with the BLE Device with android application programmatically. Here's my code for the Connect / Disconnect
When user clicks on the Connect button
new T...
Lachrymose asked 11/9, 2019 at 15:5
1
I'm new in Android BLE so my question may be uncorrect or naive in some way. If this is the case please explain me where I'm wrong and kindly show me the correct way to manage this scenario.
Scena...
Slovenia asked 3/5, 2018 at 20:13
1
Solved
I call on my bluetooth adapter mBluetoothAdapter.startDiscovery(); which then returns me a list of BluetoothDevices. When I press on 1 of those devices, I do this:
mBluetoothGatt = bluetoothDevic...
Gittens asked 2/2, 2018 at 11:38
1
© 2022 - 2024 — McMap. All rights reserved.