Commit Graph

10 Commits

Author SHA1 Message Date
Johan Hedberg
b8779d2202 Revert "Ensure config.h is included by using CPPFLAGS"
This reverts commit 8a03376544.

The patch needs to be split up and the gdbus/ changes were bogus
compared to the original commit message.

Conflicts:
	Makefile.am
	Makefile.obexd
	profiles/cyclingspeed/cyclingspeed.c
	profiles/heartrate/heartrate.c
	src/error.c
2012-12-07 12:46:04 +02:00
Lucas De Marchi
8a03376544 Ensure config.h is included by using CPPFLAGS
Instead of trying to include config.h in each file over the tree and
possibly forgetting to include it, give a "-include config.h" argument
to the compiler so it's guaranteed that a) it will be included for all
source files and b) it will be the first header included.

gdbus/ directory is left out, since it would break other projects using
it.
2012-12-05 17:18:07 +02:00
Johan Hedberg
b27b7757d4 mgmt: Remove peripheral setting
It's still not decided how this will be exposed in the end but most
likely it wont be through mgmt (e.g. socket-based enabling is a probable
choice).
2012-11-09 16:52:48 +02:00
Johan Hedberg
127a07fd0d btmgmt: Fix rm-uuid command 2012-11-08 11:24:45 +02:00
Johan Hedberg
d6ff55181b mgmt: Remove LE prefix from the peripheral setting 2012-10-22 18:47:43 +03:00
Johan Hedberg
1b0a4291d1 mgmt: Add support for LE peripheral mode 2012-10-22 17:36:51 +03:00
Johan Hedberg
f45ee9ff35 btmgmt: Add basic EIR parsing 2012-10-22 17:36:38 +03:00
Mikel Astiz
902e9f2de2 mgmt: Add reason to device disconnect event
Extend the management API with the disconnect reason, as now reported
by the Kernel in MGMT_EV_DEVICE_DISCONNECTED.
2012-08-17 12:26:30 +03:00
Anderson Lizardo
6ade0ff7a2 btmgmt: Fix endianness conversion
Flags field has 32-bit size. Same issue was fixed for mgmtops in
1801a4d45d.
2012-08-13 13:26:54 +03:00
Gustavo Padovan
2f5f6a5de0 btmgmt: move it to tools 2012-07-10 11:20:34 -03:00