summaryrefslogtreecommitdiff
path: root/profiles
AgeCommit message (Expand)AuthorFilesLines
2014-01-13avrcp: Remove dead codeAndrei Emeltchenko1-20/+4
2014-01-11attrib: Modify gatt_cb_t signatureAnderson Lizardo8-21/+20
2014-01-09input: Fix connecting new trusted sixaxis deviceSzymon Janc1-4/+3
2014-01-09input: Fix check if device is sixaxis in auth_callbackSzymon Janc1-1/+1
2014-01-09input: Fix crash on authorization reply with first sixaxis connectionSzymon Janc1-26/+2
2014-01-06health: Fix struct mcap_csp "csp_req" field typeAnderson Lizardo1-1/+1
2014-01-06avrcp: Remove unnecessary "if (...)"Anderson Lizardo1-1/+1
2013-12-20bnep: Refactored bnep server apis for bridge addition and deletionRavi kumar Veeramally3-47/+51
2013-12-20bnep: Refactored bnep connect and disconnect callsRavi kumar Veeramally3-58/+71
2013-12-20bnep: Add bnep_disconnect and bnep_set_disconnect apisRavi kumar Veeramally2-0/+39
2013-12-20bnep: Add bnep_new and bnep_free api'sRavi kumar Veeramally2-0/+47
2013-12-20bnep: Rename struct bnep_conn to bnep and vars for better readabilityRavi kumar Veeramally1-40/+40
2013-12-19audio/AVRCP: Fix check for values out of range in SetAbsoluteVolumeLuiz Augusto von Dentz1-5/+3
2013-12-11profiles/network/server: Delete function which does nothingRavi kumar Veeramally3-7/+0
2013-12-11bnep: Move bnep related calls to bnep.h|cRavi kumar Veeramally3-67/+71
2013-12-11bnep: Rename send ctrl_rsp and make it globalRavi kumar Veeramally3-12/+14
2013-12-11bnep: Rename bnep_kill_connection to bnep_conndelRavi kumar Veeramally4-5/+4
2013-12-10bnep: Remove unneeded assignmentAndrei Emeltchenko1-1/+0
2013-12-10input: Fix crash when SDP record isn't availableBastien Nocera1-0/+3
2013-12-03audio/AVCTP: Fix crashLuiz Augusto von Dentz1-1/+1
2013-12-03core: Rename device_is_connected to btd_device_is_connectedSzymon Janc1-2/+2
2013-11-29profiles/network: Rename common.c|h to bnep.c|hRavi kumar Veeramally5-4/+4
2013-11-29profiles/network: Refactor bnep connection setup functionalityRavi kumar Veeramally4-164/+211
2013-11-27input: Rename check_sixaxis to dev_is_sixaxis for clarityJohan Hedberg1-4/+4
2013-11-27input: Add support for handling sixaxis devicesSzymon Janc1-1/+103
2013-11-27Rename adapter_find_device to btd_adapter_find_deviceSzymon Janc3-3/+3
2013-11-27Rename adapter_get_address to btd_adapter_get_addressSzymon Janc9-21/+31
2013-11-27Rename adapter_get_device to btd_adapter_get_deviceSzymon Janc1-2/+2
2013-11-18audio/AVCTP: Use A/V_RemoteControl UUID for incoming connectionsLuiz Augusto von Dentz1-1/+1
2013-11-18audio/AVDTP: Remove unused avdtp_set_device_disconnectLuiz Augusto von Dentz2-15/+0
2013-11-18audio/sink: Remove shutdown parameter from sink_disconnectLuiz Augusto von Dentz3-6/+3
2013-11-18audio/source: Remove shutdown parameter from source_disconnectLuiz Augusto von Dentz3-6/+3
2013-11-18audio/AVDTP: Remove public function that are only used locallyLuiz Augusto von Dentz2-23/+12
2013-11-18audio/AVDTP: Remove unused codeLuiz Augusto von Dentz2-28/+0
2013-11-13audio/A2DP: Return -ENOPROTOOPT if record doesn't existLuiz Augusto von Dentz1-0/+24
2013-11-11audio/AVDTP: Remove avdtp_init and avdtp_exitLuiz Augusto von Dentz3-72/+60
2013-10-30audio/AVRCP: Always assign a player to TG roleLuiz Augusto von Dentz1-3/+0
2013-10-15audio/media: Send status changed if position changesLuiz Augusto von Dentz1-2/+15
2013-10-15audio/media: Remove unused fieldLuiz Augusto von Dentz1-2/+0
2013-10-15audio/media: Add support for tracking Seeked signalLuiz Augusto von Dentz1-0/+21
2013-10-15audio/AVCTP: Fix sending requests with same transaction idLuiz Augusto von Dentz1-0/+21
2013-10-15audio/AVDTP: Add struct for discover specific dataLuiz Augusto von Dentz1-23/+25
2013-10-15audio/AVDTP: Fix crash after disconnectingLuiz Augusto von Dentz1-1/+9
2013-10-10avdtp: Fix minor coding style issueJohan Hedberg1-2/+1
2013-10-10avdtp: Remove not needed forward declarationSzymon Janc1-1/+0
2013-10-10avdtp: Move connection_lost function to avoid forward declarationSzymon Janc1-27/+26
2013-10-10avdtp: Rename avdtp_callbacks to state_callbacksSzymon Janc1-5/+6
2013-10-10avdtp: Remove unused avdtp_stream_setup_active functionSzymon Janc2-6/+0
2013-10-10avdtp: Remove unused avdtp_is_connected functionSzymon Janc2-21/+0
2013-10-10avdtp: Fix typos in errors from avdtp_strerrorSzymon Janc1-2/+2