Commit Graph

11 Commits

Author SHA1 Message Date
Vinicius Costa Gomes
5a48a21cbd Move the GATT Service Record registration to the server
The GATT Server SDP record should be in the server, so it is not added
when the server is disabled.
2010-08-24 15:12:22 -03:00
Claudio Takahasi
4648613aba Change attribute example to test notifications
Dummy time-based notification. Thermometer humidity attribute value
is being changed every 10 seconds.
2010-08-19 17:47:25 -03:00
Vinicius Costa Gomes
8307634aa6 Update copyright information of GATT library/tools 2010-08-09 18:06:49 -04:00
Vinicius Costa Gomes
baa95be886 Fix the byte order of some of the examples handles
Some of the handles of the example's attributes were in the wrong order.
2010-08-09 18:06:47 -04:00
Claudio Takahasi
e79eff7995 Add secondary service attributes into the attribute database
Add all secondary services attributes required by includes definition
on primary services declared previously.
2010-08-09 18:06:45 -04:00
Claudio Takahasi
309c4edc38 Add Thermometer Service attributes into the attribute database
Add all attributes of the Thermometer Primary Service according to
example described in the SPEC. See "APPENDIX: Example Attribute
server attributes". Includes of secondary services are not supported yet.
2010-08-09 18:06:45 -04:00
Claudio Takahasi
1ad03a7606 Add Battery Service attributes into the attribute database
Add all attributes of the Battery Primary Service according to example
described in the SPEC. See "APPENDIX: Example Attribute server
attributes". Battery service and state UUID are not defined yet, random
values have been selected: 0xA002 and 0xA003.
2010-08-09 18:06:45 -04:00
Claudio Takahasi
d23a2e302b Add GATT Service attributes into the attribute database
Add all attributes of the GATT Primary Service according to example
described in the SPEC. See "APPENDIX: Example Attribute server
attributes". Attribute Opcodes Supported UUID is not defined yet, a
random value has been selected: 0xA001.
2010-08-09 18:06:45 -04:00
Claudio Takahasi
f6620753d6 Add GAP Service attributes into the attribute database
Add all attributes of the GAP Primary Service according to example
described in the SPEC. See "APPENDIX: Example Attribute server
attributes".
2010-08-09 18:06:45 -04:00
Claudio Takahasi
1c9223abcc Register Generic Attribute Profile service record
Publishes SDP service record for GATT support over BR/EDR. Currently,
the record is registered for all available adapters.
2010-08-09 18:06:44 -04:00
Claudio Takahasi
b4ad35aafe Initial GATT server example integration
Initial changes to start the GATT server example. For the server side,
attrib plugin will only register the GATT service record and add
the attributes into the attribute database.
2010-08-09 18:06:44 -04:00