Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add missing include definitions | Marcel Holtmann | 2008-12-23 | 2 | -0/+2 |
| | |||||
* | Remove old serial-api.txt documentation file | Marcel Holtmann | 2008-12-22 | 2 | -178/+0 |
| | |||||
* | Revert previous change to g_timeout_add_seconds | Johan Hedberg | 2008-12-15 | 1 | -2/+2 |
| | | | | | These timeouts really need to be sub-second so g_timeout_add_seconds can't be used. | ||||
* | Convert two more users to g_timeout_add_seconds() | Marcel Holtmann | 2008-12-10 | 1 | -2/+3 |
| | |||||
* | Disallow Serial.Disconnect from unauthorized senders. | Luiz Augusto von Dentz | 2008-12-01 | 1 | -1/+6 |
| | |||||
* | Store RFCOMM tty fd and close it before release | Johan Hedberg | 2008-11-08 | 1 | -0/+8 |
| | |||||
* | Fix driver removal for serial port driver. | Luiz Augusto von Dentz | 2008-11-07 | 3 | -14/+7 |
| | | | | | | Because of the last changes serial port driver would not remove all ports registered on probe just the one registered with serial port uuid if registered. | ||||
* | Make serial driver to register RFCOMM UUID. | Luiz Augusto von Dentz | 2008-11-07 | 1 | -3/+3 |
| | | | | | This will make serial driver to get probed for any record which has RFCOMM UUID. | ||||
* | Rename bt_string2class to bt_name2class and introduce bt_name2string. | Luiz Augusto von Dentz | 2008-11-06 | 1 | -13/+1 |
| | | | | | | | Since bt_string2class didn't work for UUID128 in string format the name got changed to be more suggestive. bt_name2string was introduced to prevent potential use of bt_string2uuid followed with bt_uuid2string which turns to do the same conversion twice. | ||||
* | Use bt_string2class instead of bt_string2uuid to avoid unecessary conversion | Johan Hedberg | 2008-11-06 | 1 | -1/+6 |
| | |||||
* | Add OBEX UUIDs to the serial service | Johan Hedberg | 2008-11-06 | 1 | -1/+4 |
| | |||||
* | Fix checks for port->id value | Johan Hedberg | 2008-11-06 | 1 | -4/+5 |
| | |||||
* | Get rid of the dialup-specific driver | Johan Hedberg | 2008-11-06 | 1 | -23/+1 |
| | | | | We can simply use the serial-driver and add the dialup UUID to its list. | ||||
* | Get rid of the name attribute for ports | Johan Hedberg | 2008-11-06 | 3 | -28/+36 |
| | | | | | The name was used for matching against friendly-name strings but we can just as well derive it from the port UUID. | ||||
* | Fix fallouts due to GDBusWatchFunction changes | Marcel Holtmann | 2008-10-17 | 1 | -1/+1 |
| | |||||
* | Fix remaining places to use dict_append_entry too | Johan Hedberg | 2008-10-16 | 1 | -12/+7 |
| | |||||
* | Make device driver probe calls take UUID's instead of full records | Johan Hedberg | 2008-10-09 | 1 | -6/+17 |
| | | | | | This is preparation for allowing the device object to be correctly set up even when we don't have the full service records but only the remote UUID's. | ||||
* | Fix invalid read when passing a path which happens to be freed on destroy ↵ | Luiz Augusto von Dentz | 2008-09-23 | 1 | -1/+3 |
| | | | | callback function. | ||||
* | Redefining device_get_address to take bdaddr_t as parameter. | Alok Barsode | 2008-09-08 | 1 | -1/+1 |
| | |||||
* | Redefining adapter_get_address to take bdaddr_t as parameter. | Alok Barsode | 2008-09-08 | 1 | -3/+2 |
| | |||||
* | Fix distribution includes | Marcel Holtmann | 2008-09-06 | 1 | -1/+1 |
| | |||||
* | Fix D-Bus API for serial and network plugins | Marcel Holtmann | 2008-09-06 | 1 | -2/+2 |
| | |||||
* | Remove old serial test script | Marcel Holtmann | 2008-09-06 | 1 | -40/+0 |
| | |||||
* | Fix org.bluez.Serial interface | Marcel Holtmann | 2008-09-06 | 1 | -1/+1 |
| | |||||
* | Fix D-Bus connection init | Marcel Holtmann | 2008-09-06 | 1 | -1/+2 |
| | |||||
* | Serial: Missing DBusConnection unref | Claudio Takahasi | 2008-09-05 | 1 | -7/+8 |
| | |||||
* | Renaming struct adapter to struct btd_adapter. | Alok Barsode | 2008-09-04 | 1 | -3/+3 |
| | |||||
* | Fixing serial plugin. | Alok Barsode | 2008-09-03 | 1 | -1/+1 |
| | |||||
* | Fixing some invalid reads when removing multiple adapters. | Vinicius Costa Gomes | 2008-08-25 | 1 | -0/+2 |
| | |||||
* | Remove driver.c driver.h and remove workaround for to force a symbol resolution. | Luiz Augusto von Dentz | 2008-08-18 | 1 | -1/+0 |
| | |||||
* | Fix device driver callbacks to not take driver pointer. | Luiz Augusto von Dentz | 2008-08-13 | 1 | -17/+24 |
| | |||||
* | Make serial plugin to register adapter drivers. | Luiz Augusto von Dentz | 2008-08-12 | 5 | -1046/+1205 |
| | |||||
* | Introduce driver.c and driver.h files. | Luiz Augusto von Dentz | 2008-08-05 | 1 | -0/+1 |
| | |||||
* | Fix possible check for not assigned devnode. | Luiz Augusto von Dentz | 2008-07-30 | 1 | -1/+1 |
| | |||||
* | Move hcid to src directory and rename it to bluetoothd | Marcel Holtmann | 2008-07-29 | 3 | -3/+3 |
| | |||||
* | Cleanup serial manager. | Luiz Augusto von Dentz | 2008-07-28 | 4 | -1194/+409 |
| | |||||
* | Adding adapter_get_address. | Alok Barsode | 2008-07-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com> | ||||
* | Adding {driver, priv} list to btd_device and adding | Alok Barsode | 2008-07-28 | 1 | -2/+4 |
| | | | | | | driver as parameter to probe and remove. Signed-off-by: Alok Barsode <alok.barsode@azingo.com> | ||||
* | Adding sdp_record list as parameter to probe. | Alok Barsode | 2008-07-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Alok Barsode <alok.barsode@azingo.com> | ||||
* | Renaming device to btd_device and making the | Alok Barsode | 2008-07-28 | 1 | -7/+10 |
| | | | | | | necessary changes in plugins. Signed-off-by: Alok Barsode <alok.barsode@azingo.com> | ||||
* | Fixed missing include | Claudio Takahasi | 2008-06-30 | 1 | -0/+1 |
| | |||||
* | Don't use lib prefix for plugins | Marcel Holtmann | 2008-06-30 | 1 | -2/+2 |
| | |||||
* | Remove empty line | Marcel Holtmann | 2008-06-08 | 1 | -1/+0 |
| | |||||
* | Update probe/remove callback and implement serial API | Marcel Holtmann | 2008-06-08 | 3 | -22/+48 |
| | |||||
* | Update plugin interface registration | Marcel Holtmann | 2008-06-08 | 1 | -4/+8 |
| | |||||
* | Use DBG in plugin to show function names | Marcel Holtmann | 2008-06-08 | 1 | -2/+2 |
| | |||||
* | Fix up the serial UUIDs | Marcel Holtmann | 2008-06-08 | 1 | -1/+4 |
| | |||||
* | Move some D-Bus helpers around | Marcel Holtmann | 2008-06-07 | 3 | -2/+5 |
| | |||||
* | Use g_dbus_emit_signal for sending D-Bus signals | Marcel Holtmann | 2008-06-07 | 2 | -8/+8 |
| | |||||
* | Fix invalid read and get rid of using object path user data | Marcel Holtmann | 2008-06-07 | 1 | -61/+74 |
| |