Vinicius Costa Gomes
9e87e9d460
build: Fix typo
...
"profiles_sap" should be "profiles/sap".
2012-07-10 15:21:41 -03:00
Johan Hedberg
cd84ce5248
gitignore: Remove nonexistent files
2012-07-10 17:41:10 +03:00
Gustavo Padovan
2f5f6a5de0
btmgmt: move it to tools
2012-07-10 11:20:34 -03:00
Gustavo Padovan
dd3f4ca901
plugins: remove unmaintained plugins
2012-07-10 11:19:10 -03:00
Gustavo Padovan
45b8e6d6f4
sap: move it to profiles folder
2012-07-10 11:18:31 -03:00
Gustavo Padovan
df5c14c621
proximity: move to the profiles folder
2012-07-10 11:17:09 -03:00
Gustavo Padovan
d8d2be1064
time: move to the profiles folder
2012-07-10 11:16:44 -03:00
Gustavo Padovan
1443b34e19
network: move it to profiles folder
2012-07-10 11:15:59 -03:00
Gustavo Padovan
56bb203351
input: move it to profiles folder
2012-07-10 11:15:29 -03:00
Gustavo Padovan
d663550299
health: move it to profiles
2012-07-10 11:14:36 -03:00
Gustavo Padovan
90118a6c71
serial: remove the whole serial code
2012-07-10 11:12:53 -03:00
Johan Hedberg
9cad4e67ff
TODO: Mark mgmtops move as done
2012-07-10 10:41:02 -03:00
Johan Hedberg
ea1ed8ec44
Move mgmtops to the core daemon
...
Since there is only one "adapter_ops" it doesn't make sense to keep
mgmtops as a plugin anymore. This patch moves it to src/mgmt.c.
2012-07-10 10:34:08 -03:00
Gustavo Padovan
5e318d38bf
cups: move it to profiles folder
2012-07-10 08:19:16 -03:00
Gustavo Padovan
5bcc22f5ca
thermometer: move to the profiles folder
2012-07-10 08:19:16 -03:00
Gustavo Padovan
6e26cb11e2
deviceinfo: move to profiles folder
2012-07-10 08:19:16 -03:00
Gustavo Padovan
bdde7de847
alert: move alert to profiles dir
2012-07-10 08:19:16 -03:00
Johan Hedberg
f85dae7c77
TODO: Add missing BlueZ 5 items
2012-07-09 17:00:14 -03:00
Gustavo Padovan
d0fb017f6f
input: remove unneeded header inclusions
2012-07-09 14:30:55 -03:00
Gustavo Padovan
f8974af36f
serial: remove unneeded headers include
2012-07-09 14:30:50 -03:00
Gustavo Padovan
8c72155870
serial: remove SerialProxy interface
2012-07-09 14:30:43 -03:00
Johan Hedberg
94e26458f8
TODO: fdo object & properties interfaces are for BlueZ 6
2012-07-09 11:58:02 -03:00
Claudio Takahasi
501a2e8ff7
gatt: add Report Reference descriptor UUID
2012-07-09 10:58:04 -03:00
João Paulo Rechi Vita
af11a2cbf0
hog: Add report notification handler
2012-07-09 10:55:30 -03:00
João Paulo Rechi Vita
97e61aa830
hog: Enable "Report" characteristic notifications
2012-07-09 10:55:06 -03:00
João Paulo Rechi Vita
ebf177b93f
hog: Discover the "Report Map" characteristic
...
This characteristic contains the HID descriptor.
2012-07-09 10:54:53 -03:00
Claudio Takahasi
8627f8f4df
hog: Discover descriptors for all characteristics
...
"Report" characteristic has "Report Reference Characteristic" descriptor and
"Client Characteristic Configuration" descriptor.
2012-07-09 10:54:04 -03:00
João Paulo Rechi Vita
bc464376d0
hog: Discover all characteristics declaration
...
HID service supports multiple report characteristic. Each report
characteristic has a reference descriptor containing ID and type.
2012-07-09 10:53:41 -03:00
João Paulo Rechi Vita
563f970a56
hog: Load primary service handle
2012-07-09 10:16:50 -03:00
João Paulo Rechi Vita
db5cbee758
hog: Register ATTIO callbacks
...
This way the LE connection is kept up. Also set device to autoconnect.
2012-07-09 10:02:37 -03:00
Claudio Takahasi
02effe89f5
hog: Add checking for 'EnableGatt'
...
This patch adds the verification for 'EnableGatt' config option on HoG
plugin. HoG should not be enabled if EnableGatt is disabled.
2012-07-09 10:02:17 -03:00
Claudio Takahasi
fdc5ace164
hog: Register HID over GATT device driver
2012-07-09 09:57:42 -03:00
Vinicius Costa Gomes
eddab0c425
mgmtops: Fix calling btd_adapter_start() for an off adapter
...
When the adapter mode is off and the controller is down, we should
not consider that the adapter is powered up.
2012-07-07 10:15:49 +01:00
Anderson Lizardo
451d48de3f
build: Fix "make distcheck"
...
audio/bluetooth.conf was removed and test/sap-client was renamed.
2012-07-05 20:27:49 +03:00
Paulo Alcantara
981691c976
storage: Store address type in "names" file
...
"names" file is shared between BR/EDR and BLE. Addressing types can be
either BR/EDR, BLE public or BLE random so the entries in the "names"
file did not contain enough information to distinguish which addressing
type it's supposed to be. Entries will now contain both address number,
and address type as a single key in every entry in the file.
2012-07-05 13:33:21 +03:00
Michal Labedzki
a0f543f0eb
AVRCP: Register AVRCP before MEDIA interface
...
Register AVRCP before MEDIA interface to avoid searching for or
accessing non-existent AVRCP server.
2012-07-05 12:50:50 +03:00
Gustavo Padovan
e7154f49cd
sink: remove deprecated D-Bus method
2012-07-05 11:14:41 +03:00
Gustavo Padovan
d09ecfaeff
headset: remove deprecated D-Bus methods
2012-07-05 11:14:38 +03:00
Anderson Lizardo
7569366cd4
time: Add Reference Time Update Service
...
Add support for the Reference Time Update Service (RTUS). From the spec:
"This service defines how a client can request an update from a
reference time source from a time server using the Generic Attribute
Profile (GATT)."
This a initial dummy implementation, which always reports success (for
testing purposes).
2012-07-05 11:07:33 +03:00
Anderson Lizardo
f976217f10
time: Register GATT services per adapter
...
Following changes to the GATT service registration API, services should
now be registered per adapter.
2012-07-05 11:07:33 +03:00
Anderson Lizardo
8877f4c4f4
time: Introduce manager abstraction layer
...
This abstraction layer makes the GATT Time profile implementation
consistent with other profiles. It is the first step before implementing
the adapter driver for the Time server implementation.
2012-07-05 11:07:33 +03:00
Michal Labedzki
28d3ed1ea7
AVRCP: Use name "addressed" instead of "active"
...
AVRCP 1.4 named currently controlled player as "addressed", so use
this name instead of "active". In future there where be more "browsing"
player that will be active, but not addressed.
2012-07-04 16:35:26 +03:00
Michal Labedzki
6e19272a42
media: Rename set_property to set_player_property
...
This is to avoid conflicts with DBus interface convention
used in BlueZ.
2012-07-04 16:35:26 +03:00
Luiz Augusto von Dentz
1745e8c49d
AVRCP: Use AVRCP_ prefix for battery statuses
...
This is consistent with AVDTP and AVCTP which does prefix their defines
when they come from the spec.
2012-07-04 16:35:26 +03:00
Michal Labedzki
9696f5ab39
AVRCP: Update constant names for AVRCP 1.4
...
AVRCP 1.4 introduces status code that is not error code, so using
"status" prefix for both.
2012-07-04 16:35:26 +03:00
Gustavo Padovan
8af25d0b1d
manager: remove deprecated ListAdapters() method
2012-07-04 15:43:09 +03:00
Gustavo Padovan
5a4951dae6
adapter: remove deprecated ListDevices() method
2012-07-04 15:43:06 +03:00
Tedd Ho-Jeong AN
4a3f496862
hciattach: fix return length after reading the patch file
...
This patch fixes the issue that returns always 0 after reading the patch
line.
2012-07-04 15:39:54 +03:00
Frédéric Dalleau
c301b7650b
audio: Remove unimplemented declaration
2012-07-04 15:37:00 +03:00
Frédéric Dalleau
a17ad52653
test-audio: Add --interface option
2012-07-04 15:36:57 +03:00