summaryrefslogtreecommitdiff
path: root/profiles
AgeCommit message (Expand)AuthorFilesLines
2012-10-26network: Remove unnecessary field from connect_reqMikel Astiz1-6/+1
2012-10-25network: Add missing btd_device reference countingJohan Hedberg1-1/+4
2012-10-25input: Add profile .disconnectMikel Astiz1-0/+1
2012-10-25input: Expose internal disconnection APIMikel Astiz2-0/+22
2012-10-25input: Trivial function renameMikel Astiz1-2/+2
2012-10-25network: Add network .connect and .disconnectMikel Astiz1-0/+99
2012-10-25network: Split Network into three btd_profileMikel Astiz1-19/+86
2012-10-25network: Expose internal connection APIMikel Astiz2-48/+108
2012-10-25network: Trivial function renameMikel Astiz1-6/+6
2012-10-25network: Specify id while registering serverMikel Astiz3-9/+8
2012-10-19sap: Fix connected property fetching when not connectedJohan Hedberg1-2/+6
2012-10-19health: Convert HealthDevice to DBus.PropertiesLucas De Marchi1-30/+26
2012-10-19health: Convert HealthChannel to DBus.PropertiesLucas De Marchi1-32/+36
2012-10-19sap: Convert to DBus.PropertiesLucas De Marchi1-40/+18
2012-10-19sap: Fix usage of wrong struct in get_properties()Lucas De Marchi1-1/+2
2012-10-19input: Fix not sending PropertiesChanged signalLucas De Marchi1-9/+4
2012-10-17heartrate: Always write measurement CCC on discoveryAndrzej Kaczmarek1-12/+14
2012-10-16input: Remove not needed adapters list in managerSzymon Janc1-14/+1
2012-10-16network: Remove redundant struct network_peer membersSzymon Janc5-54/+43
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