Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows 10 bluetooth communication using gatt protocol

Tags:

I have multiple BLE devices with which I need to communicate to. How do I connect to a specific device and communicate with it?

In Windows 10, there doesn't seem to have a connect method.

Thank you

like image 281
Illuminati0x5B Avatar asked Apr 28 '16 19:04

Illuminati0x5B


People also ask

What is GATT in Bluetooth?

GATT is an acronym for the Generic ATTribute Profile, and it defines the way that two Bluetooth Low Energy devices transfer data back and forth using concepts called Services and Characteristics.

Does Bluetooth classic use GATT?

There are many profiles of Classic Bluetooth and BLE: SPP, GATT, A2DP, AVRCP, HFP, etc. For data transmission, SPP and GATT are the most frequently used Classic Bluetooth and BLE profiles respectively.


1 Answers

I think it's not available yet. You need to wait till Anniversary update(hopefully). Check this out on Windows Developer Feedback Uservoice page https://wpdev.uservoice.com/forums/110705-universal-windows-platform/suggestions/7176829-gatt-server-api

GATT Server APIs will be available to developers in that update so please stay tuned

He points to the update shown in Build 2016, the Anniversary Update

like image 176
Raamakrishnan A. Avatar answered Sep 28 '22 02:09

Raamakrishnan A.