summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-12test: Update test-discovery to support the latest APIJohan Hedberg1-18/+89
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-12rctest: add option to save received data to fileGustavo Padovan1-3/+53
2012-10-12rctest: add automated testGustavo Padovan1-4/+42
2012-10-11gdbus: Add support for invalidated propertiesJohan Hedberg1-1/+14
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-11core: Fix connecting to an already connected device on pairingJoão Paulo Rechi Vita1-1/+1
2012-10-11test: Add support for passing address type to btiotestVinicius Costa Gomes1-22/+29
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 Gomes11-24/+52
2012-10-11gas: Only do the Exchange MTU procedure over LE linksVinicius Costa Gomes1-1/+2
2012-10-11attrib: Fix not checking if att_data_list_alloc failsVinicius Costa Gomes2-0/+15
2012-10-11att: Fix sending pdu's with invalid dataVinicius Costa Gomes1-0/+3
2012-10-11att: Replace ATT_MAX_MTU with ATT_MAX_VALUE_LENVinicius Costa Gomes1-1/+1
2012-10-11attrib: Remove all the usages of ATT_MAX_MTUVinicius Costa Gomes4-8/+10
2012-10-11gattrib: Fix ignoring the error message when write failsVinicius Costa Gomes1-1/+7
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-09audio: Remove redundant procedure when a2dp connectChan-yeol Park1-6/+7
2012-10-09audio: Fix audio driver is not probedChan-yeol Park1-1/+2
2012-10-09avinfo: Print a2dp vendor codec infoChan-yeol Park1-0/+15
2012-10-09avinfo: Replace definitions with a2dp-codecs.h'sChan-yeol Park2-109/+25
2012-10-09audio: Add check for vendor specific A2DP codecChan-yeol Park2-2/+61
2012-10-09build-sys: Remove leftover AM_YFLAGSLucas De Marchi1-2/+0
2012-10-09core: fix stop scanning after GCEPJoão Paulo Rechi Vita1-11/+15
2012-10-09core: Add initial Device.Pair() implementationJohan Hedberg2-0/+65
2012-10-09build: Add missing documentation files to EXTRA_DISTAndrzej Kaczmarek1-1/+3
2012-10-09sink: Remove deprecated codeLuiz Augusto von Dentz2-80/+1
2012-10-09audio: Fix memory leak of AVDTP bufferLuiz Augusto von Dentz2-0/+16
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-09doc: Reformat thermometer-api.txt to follow 80-character ruleJohan Hedberg1-25/+32
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