summaryrefslogtreecommitdiff
path: root/src/adapter.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for handling Inquiry Response Transmit Power LevelMarcel Holtmann2010-02-051-1/+29
* Fix mode restoration when remember_powered is falseJohan Hedberg2010-02-031-2/+3
* Update Nokia copyrightsJohan Hedberg2010-01-071-1/+1
* Update copyright informationMarcel Holtmann2010-01-011-1/+1
* Remove the unnecessary agent_destroy functionJohan Hedberg2009-11-111-3/+3
* Fix unloading of drivers for uninitialized adaptersJohan Hedberg2009-10-201-1/+2
* Remove unused variables from adapter structClaudio Takahasi2009-10-141-2/+0
* Remove unused functionsClaudio Takahasi2009-10-141-33/+1
* Remove unused variablesClaudio Takahasi2009-10-131-7/+0
* Fix link key removal for temporary device connection failuresJohan Hedberg2009-10-051-5/+6
* Fix updating out of range list when rssi haven't change.Luiz Augusto von Dentz2009-10-021-3/+3
* Fix extra PropertyChanged signal sent after DeviceRemoved.Claudio Takahasi2009-09-221-2/+2
* Fix clearing source id after removing itJohan Hedberg2009-09-061-1/+3
* Use an idle callback for trusted device authorizationJohan Hedberg2009-09-061-16/+44
* Fix Class of Device setting when InitiallyPowered=falseJohan Hedberg2009-08-171-1/+1
* Implement Class of Device cache for async behaviour.Alok Barsode2009-08-151-131/+163
* Fix Adapter Name property setting when the adapter is DOWNJohan Hedberg2009-08-051-7/+8
* Fix device name setting for mode=off when bluetoothd startsJohan Hedberg2009-08-041-26/+31
* Fix calling set_limited_discoverable twiceJohan Hedberg2009-08-011-5/+2
* Use limited discoverable mode only when 0 < discov_timeout <= 60Johan Hedberg2009-08-011-5/+9
* Cache service class updates during bootupAlok Barsode2009-08-011-18/+26
* Add functions for RFKILL and offline modeJohan Hedberg2009-07-311-0/+32
* Adding read_name to hciops plugin.Alok Barsode2009-07-131-10/+3
* Adding set_name to hciops plugin.Alok Barsode2009-07-131-51/+54
* Fix clearing svc_cache before the adapter is upJohan Hedberg2009-07-081-1/+2
* Fixing bluetoothd to avoid passing device descriptorAlok Barsode2009-07-071-32/+100
* Fix adapter cleanup and setup prototypesMarcel Holtmann2009-07-071-2/+2
* Fix double-freeJohan Hedberg2009-07-071-1/+0
* Adding cancel_resolve_name functionality to hciops plugin.Alok Barsode2009-07-021-19/+6
* Adding resolve name functionality to hciops plugin.Alok Barsode2009-07-021-17/+2
* Adding adapter_resolve_names to adapter.c.Alok Barsode2009-07-021-0/+52
* Use a proper define for the maximum name lengthJohan Hedberg2009-06-301-9/+9
* Fix Adapter.CancelDeviceCreation to not unmark temporary flag.Luiz Augusto von Dentz2009-06-251-1/+1
* Adding stop_discovery to hciops.Alok Barsode2009-06-111-28/+14
* Adding start_discovery to hciops plugin.Alok Barsode2009-06-111-112/+21
* Fix pairing process even if the ACL gets dropped before successful SDPJohan Hedberg2009-06-011-3/+4
* Introduce btd_adapter_ref an btd_adapter_unref.Luiz Augusto von Dentz2009-05-271-6/+32
* Make Adapter.CreateDevice to be cancelable.Luiz Augusto von Dentz2009-05-181-2/+0
* Fix race condition on device removal.Luiz Augusto von Dentz2009-05-181-7/+16
* Code cleanup in set_mode.Alok Barsode2009-05-181-31/+14
* Adding set_limited_discoverable method to hciops plugin.Alok Barsode2009-05-181-60/+9
* Modifying load_connections method.Alok Barsode2009-05-181-9/+10
* Adding set_discoverable method to hciops.Alok Barsode2009-05-181-27/+19
* Adding set_connectable method to hciops plugin.Alok Barsode2009-05-181-22/+22
* Adding set_powered method to hciops plugin.Alok Barsode2009-05-181-12/+4
* Using hci_send_cmd instead of hci_send_req to set scan mode.Alok Barsode2009-05-181-8/+2
* Add NameResolving option to main.confIlya Rubtsov2009-05-101-3/+6
* Check for LMP version and not HCI revisionMarcel Holtmann2009-05-091-1/+1
* Change var name inqmode to discov_interval to be more suggestive.Luiz Augusto von Dentz2009-05-081-3/+4
* Fix service class update when adapter is DOWNJohan Hedberg2009-05-061-1/+1