Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-05 | bluetooth: Remove data in all situations | Luiz Augusto von Dentz | 1 | -2/+2 | |
If an adapter or device is removed any data associate should be removed, otherwise the next time they appear/are created the drivers may not asssociate again. | |||||
2011-06-30 | bluetooth: make uuid profile detection more generic | Luiz Augusto von Dentz | 1 | -3/+1 | |
2011-06-30 | bluetooth: use lower case for UUIDs | Luiz Augusto von Dentz | 1 | -1/+1 | |
BlueZ also uses lower case | |||||
2011-02-08 | bluetooth: Add bluetooth server support | Frédéric Danis | 1 | -0/+9 | |
2011-01-12 | plugins: M15 coding style fix | Jeevaka Badrappan | 1 | -1/+1 | |
2010-10-01 | plugins: Mode fixups for copyrigh headers | Marcel Holtmann | 1 | -0/+1 | |
2010-08-05 | bluetooth: define DBUS_TIMEOUT macro | Gustavo F. Padovan | 1 | -0/+2 | |
2010-06-17 | bluetooth: Rename & expose parse_properties | Denis Kenzior | 1 | -1/+1 | |
2010-06-17 | bluetooth: Rename send_method_call_with_reply | Denis Kenzior | 1 | -0/+6 | |
2010-06-17 | Move create_path() to bluetooth plugin | Gustavo F. Padovan | 1 | -0/+3 | |
2010-06-17 | Add bluetooth plugin skeleton. | Gustavo F. Padovan | 1 | -0/+42 | |
The bluetooth plugin has bluetooth_resgister_uuid() and bluetooth_unresgister_uuid() where bluetooth profiles plugins such as HFP and DUN can register themselves to get know about BlueZ stuff ( new devices, bluetoothd shutdown, etc..) |