summaryrefslogtreecommitdiff
path: root/profiles/gatt
Commit message (Expand)AuthorAgeFilesLines
* profile: Use btd_service for probing profilesMikel Astiz2013-04-261-3/+6
* profile: Remove UUID list from probe functionMikel Astiz2013-04-261-2/+1
* profile: Limit to one remote UUID per profileMikel Astiz2013-03-101-1/+1
* gatt: List only GATT_UUID as remote UUIDMikel Astiz2013-03-101-1/+1
* gas: Fix not sending response to indicationVinicius Costa Gomes2013-01-291-5/+5
* gas: Move all the code to only one fileVinicius Costa Gomes2013-01-295-178/+48
* gatt: Fix remaining references to bluetooth/uuid.hAnderson Lizardo2013-01-101-1/+1
* profiles: Fix includes for uuid.hMarcel Holtmann2013-01-091-1/+1
* profiles: Fix missing config.h includesCristian Rodríguez2012-12-231-0/+4
* profiles: Store information only accessible for the ownerMarcel Holtmann2012-12-221-1/+1
* gatt: Use new storage architectureFrédéric Danis2012-12-171-44/+36
* profiles: Make use of btd_device_get_primaryJohan Hedberg2012-12-141-19/+3
* Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2012-12-072-0/+8
* Reorder btio.h includesLucas De Marchi2012-12-051-1/+1
* Use the entire include path for btio.hLucas De Marchi2012-12-051-1/+1
* Ensure config.h is included by using CPPFLAGSLucas De Marchi2012-12-052-8/+0
* gas: Fix memory leak at gas struct removalPaulo Borges2012-12-011-0/+1
* build: Remove stupid -I directivesMarcel Holtmann2012-11-202-6/+6
* profiles: Remove GATT enable optionMarcel Holtmann2012-11-091-5/+0
* gas: Add the per handle GATT event notifierVinicius Costa Gomes2012-10-111-38/+34
* gattrib: Add support for listening for events for specific handlesVinicius Costa Gomes2012-10-111-0/+1
* gas: Only do the Exchange MTU procedure over LE linksVinicius Costa Gomes2012-10-111-1/+2
* attrib: Remove opcode parameter from g_attrib_send()Vinicius Costa Gomes2012-10-091-1/+1
* device: Convert device_get_address into simple getterSzymon Janc2012-10-051-12/+8
* adapter: Constify pointer returned by adapter_get_addressSzymon Janc2012-10-051-4/+6
* adapter: Convert adapter_get_address into simple getterSzymon Janc2012-10-051-8/+8
* gatt: Add reading stored Service Changed handleClaudio Takahasi2012-10-011-0/+36
* gatt: Add storing Service Changed handleClaudio Takahasi2012-10-011-0/+42
* gatt: Ignore Service Changed if not bondedClaudio Takahasi2012-10-011-0/+5
* gatt: Remove unneeded handle range checkClaudio Takahasi2012-10-011-7/+0
* gatt: Remove reading Service Changed characteristic after connectedAndrzej Kaczmarek2012-10-011-37/+0
* core: Add profile parameter to adapter and device probe functionsJohan Hedberg2012-09-251-2/+4
* core: Move profile code into profile.{c,h}Johan Hedberg2012-09-111-0/+1
* gatt: Fix reading Service Changed CCCAndrzej Kaczmarek2012-09-061-1/+1
* Add profile abstraction (replaces btd_device drivers)Johan Hedberg2012-09-032-7/+10
* Update code base to use the new BtIO APIJohan Hedberg2012-08-281-1/+1
* gatt: GAP and GATT services are mandatoryClaudio Takahasi2012-08-231-2/+7
* att: Replace ATT magic numberClaudio Takahasi2012-08-201-1/+1
* gatt: Add MTU exchange procedureClaudio Takahasi2012-08-201-0/+36
* gatt: Primary service interval may not changeClaudio Takahasi2012-08-201-2/+2
* gatt: Start Discover Services when handle changesClaudio Takahasi2012-08-201-0/+18
* gatt: Confirm the indication receivedClaudio Takahasi2012-08-201-1/+8
* gatt: Enable indication for Service ChangedClaudio Takahasi2012-08-201-0/+23
* gatt: Add Service Changed CCC discoveryClaudio Takahasi2012-08-201-5/+102
* gatt: Add Service Changed readClaudio Takahasi2012-08-201-0/+33
* gatt: Emit PropertyChanged for AppearanceClaudio Takahasi2012-08-201-0/+3
* gatt: Add read Appearance characteristicClaudio Takahasi2012-08-201-0/+69
* gatt: Add GAP/GATT device registrationClaudio Takahasi2012-08-203-1/+144
* gatt: Add Generic Access/Attribute Profile pluginClaudio Takahasi2012-08-203-0/+131