summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-23Add Sim Access Profile dummy driverWaldemar Rymarkiewicz4-14/+275
2011-03-23Add support for SAP protocolWaldemar Rymarkiewicz1-16/+399
2011-03-23Add Sim Access Profile connect/disconnect proceduresWaldemar Rymarkiewicz2-11/+424
2011-03-22Fix crash when unregistering a2dp driver before media driverLuiz Augusto von Dentz2-0/+10
2011-03-18Recalculate remote SEP if the codec type changesArun Raghavan1-1/+8
2011-03-18TODO: set owner of 'Whitelist support' taskAndre Guedes1-0/+1
2011-03-18Set correct adapter state in cancel_resolve_nameRadoslaw Jablonski1-0/+1
2011-03-18Add Exchange MTU in interactive gatttoolBruna Moreira1-0/+62
2011-03-18Add Exchange MTU operation in GATT libraryBruna Moreira2-0/+16
2011-03-18Use GAttrib buffer for ATT protocol PDUsBruna Moreira1-45/+64
2011-03-18Add internal buffer to GAttrib structBruna Moreira2-0/+49
2011-03-18TODO: remove 'fix MTU exchange' taskBruna Moreira1-5/+0
2011-03-17TODO: set owner of 'Define attribute server API' taskAnderson Lizardo1-0/+1
2011-03-17Update TODO regarding bt_uuid_* functionsElvis Pfützenreuter1-10/+4
2011-03-17Check for existing handle in attrib_db_add()Anderson Lizardo1-1/+3
2011-03-17Change attrib_db_update() to return reallocated dataAnderson Lizardo2-4/+7
2011-03-17Remove unnecessary assignment from attrib_db_update()Anderson Lizardo1-1/+0
2011-03-17Allow NULL pointer as UUID for attrib_db_update()Anderson Lizardo1-6/+3
2011-03-17Add DBG() calls to attrib_db_* functionsAnderson Lizardo1-0/+6
2011-03-17Add discover characteristics by UUID to gatttoolSheldon Demario5-10/+30
2011-03-17Add 'Protocol not supported' error in a2dp_add_sepDmitriy Paliy3-15/+44
2011-03-17Fix missing check for dev->up before calling init_adapterJohan Hedberg1-1/+1
2011-03-15Release 4.904.90Marcel Holtmann2-1/+12
2011-03-15Update library versionMarcel Holtmann1-2/+2
2011-03-15Add attrib server refactoring task to TODOJohan Hedberg1-0/+7
2011-03-15Fix minor coding style issues in attrib server codeJohan Hedberg1-5/+0
2011-03-15Remove redundant return statements from interactive gatttoolJohan Hedberg1-4/+0
2011-03-15Fix minor coding style issues in SAP server codeJohan Hedberg1-6/+2
2011-03-15Add LE whitelist support to the TODOJohan Hedberg1-0/+5
2011-03-15mgmt: support for local_name_changed eventJohan Hedberg1-0/+28
2011-03-15mgmt: Fix debug log stringsJohan Hedberg1-2/+2
2011-03-15Add Sim Access Profile ServerWaldemar Rymarkiewicz4-8/+878
2011-03-15Adjust sap/server.c license text to the rest of the codeWaldemar Rymarkiewicz1-1/+2
2011-03-15Add "unit test" for new UUID functionsElvis Pfützenreuter2-1/+324
2011-03-15Use new UUID functions in GATTElvis Pfützenreuter15-200/+250
2011-03-15Remove unused code due to dial and re-dial changeDmitriy Paliy1-125/+0
2011-03-15Change dial and re-dial in maemo6 telephonyDmitriy Paliy1-13/+14
2011-03-15Move telephony_last_dialed_number_reqDmitriy Paliy1-12/+12
2011-03-15mgmt: Implement adapter name controlJohan Hedberg4-6/+73
2011-03-15mgmt: Add adapter name to read_info responseJohan Hedberg3-0/+5
2011-03-15Make strtoba use str2ba for string conversionSzymon Janc1-12/+6
2011-03-15Fix str2ba behaviour on malformed bt addressSzymon Janc1-8/+8
2011-03-15Simplify ba2str functionSzymon Janc1-4/+1
2011-03-15Simplify ba2oui functionSzymon Janc1-5/+1
2011-03-15Update the test-attrib test scriptVinicius Costa Gomes1-114/+98
2011-03-15Add DiscoverCharacteristics method to the Attribute APIVinicius Costa Gomes1-0/+8
2011-03-15Fix not returning an error when DiscoverCharacteristics() failsVinicius Costa Gomes1-0/+7
2011-03-15Fix the behaviour of the DiscoverCharacteristics methodVinicius Costa Gomes1-4/+28
2011-03-15Rename the Discover method to DiscoverCharacteristicsVinicius Costa Gomes1-1/+1
2011-03-15Add more functions for new UUID handlingElvis Pfützenreuter7-81/+207