4 posts / 0 new
Last post
lyncxy119
Offline
Last seen:1年9个月s ago
加入:2015-05-14 03:23
GATT

In file AN-B-029 Developing a Bluetooth Smart custom profile_V1.0,there are not only one service in Figure 19: GATT discovery using BlueLoupe.
I don't know Geniric Access Service、Geniric Attribute Service at all.When I saw other files,I also saw "The RW-BLE Generic Attribute Profile (GATT) defines the service framework using the Attribute Protocol for discovering services and for reading and writing characteristic values on a peer device."
This is so difficult for me to understand them .Can you explain it as clearly as possible?

Device:
lyncxy119
Offline
Last seen:1年9个月s ago
加入:2015-05-14 03:23
Besides,I have already seen

Besides,I have already seen file GATT Interface Specification.But it is also difficult for me to understand.

MHv_Dialog
Offline
Last seen:1 week 4 days ago
工作人员
加入:2013-12-06 15:10
Hi,

Hi,

The Generic Acces Service and the Generic Attribute Service are mandatory services, so all devices that exposes any GATT servicemustalso expose these services.

The Generic Access Service contains at least two characteristics. The Generic Attribute Service contains only one characteristic, the Service Changed characteristic.

You can find more information about these services (as well as other adopted services) herehttps://developer.bluetooth.org/gatt/services/Pages/ServicesHome.aspx

lyncxy119
Offline
Last seen:1年9个月s ago
加入:2015-05-14 03:23
Thanks you so much!

Thanks you so much!