summaryrefslogtreecommitdiff
path: root/profiles/gatt
AgeCommit message (Expand)AuthorFilesLines
2012-10-11gas: Add the per handle GATT event notifierVinicius Costa Gomes1-38/+34
2012-10-11gattrib: Add support for listening for events for specific handlesVinicius Costa Gomes1-0/+1
2012-10-11gas: Only do the Exchange MTU procedure over LE linksVinicius Costa Gomes1-1/+2
2012-10-09attrib: Remove opcode parameter from g_attrib_send()Vinicius Costa Gomes1-1/+1
2012-10-05device: Convert device_get_address into simple getterSzymon Janc1-12/+8
2012-10-05adapter: Constify pointer returned by adapter_get_addressSzymon Janc1-4/+6
2012-10-05adapter: Convert adapter_get_address into simple getterSzymon Janc1-8/+8
2012-10-01gatt: Add reading stored Service Changed handleClaudio Takahasi1-0/+36
2012-10-01gatt: Add storing Service Changed handleClaudio Takahasi1-0/+42
2012-10-01gatt: Ignore Service Changed if not bondedClaudio Takahasi1-0/+5
2012-10-01gatt: Remove unneeded handle range checkClaudio Takahasi1-7/+0
2012-10-01gatt: Remove reading Service Changed characteristic after connectedAndrzej Kaczmarek1-37/+0
2012-09-25core: Add profile parameter to adapter and device probe functionsJohan Hedberg1-2/+4
2012-09-11core: Move profile code into profile.{c,h}Johan Hedberg1-0/+1
2012-09-06gatt: Fix reading Service Changed CCCAndrzej Kaczmarek1-1/+1
2012-09-03Add profile abstraction (replaces btd_device drivers)Johan Hedberg2-7/+10
2012-08-28Update code base to use the new BtIO APIJohan Hedberg1-1/+1
2012-08-23gatt: GAP and GATT services are mandatoryClaudio Takahasi1-2/+7
2012-08-20att: Replace ATT magic numberClaudio Takahasi1-1/+1
2012-08-20gatt: Add MTU exchange procedureClaudio Takahasi1-0/+36
2012-08-20gatt: Primary service interval may not changeClaudio Takahasi1-2/+2
2012-08-20gatt: Start Discover Services when handle changesClaudio Takahasi1-0/+18
2012-08-20gatt: Confirm the indication receivedClaudio Takahasi1-1/+8
2012-08-20gatt: Enable indication for Service ChangedClaudio Takahasi1-0/+23
2012-08-20gatt: Add Service Changed CCC discoveryClaudio Takahasi1-5/+102
2012-08-20gatt: Add Service Changed readClaudio Takahasi1-0/+33
2012-08-20gatt: Emit PropertyChanged for AppearanceClaudio Takahasi1-0/+3
2012-08-20gatt: Add read Appearance characteristicClaudio Takahasi1-0/+69
2012-08-20gatt: Add GAP/GATT device registrationClaudio Takahasi3-1/+144
2012-08-20gatt: Add Generic Access/Attribute Profile pluginClaudio Takahasi3-0/+131