summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 5.85.8Marcel Holtmann2013-08-072-1/+13
* build: Update library versionMarcel Holtmann2013-08-071-1/+1
* lib: Update company identifiersMarcel Holtmann2013-08-071-0/+18
* tools: Fix path for bluetooth.org assigned numbers tableMarcel Holtmann2013-08-071-1/+1
* core: Fix error message in profile ext_auth functionFrederic Danis2013-08-011-1/+1
* tools/btiotest: Print voice settingJohan Hedberg2013-08-011-3/+3
* tools/sco-tester: Add more connection test casesFrédéric Dalleau2013-08-011-1/+65
* shared/hciemu: Add hciemu_get_features API (needed for SCO tests)Frédéric Dalleau2013-08-012-0/+9
* emulator: Add btdev_get_features API (needed for SCO tests)Frédéric Dalleau2013-08-012-0/+6
* tools/sco-tester: Add new SCO test toolFrédéric Dalleau2013-08-012-1/+551
* emulator: Add SCO connection creation supportFrédéric Dalleau2013-08-011-0/+52
* scotest: Add option for SCO voice settingFrédéric Dalleau2013-08-012-4/+39
* btiotest: Add option for SCO voice settingFrédéric Dalleau2013-08-011-5/+14
* btio: Add option for SCO voice settingFrédéric Dalleau2013-08-012-4/+21
* lib: SCO voice setting support headerFrédéric Dalleau2013-08-011-0/+8
* monitor: Opencode strndupa in print_stringSzymon Janc2013-08-011-1/+5
* audio/player: Fix overflowing positionLuiz Augusto von Dentz2013-07-311-1/+2
* attrib: Add support for 128-bit characteristic UUIDs in gatt_service_addDirk-Jan C. Binnema2013-07-302-5/+18
* attrib: Rename GATT_OPT_CHR_UUID into GATT_OPT_CHR_UUID16Dirk-Jan C. Binnema2013-07-307-18/+18
* attrib: Update gatt_service_add size assert for dealing with 128-bit UUIDsDirk-Jan C. Binnema2013-07-301-1/+1
* audio/AVCTP: Do not process browsing queue until connection completesLuiz Augusto von Dentz2013-07-301-6/+18
* audio/AVCTP: Fix connecting browsing channel multiple timesLuiz Augusto von Dentz2013-07-301-1/+3
* audio/AVRCP: Connect browsing channel in case of GetCapabilities responseLuiz Augusto von Dentz2013-07-301-0/+7
* audio/AVRCP: Connect browsing channel when accepting the connectionLuiz Augusto von Dentz2013-07-301-8/+48
* audio/AVRCP: Fix not setting browsing feature in CT recordLuiz Augusto von Dentz2013-07-301-1/+2
* audio/AVRCP: Fix not connecting Browsing channel when supportedLuiz Augusto von Dentz2013-07-301-10/+4
* audio/AVRCP: Fix memory leaksLuiz Augusto von Dentz2013-07-301-1/+2
* scanparam: Remove unneeded header includeClaudio Takahasi2013-07-301-2/+0
* scanparam: Apply convention for "GSource id" like variableAnderson Lizardo2013-07-301-2/+2
* scanparam: Fix missing check for valid GAttrib when removing deviceAnderson Lizardo2013-07-301-1/+1
* scanparam: Remove unnecessary assignmentAnderson Lizardo2013-07-301-3/+1
* scanparam: Fix handle range check on descriptor discoveryAnderson Lizardo2013-07-301-1/+1
* audio/player: Fix not setting playlist items as playableLuiz Augusto von Dentz2013-07-261-0/+2
* test: Fix ProximityMonitor1 interface name typo in test-proximityAnderson Lizardo2013-07-261-1/+1
* doc/media-api: Add Metadata property to MediaItemLuiz Augusto von Dentz2013-07-261-21/+34
* build: Fix make distcheckAnderson Lizardo2013-07-251-2/+1
* tools/mpris-player: Fix leaking memory when unregistering a playerLuiz Augusto von Dentz2013-07-251-0/+1
* tool/mpris-player: Fix not unregister players when adapter is removedLuiz Augusto von Dentz2013-07-251-0/+23
* audio: Remove audio.confLuiz Augusto von Dentz2013-07-241-8/+0
* audio: Remove audio pluginLuiz Augusto von Dentz2013-07-2410-227/+0
* audio: Move A2DP code to its own pluginLuiz Augusto von Dentz2013-07-247-272/+245
* audio: Move AVRCP related code to its own pluginLuiz Augusto von Dentz2013-07-244-261/+214
* tools/mgmt-tester: Add stop discovery for BR/EDR onlyBruna Moreira2013-07-241-2/+70
* emulator: Add new function for running all hooksBruna Moreira2013-07-241-3/+31
* emulator: cmd_status() using send_packet() for run hooks easilyEder Ruiz Maria2013-07-241-5/+23
* emulator: Split default_cmd() for better command and event handlerEder Ruiz Maria2013-07-241-32/+97
* emulator: Add support for delete a hookEder Ruiz Maria2013-07-244-0/+59
* emulator: Export command and event hooks for hciemu userEder Ruiz Maria2013-07-242-0/+44
* emulator: Add hook only if there aren't other with same type and opcodeEder Ruiz Maria2013-07-241-0/+20
* emulator: Add support for pre/post command/event hooksEder Ruiz Maria2013-07-242-0/+52