summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2011-09-22Add Phone Alert Server skeleton pluginBruna Moreira1-0/+6
2011-09-22Add GATT Time Server skeleton pluginAnderson Lizardo1-0/+6
2011-09-18build: Use private copy of Bluetooth library for audio supportMarcel Holtmann1-3/+4
2011-09-13AVRCP: move handling of vendor dependent PDU from control.c to avrcp.cLuiz Augusto von Dentz1-0/+1
This helps to isolate AVRCP PDU handling and MediaPlayer interface.
2011-09-13AVRCP: split AVCTP specific code from control.cLuiz Augusto von Dentz1-0/+1
The code is moved to avctp.c to simplify control.c
2011-08-28build: Link bluetoothd with private copy of libbluetoothMarcel Holtmann1-2/+6
2011-08-22build: Fix external plugin installationMarcel Holtmann1-3/+5
2011-08-14build: Allow loading of plugins from development treeMarcel Holtmann1-0/+5
2011-08-14Add external dummy plugin for testingSzymon Janc1-0/+7
2011-08-03Add config file for proximity monitorClaudio Takahasi1-2/+2
Initial config file to disable Proximity and Find ME support in the proximity monitor side. By default all services will be supported. Config file is necessary at least to disable Find ME profile since the Immediate Alert service is shared between Pass Loss and Find ME.
2011-08-03Add Proximity Reporter skeletonClaudio Takahasi1-1/+2
2011-07-31Update library versionMarcel Holtmann1-1/+1
2011-07-29Fix setting noinst_LIBRARIES in Makefile.amAnderson Lizardo1-2/+4
When both audio and sap plugins are enabled, noinst_LIBRARIES is incorrectly overwritten.
2011-07-29Add thermometer driver skeletonSantiago Carot-Nemesio1-1/+2
2011-07-29Add manager files for HTPSantiago Carot-Nemesio1-1/+2
2011-07-29Initial support for Health Thermometer Profile (HTP)Santiago Carot-Nemesio1-0/+5
2011-07-28Makefile.am: Mark local_headers as BUILT_SOURCESTom Rini1-3/+2
As these files are auto-generated they need to be marked as BUILT_SOURCES so that we don't run into a build race later on. lib/bluetooth is removed by clean-local so this doesn't need to be in CLEAN_FILES
2011-07-26Add Proximity Monitor skeletonClaudio Takahasi1-1/+3
Registers hard-coded D-Bus object path for Proximity Monitor and exports GetProperties and SetProperty.
2011-07-26Add Proximity Profile plugin skeletonClaudio Takahasi1-0/+5
2011-07-14Add ATT connection callback registrationClaudio Takahasi1-1/+1
Function intends to be used by profiles to inform that a connection is required and the callback that needs to be called when the it is established. New header is required to avoid non GATT based profiles including GAttrib header.
2011-07-14Add support for wiimote pairingDavid Herrmann1-0/+5
The Nintendo Wii Remote requires binary bluetooth addresses as PINs. This is not possible via dbus agent API. So this adds a plugin that registers a pin-callback and forces the right pin for every authentication request of wiimotes.
2011-07-13Add SAP driver for ST-Ericsson U8500 platformSzymon Janc1-2/+2
2011-07-04Update library versionMarcel Holtmann1-1/+1
2011-07-01build: Add support for systemd service configurationLucas De Marchi1-0/+6
2011-07-01build: Remove udevrules optionLucas De Marchi1-8/+6
Use the new datafiles options instead.
2011-07-01build: Rename configfiles option to datafilesLucas De Marchi1-3/+3
Instead of passing --[disable|enable]-configfiles, now we use --[disable|enable]-datafiles as not all of the files are installed for configuration but are rather data files.
2011-06-28Add adaptername pluginBastien Nocera1-0/+3
Replacing the name setting code in src/adapter.c. Moving the adapter naming allows us to use the /etc/machine-info [1] pretty hostname, as implemented by hostnamed [2] in systemd. If /etc/machine-info is not present, the adapter name stored on disk in /var/lib/bluetooth will be used. If no adapter name has been set yet, the default from the main.conf will be used. We don't currently number the name of hci0 if a pretty name is available, but we should instead number it if it happens not to be the default adapter. As we cannot be told when the default adapter changes, we'll behave this way for now. Note that when an adapter name is set automatically from the pretty hostname, changing it through the D-Bus interface will fail. [1]: http://0pointer.de/public/systemd-man/machine-info.html [2]: http://www.freedesktop.org/wiki/Software/systemd/hostnamed
2011-05-31Update library versionMarcel Holtmann1-1/+1
2011-05-31Fix the broken change for udevdir and PCMCIAMarcel Holtmann1-0/+2
2011-05-31Fix install path for udevdirNobuhiro Iwamatsu1-2/+0
If PCMCIA enabled, udevdir value override from /lib/udev to $(libexecdir)/udev.
2011-05-17Move EIR related functions to a new fileClaudio Takahasi1-1/+1
2011-05-02Remove leftover of attrib plugin buildClaudio Takahasi1-1/+1
2011-05-02Move hid2hci to /lib/udevKay Sievers1-1/+1
2011-04-25Update library versionMarcel Holtmann1-1/+1
2011-04-01Remove deprecated attrib pluginBruna Moreira1-18/+0
The attrib plugin is deprecated and it is not used anymore. Remove it and all related configuration. Note that GATT utility (gatttool) configuration item was moved to Makefile.tools and it is compiled when --enable-tools is used in configure.
2011-03-30Move GATT example server to a standalone pluginAnderson Lizardo1-2/+6
The GATT example server was in the same plugin as the GATT client. Moving it to a separate plugin will allow to easily disable it.
2011-03-30Move Attrib client to the coreVinicius Costa Gomes1-2/+2
2011-03-27Add D-Bus OOB pluginSzymon Janc1-0/+5
A sample OOB plugin that directly exposes OOB functionality over D-Bus.
2011-03-27Add initial support for Out of Band (OOB) association modelSzymon Janc1-1/+2
2011-03-23Add Sim Access Profile dummy driverWaldemar Rymarkiewicz1-2/+11
Add SAP dummy driver implementation and extend configure with --with-sap=<driver>.
2011-03-15Update library versionMarcel Holtmann1-2/+2
2011-03-15Add Sim Access Profile ServerWaldemar Rymarkiewicz1-1/+2
Add a Sim Access Server to the SAP plugin and a framework for the dummy sap driver as well. * add the server register and unregister rutines * add server listening socket setup * add SAP DBus API * add prototypes for SAP protocol implementation * add skeleton of dummy SIM driver
2011-03-15Add new UUID utility functionsClaudio Takahasi1-3/+3
New UUID functions will store the UUIDs values on host order. Added functions to create, compare and convert UUIDs.
2011-03-14Add media-api.txt to EXTRA_DISTJohan Hedberg1-1/+1
2011-03-10Add Sim Access Profile ManagerWaldemar Rymarkiewicz1-0/+7
Add a SAP plugin main file and the plugin manager. Also include the SAP plugin in the Makefile.
2011-03-10Add Sim Access Profile APIWaldemar Rymarkiewicz1-1/+2
New API for Sim Access Profile.
2011-02-20Fix indentation for source file listMarcel Holtmann1-4/+4
2011-02-20Update library versionMarcel Holtmann1-1/+1
2011-02-17Move do_connect() to a common file between interactive.c and gatttool.cSheldon Demario1-1/+2
Since do_connect() is used in both interactive.c and gatttool.c files, it was moved to a new file that should hold all common functions
2011-02-15Add an initial interactive mode to gatttoolSheldon Demario1-2/+6
Mode required to allow better GATT procedures control. Some scenarios require sequential commands without disconnection and delay between operations. It is also desirable to change some connection parameters of an active connection.