• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » What is GATT (Generic Attribute Profile) of Bluetooth LE?

By Abhishek Ghosh February 2, 2020 11:34 am Updated on February 2, 2020

What is GATT (Generic Attribute Profile) of Bluetooth LE?

Advertisement

Our goal is to make our developer readers aware of GATT. Previously, we have discussed about Bluetooth, iBeacon and some theories on Internet of Things (IoT) such as Communication Standards for Wearable Computing, Influence of the Internet of Things (IoT) on Retail which eventually talked around the topic Bluetooth LE.

“GATT Services are collections of characteristics and relationships to other services that encapsulate the behaviour of a part of a device.” (by bluetooth.com). The GATT protocol provides some commands for using in the client-server model.

GATT is the way to define how two Bluetooth Low Energy devices will transfer data using Services and Characteristics. GATT uses Attribute Protocol (ATT) to store Services, Characteristics as 16-bit IDs. GATT works when a dedicated connection has been established between two devices. Only one BLE peripheral only be connected to one central device at a time making the connections exclusive and avoiding confusion. GATT offers notifications and indications. So a client may request a notification from the server avoiding the need to poll the server which would need to be constantly operational.

Advertisement

---

Characteristics are the main thing to understand when are interacting our BLE peripherals. They can be used to send data to the BLE peripheral. We can implement a UART-type interface for the TX and the RX channels.

What is GATT Generic Attribute Profile of Bluetooth LE

We do not need to learn a huge theory of GATT for working with ESP32, yet we must make our basics clear. Extensive information on GATT can be read from the official website for the developers :

Vim
1
2
3
#
https://www.bluetooth.com/specifications/gatt/services/
#

Those who will use ESP32 avoiding Arduino IDE, they will find the documentation useful :

Vim
1
2
3
#
https://docs.espressif.com/projects/esp-idf/en/latest/api-reference/bluetooth/esp_gatts.html
#

To work with ESP32 Arduino, you can use the Android App named “nRF Connect for Mobile”. It is the standard app used for BLE development. Neil Kolban extensively worked behind ESP32 Arduino BLE libraries. I am not going more deeper into ESP32 topic but our actual intention of writing this article is ESP32 development.

Tagged With gatt profile , what is the gatt , gatt attribute , Gatt profile ble benefit , hwhat is the gatt pro , The handle to the Bluetooth LE GATT profile attributes , what is ble gat profile , what is GATT on my computer
Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to What is GATT (Generic Attribute Profile) of Bluetooth LE?

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

  • ESP32 BLE Server with Android App

    BLE only works when one communication is active and stays ON. Else it remains in sleep mode. Beacons are great usage of BLE. In our series of articles on Samsung Smartwatch as Proximity Switch, we have used the ESP32 as client. In this article, we are talking about using ESP32 BLE as a server. In […]

  • WordPress & PHP : Different AdSense Units on Mobile Devices

    Here is How To Serve Different AdSense Units on Mobile Devices on WordPress With PHP. WordPress Has Function Which Can Be Used In Free Way.

  • Changing Data With cURL for OpenStack Swift (HP Cloud CDN)

    Changing Data With cURL For Object is Quite Easy in OpenStack Swift. Here Are Examples With HP Cloud CDN To Make it Clear. Official Examples Are Bad.

performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Hybrid Multi-Cloud Environments Are Becoming UbiquitousJuly 12, 2023
  • Data Protection on the InternetJuly 12, 2023
  • Basics of BJT TransistorJuly 11, 2023
  • What is Confidential Computing?July 11, 2023
  • How a MOSFET WorksJuly 10, 2023
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy