Commit Graph

358 Commits

Author SHA1 Message Date
Frédéric Danis
a4f853f6d3 proximity: Use new storage architecture 2012-12-17 17:53:08 +02:00
Frédéric Danis
a6836509c1 gatt: Use new storage architecture 2012-12-17 17:53:04 +02:00
Frédéric Danis
0cc8872fe0 alert: Use ccc file from device storage 2012-12-17 17:51:52 +02:00
Johan Hedberg
766efe9e0d profiles: Make use of btd_device_get_primary 2012-12-14 15:37:26 +02:00
Johan Hedberg
8bec4a6916 heartrate: Remove useless files 2012-12-14 13:34:33 +02:00
Johan Hedberg
713e05c045 scanparam: Remove left-over main.c file 2012-12-14 13:29:09 +02:00
Johan Hedberg
831ae09e35 thermometer: Remove useless files 2012-12-14 13:28:18 +02:00
Johan Hedberg
59b7918444 time: Use btd_profile_register return value in time_init 2012-12-14 13:19:13 +02:00
Johan Hedberg
3d0052c472 deviceinfo: Remove leftover main.c file 2012-12-14 13:17:22 +02:00
Johan Hedberg
c4e1776023 alert: Use btd_profile_register return value in alert_server_init 2012-12-14 13:16:50 +02:00
Johan Hedberg
539a5603e0 scanparam: Remove useless files 2012-12-14 13:15:06 +02:00
Johan Hedberg
12cd2f8eee deviceinfo: Remove useless files 2012-12-14 13:08:18 +02:00
Johan Hedberg
e1cbe31eaa alert: Remove useless files 2012-12-14 13:02:22 +02:00
Johan Hedberg
5be0c6f3b0 time: Remove useless files 2012-12-14 12:57:52 +02:00
Johan Hedberg
2282c849b9 audio: Make manager_find_devices static 2012-12-14 12:47:39 +02:00
Johan Hedberg
7c254e8362 audio: Fix A2DP Source connection callback handling 2012-12-14 12:46:33 +02:00
Johan Hedberg
b7f37a7519 audio: Fix using the right procedure id when cleaning up 2012-12-14 12:46:14 +02:00
Johan Hedberg
0981bf7ebb audio: Remove unused source_get_state and source_is_active functions 2012-12-14 12:32:18 +02:00
Johan Hedberg
580a010c01 audio: Remove unused sink_get_state function 2012-12-14 12:25:29 +02:00
Luiz Augusto von Dentz
7dc7563e7b sap: Append version to SimAccess interfaces 2012-12-14 11:24:30 +02:00
Luiz Augusto von Dentz
4750e35620 proximity: Append version to Proximity interfaces 2012-12-14 11:24:28 +02:00
Luiz Augusto von Dentz
28eede5b22 health: Append version to Health interfaces 2012-12-14 11:24:24 +02:00
Luiz Augusto von Dentz
50532b5783 alert: Append version to Alert interfaces 2012-12-14 11:24:21 +02:00
Luiz Augusto von Dentz
ce25879be4 thermometer: Append version to Thermometer interfaces 2012-12-14 11:24:19 +02:00
Luiz Augusto von Dentz
942fe3bb79 cyclingspeed: Append version to CyclingSpeed interfaces 2012-12-14 11:24:18 +02:00
Luiz Augusto von Dentz
b6cab17f19 heartrate: Append version to HeartRate interfaces 2012-12-14 11:24:16 +02:00
Luiz Augusto von Dentz
98e70151e7 audio: Append version to Control interface 2012-12-14 11:24:14 +02:00
Luiz Augusto von Dentz
841a22d746 network: Append version to Network and NetworkServer interfaces 2012-12-14 11:24:12 +02:00
Frédéric Danis
c5bd27258c input: Use new storage architecture
Retrieve HID record from device file located in cache directory.

