summaryrefslogtreecommitdiff
path: root/profiles
Commit message (Expand)AuthorAgeFilesLines
* input: Rename check_sixaxis to dev_is_sixaxis for clarityJohan Hedberg2013-11-271-4/+4
* input: Add support for handling sixaxis devicesSzymon Janc2013-11-271-1/+103
* Rename adapter_find_device to btd_adapter_find_deviceSzymon Janc2013-11-273-3/+3
* Rename adapter_get_address to btd_adapter_get_addressSzymon Janc2013-11-279-21/+31
* Rename adapter_get_device to btd_adapter_get_deviceSzymon Janc2013-11-271-2/+2
* audio/AVCTP: Use A/V_RemoteControl UUID for incoming connectionsLuiz Augusto von Dentz2013-11-181-1/+1
* audio/AVDTP: Remove unused avdtp_set_device_disconnectLuiz Augusto von Dentz2013-11-182-15/+0
* audio/sink: Remove shutdown parameter from sink_disconnectLuiz Augusto von Dentz2013-11-183-6/+3
* audio/source: Remove shutdown parameter from source_disconnectLuiz Augusto von Dentz2013-11-183-6/+3
* audio/AVDTP: Remove public function that are only used locallyLuiz Augusto von Dentz2013-11-182-23/+12
* audio/AVDTP: Remove unused codeLuiz Augusto von Dentz2013-11-182-28/+0
* audio/A2DP: Return -ENOPROTOOPT if record doesn't existLuiz Augusto von Dentz2013-11-131-0/+24
* audio/AVDTP: Remove avdtp_init and avdtp_exitLuiz Augusto von Dentz2013-11-113-72/+60
* audio/AVRCP: Always assign a player to TG roleLuiz Augusto von Dentz2013-10-301-3/+0
* audio/media: Send status changed if position changesLuiz Augusto von Dentz2013-10-151-2/+15
* audio/media: Remove unused fieldLuiz Augusto von Dentz2013-10-151-2/+0
* audio/media: Add support for tracking Seeked signalLuiz Augusto von Dentz2013-10-151-0/+21
* audio/AVCTP: Fix sending requests with same transaction idLuiz Augusto von Dentz2013-10-151-0/+21
* audio/AVDTP: Add struct for discover specific dataLuiz Augusto von Dentz2013-10-151-23/+25
* audio/AVDTP: Fix crash after disconnectingLuiz Augusto von Dentz2013-10-151-1/+9
* avdtp: Fix minor coding style issueJohan Hedberg2013-10-101-2/+1
* avdtp: Remove not needed forward declarationSzymon Janc2013-10-101-1/+0
* avdtp: Move connection_lost function to avoid forward declarationSzymon Janc2013-10-101-27/+26
* avdtp: Rename avdtp_callbacks to state_callbacksSzymon Janc2013-10-101-5/+6
* avdtp: Remove unused avdtp_stream_setup_active functionSzymon Janc2013-10-102-6/+0
* avdtp: Remove unused avdtp_is_connected functionSzymon Janc2013-10-102-21/+0
* avdtp: Fix typos in errors from avdtp_strerrorSzymon Janc2013-10-101-2/+2
* profiles/AVRCP: Add AV Remote Controller service class id to CTLuiz Augusto von Dentz2013-10-091-1/+3
* bnep: improve error-msg if bnep.ko is not loadedDavid Herrmann2013-10-032-4/+14
* adapter: Handle removing of SDP recordsSzymon Janc2013-09-236-11/+15
* adapter: Handle adding new SDP recordsSzymon Janc2013-09-235-8/+6
* sap: Keep reference to btd_adapter in struct sap_serverSzymon Janc2013-09-133-15/+16
* avdtp: Remove unused STREAM_TIMEOUT defineSzymon Janc2013-09-111-1/+0
* avdtp: Remove not used includesSzymon Janc2013-09-111-3/+0
* avdtp: Remove not used pending_auth from struct avdtpSzymon Janc2013-09-111-9/+2
* audio/media: Make use of g_dbus_send_message_with_replyLuiz Augusto von Dentz2013-09-091-1/+1
* hog: ignore UHID-setup events and document whyDavid Herrmann2013-09-061-1/+32
* network: Fix crash after removing adapterLuiz Augusto von Dentz2013-08-211-0/+1
* audio/player: Fix overflowing positionLuiz Augusto von Dentz2013-07-311-1/+2
* attrib: Rename GATT_OPT_CHR_UUID into GATT_OPT_CHR_UUID16Dirk-Jan C. Binnema2013-07-304-14/+14
* 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