summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-10-26core: Do not call the callback on btd_cancel_authorizationHEADmasterLuiz Augusto von Dentz1-1/+4
2012-10-26core: Fix memory leakLuiz Augusto von Dentz1-0/+2
2012-10-25systemd: prevent duplicate logging messages in journalMarti Raudsepp1-0/+1
2012-10-25event: Remove write of LastSeen infoFrédéric Danis1-13/+0
2012-10-25adapter: Move storage names to cache directoryFrédéric Danis2-6/+99
2012-10-25adapter: Move saved config to ini-file formatFrédéric Danis1-38/+168
2012-10-25adapter: Read mode in storage at initFrédéric Danis4-50/+44
2012-10-25adapter: Read discoverable timeout in storage at initFrédéric Danis1-12/+7
2012-10-25adapter: Read pairable timeout in storage at initFrédéric Danis1-11/+10
2012-10-25adapter: Move pairable read to load_config()Frédéric Danis1-4/+4
2012-10-25adapter: Remove device class storageFrédéric Danis3-15/+7
2012-10-25adapter: Read name in storage at initFrédéric Danis1-0/+13
2012-10-22mgmt: Add support for LE peripheral modeJohan Hedberg1-4/+4
2012-10-22core: Remove unnecessary include from glib-helper.cJohan Hedberg1-1/+0
2012-10-19attrib: Fix memory leak if att_data_list_alloc failsLudek Finstrle1-3/+9
2012-10-19core: Update gdbus function callsLucas De Marchi2-94/+69
2012-10-18adapter: Fix memory leak on discovery cleanupAnderson Lizardo1-2/+2
2012-10-17device: Fix modifying list while iteratingMikel Astiz1-2/+2
2012-10-16adapter: Remove not used definesSzymon Janc1-4/+0
2012-10-16mgmt: Remove not used members from controller_infoSzymon Janc1-10/+2
2012-10-16mgmt: Make mgmt_update_powered return voidSzymon Janc1-4/+2
2012-10-16device: Mark services as resolved also when loading from storageJohan Hedberg1-0/+5
2012-10-15adapter: Use g_slist_free_full for cleaning up discovery->foundJohan Hedberg1-3/+2
2012-10-15adapter: Use idle callbacks for forcing DevicesFound eventsJohan Hedberg1-3/+2
2012-10-15device: Implement Device.CancelPairing methodJohan Hedberg1-0/+17
2012-10-15adapter: Remove legacy CancelDeviceCreation methodJohan Hedberg1-36/+0
2012-10-15core: Add timer for removing temporary discovered device objectsJohan Hedberg2-2/+47
2012-10-12adapter: Add DevicesFound signalJohan Hedberg1-38/+155
2012-10-12adapter: Remove out of range devices trackingJohan Hedberg1-44/+1
2012-10-12core: Create devices dynamically during discoveryJohan Hedberg5-439/+173
2012-10-12adapter: Remove Create(Paired)Device methodsJohan Hedberg1-130/+0
2012-10-12device: Add device_name_known convenience functionJohan Hedberg2-0/+6
2012-10-12device: Add LegacyPairing and RSSI propertiesJohan Hedberg2-0/+69
2012-10-11core: Fix connecting to an already connected device on pairingJoão Paulo Rechi Vita1-1/+1
2012-10-11gattrib: Add support for listening for events for specific handlesVinicius Costa Gomes1-1/+1
2012-10-11attrib: Fix not checking if att_data_list_alloc failsVinicius Costa Gomes1-0/+9
2012-10-11attrib: Remove all the usages of ATT_MAX_MTUVinicius Costa Gomes1-1/+2
2012-10-10event: Use bool instead gboolean for legacy parameterSzymon Janc5-8/+8
2012-10-10core: Pass confirm name as bool valueSzymon Janc5-5/+6
2012-10-09core: fix stop scanning after GCEPJoão Paulo Rechi Vita1-11/+15
2012-10-09core: Add initial Device.Pair() implementationJohan Hedberg1-0/+47
2012-10-09device: Remove not used device_set_class functionSzymon Janc2-13/+0
2012-10-09adapter: Remove not used btd_adapter_switch_{online,offline} functionsSzymon Janc2-45/+0
2012-10-09storage: Remove not used read_remote_featuresSzymon Janc2-47/+0
2012-10-09storage: Remove not used write_features_infoSzymon Janc2-34/+0
2012-10-09storage: Remove not used write_version_infoSzymon Janc2-20/+0
2012-10-09storage: Remove not used read_remote_eirSzymon Janc2-43/+0
2012-10-09event: Don't store EIR in btd_event_device_foundSzymon Janc3-26/+0
2012-10-09Simplify checking if found device is legacySzymon Janc5-72/+23
2012-10-09adapter: Emit signals through DBus.PropertiesLucas De Marchi1-95/+47