Remove no more used fetch_record().
2012-12-13 23:00:32 +02:00
Johan Hedberg
dc288fc658 network: Fix profile connection state notifications 2012-12-11 13:25:26 +02:00
Johan Hedberg
3b3c95f804 audio: Get rid of unneeded struct pending_request 2012-12-11 12:39:49 +02:00
Johan Hedberg
a2efd20b5b audio: Remove useless struct profile_req 2012-12-11 11:36:14 +02:00
Johan Hedberg
95b53a22a9 input: Fix profile connection status notifications 2012-12-11 11:08:57 +02:00
Johan Hedberg
bef8a121ed profile: Get rid of not needed btd_profile_cb define 2012-12-11 10:46:44 +02:00
Johan Hedberg
afc8cdfb40 profile: Use direct calls for profile connection states
In order to be able to track also remotely initiated connections we
cannot have a callback system where device.c passes a function pointer
to the profile implementation. Instead we need explicit calls to
device.c whenever the connection state changes.
2012-12-11 10:29:49 +02:00
Andre Guedes
6ba4ea63ef hog: Rename prepend_id variable
This patch renames the hog_device prepend_id field by has_report_id
as long as it is more suitable.

This variable indicates if we should consider the report id (adding
or removing it) before sending it to device or uhid driver.
2012-12-11 07:44:19 +02:00
Szymon Janc
630d78a5b9 sap-u8500: Fix build errors due to unaligned memory access
This fix following compilation error on ARM.

  CC     profiles/sap/sap-u8500.o
profiles/sap/sap-u8500.c: In function recv_card_status:
profiles/sap/sap-u8500.c:323:16: error: cast increases required
	alignment of target type [-Werror=cast-align]
profiles/sap/sap-u8500.c: In function recv_response:
profiles/sap/sap-u8500.c:423:12: error: cast increases required
	alignment of target type [-Werror=cast-align]
cc1: all warnings being treated as errors
2012-12-11 07:41:07 +02:00
Johan Hedberg
5b6fa93632 audio: Remove non-existing struct declarations 2012-12-10 21:59:26 +02:00
João Paulo Rechi Vita
7efc6496a2 audio: remove unused field from audio_device 2012-12-10 21:56:01 +02:00
Luiz Augusto von Dentz
37e9af7e60 audio: Remove more left over of headset removal 2012-12-10 14:44:30 +02:00
Szymon Janc
21b0084397 audio: Remove src and dst from struct audio_device
Those are not used anymore as addresses are takes from btd_device
reference.
2012-12-10 14:44:30 +02:00
Szymon Janc
95a961a62e avrcp: Don't use audio_device src field
Use address from btd_dev reference in audio_device to get source
address.
2012-12-10 14:44:30 +02:00
Szymon Janc
22f92e198a audio: Don't use audio_device src and dst in manager_find_devices
Use addresses taken from btd_dev reference in audio_device to get
device source and destination.
2012-12-10 14:44:30 +02:00
Szymon Janc
03355824f1 avdtp: Don't use audio_device src and dst fields in avdtp_confirm_cb
There is already src and dst available from bt_io.
2012-12-10 14:44:29 +02:00
Szymon Janc
8eff0b1d5a avctp: Don't use audio_device src and dst in avctp_control_confirm
Use src and dst addresses from btd_dev reference.
2012-12-10 14:44:29 +02:00
Szymon Janc
0e4651f506 avctp: Convert avctp_get to accept audio_device
Use addresses taken from btd_dev reference in audio_device to get
session source and destination.
2012-12-10 14:44:29 +02:00
Szymon Janc
2cdebb2699 avctp: Convert avctp_connect to accept audio_device
Use addresses taken from btd_dev reference in audio_device to get
session source and destination.
2012-12-10 14:44:29 +02:00
Szymon Janc
0f615355d3 avdtp: Convert avdtp_is_connected to accept audio_device
Use addresses taken from btd_dev reference in audio_device to get
session source and destination.
2012-12-10 14:44:29 +02:00
Szymon Janc
f7b45bd851 avdtp: Convert avdtp_get to accept audio_device
Use addresses taken from btd_dev reference in audio_device to get
session source and destination.
2012-12-10 14:44:28 +02:00
Luiz Augusto von Dentz
d3f7aff137 build: Remove left over of gstreamer removal 2012-12-10 14:42:15 +02:00