summaryrefslogtreecommitdiff
path: root/profiles
AgeCommit message (Expand)AuthorFilesLines
2012-10-13heartrate: Convert to DBus.PropertiesAndrzej Kaczmarek1-32/+41
2012-10-13heartrate: Remove unused measurement characteristic value handleAndrzej Kaczmarek1-3/+0
2012-10-13heartrate: Fix registration of notification handlerAndrzej Kaczmarek1-16/+8
2012-10-13input: Convert to DBus.PropertiesLucas De Marchi1-31/+13
2012-10-11hog: Fix passing NULL pointer to g_attrib_unregisterJohan Hedberg1-1/+3
2012-10-11hog: Fix requested range for descriptor discoveryJoão Paulo Rechi Vita1-9/+14
2012-10-11hog: Fix characteristic descriptor discoveryJoão Paulo Rechi Vita1-9/+37
2012-10-11gas: Add the per handle GATT event notifierVinicius Costa Gomes1-38/+34
2012-10-11heartrate: Use the per handle GATT event notifierVinicius Costa Gomes1-142/+145
2012-10-11hog: Use the per handle GATT event notifierVinicius Costa Gomes1-34/+36
2012-10-11scan: Use the per handle GATT event notifierVinicius Costa Gomes1-13/+2
2012-10-11gattrib: Add support for listening for events for specific handlesVinicius Costa Gomes5-5/+9
2012-10-11gas: Only do the Exchange MTU procedure over LE linksVinicius Costa Gomes1-1/+2
2012-10-11attrib: Remove all the usages of ATT_MAX_MTUVinicius Costa Gomes1-5/+6
2012-10-09thermometer: Fix missing bracesAndrzej Kaczmarek1-6/+10
2012-10-09thermometer: Fix indentationAndrzej Kaczmarek1-1/+1
2012-10-09thermometer: Fix whitespaceAndrzej Kaczmarek1-1/+1
2012-10-09thermometer: Refactor processing of measurement characteristic valueAndrzej Kaczmarek1-29/+37
2012-10-09thermometer: Add common function to write characteristics CCCAndrzej Kaczmarek1-85/+23
2012-10-09thermometer: Add constant definition for watcher interface nameAndrzej Kaczmarek1-1/+2
2012-10-09thermometer: Update driver naming styleAndrzej Kaczmarek1-5/+5
2012-10-09thermometer: Change string properties to lower-caseAndrzej Kaczmarek1-13/+13
2012-10-09thermometer: Include remote device information in MeasurementReceivedAndrzej Kaczmarek1-7/+13
2012-10-09thermometer: Move watcher logic to adapter interfaceAndrzej Kaczmarek1-64/+70
2012-10-09thermometer: Register ThermometerManager interface on adapter pathAndrzej Kaczmarek1-1/+32
2012-10-09thermometer: Store thermometer devices per-adapterAndrzej Kaczmarek3-22/+110
2012-10-09attrib: Remove opcode parameter from g_attrib_send()Vinicius Costa Gomes3-5/+3
2012-10-09input: Fix registering HoG service for non-HoG profilesVinicius Costa Gomes1-0/+3
2012-10-05device: Convert device_get_address into simple getterSzymon Janc6-45/+33
2012-10-05adapter: Constify pointer returned by adapter_get_addressSzymon Janc10-18/+24
2012-10-05adapter: Convert adapter_get_address into simple getterSzymon Janc10-61/+46
2012-10-03alert: Fix various coding style issuesJohan Hedberg1-23/+25
2012-10-03alert: Implement Release() agent methodAnderson Lizardo1-1/+17
2012-10-03alert: Add support for unread alert notificationEder Ruiz Maria1-4/+10
2012-10-03alert: Add support for new alert notificationEder Ruiz Maria1-4/+12
2012-10-03alert: Add support for alert status notificationEder Ruiz Maria1-2/+16
2012-10-03alert: Add support for ringer setting notificationEder Ruiz Maria1-2/+154
2012-10-03alert: Update Alert Status and Ringer Setting characteristic valuesAnderson Lizardo1-0/+24
2012-10-03alert: Add support for calling SetRinger()Eder Ruiz Maria1-0/+27
2012-10-03alert: Add support for calling MuteOnce()Eder Ruiz Maria1-0/+24
2012-10-03alert: Implement MuteOnce commandAnderson Lizardo1-0/+25
2012-10-03alert: Update unread alert characteristic valueAnderson Lizardo1-0/+31
2012-10-03alert: Update new alert characteristic valueAnderson Lizardo1-0/+39
2012-10-03alert: Update Supported New/Unread Category characteristic valuesAnderson Lizardo1-1/+33
2012-10-03alert: Add per adapter attribute handle informationAnderson Lizardo1-10/+47
2012-10-03alert: Automatically unregister alert when agent leaves D-BusEder Ruiz Maria1-0/+23
2012-10-03alert: Add initial support for UnreadAlert D-Bus methodAnderson Lizardo1-0/+33
2012-10-03alert: Add initial support for NewAlert D-Bus methodEder Ruiz Maria1-1/+105
2012-10-03alert: Implement category registration in RegisterAlert()Eder Ruiz Maria1-4/+98
2012-10-03alert: Initial Alert NotificationAnderson Lizardo1-0/+154