summaryrefslogtreecommitdiff
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* Rename mgmt_update_mode to mgmt_update_powered for clarityJohan Hedberg2010-12-301-4/+4
* mgmt: Use a common structure for powered, discoverable and connectableJohan Hedberg2010-12-301-58/+32
* mgmt: Clean up scan mode evaluation codeJohan Hedberg2010-12-301-4/+24
* mgmt: Implement set_connectableJohan Hedberg2010-12-301-2/+119
* mgmt: Implement set_discoverableJohan Hedberg2010-12-301-28/+87
* mgmt: Implement set_poweredJohan Hedberg2010-12-301-28/+86
* Remove unneeded set_connectable adapter_ops callbackJohan Hedberg2010-12-292-27/+0
* Rename btd_adapter_get_state to btd_adapter_get_modeJohan Hedberg2010-12-282-2/+2
* Change power_on & power_off adapter_ops callbacks to set_poweredJohan Hedberg2010-12-232-47/+26
* Change LE scan interval and window to recommended valuesBruna Moreira2010-12-231-2/+4
* Add a way to store the remote device typeVinicius Costa Gomes2010-12-221-1/+1
* Remove unneeded variables from link_key_request()Johan Hedberg2010-12-211-11/+3
* Remove unused variables from link_key_request()Johan Hedberg2010-12-201-8/+0
* Move debug key handling into adapter_opsJohan Hedberg2010-12-202-7/+9
* Add initial code for mgmtops adapter power controlJohan Hedberg2010-12-201-2/+45
* Fix compilation error in read_simple_pairing_mode_completeJohan Hedberg2010-12-201-1/+2
* Use find_adapter_by_id instead of find_adapter when it makes senseJohan Hedberg2010-12-201-13/+7
* Get rid of unnecessary manager_stop_adapter functionJohan Hedberg2010-12-201-1/+6
* Simplify disconnect_addr helper functionJohan Hedberg2010-12-191-59/+33
* Get rid of unneeded btd_adapter_get_conn_handle functionJohan Hedberg2010-12-192-41/+40
* Fix handle endianess issues with btd_adapter_read_clockJohan Hedberg2010-12-192-5/+6
* Remove unnecessary btd_adapter_get_remote_version functionJohan Hedberg2010-12-192-72/+36
* Rename btd_event_inquiry_result to btd_event_device_foundJohan Hedberg2010-12-191-4/+4
* Move PIN code storage access to core daemonJohan Hedberg2010-12-191-42/+9
* Move storage dependencies from hciops to core daemonJohan Hedberg2010-12-191-38/+0
* Add manager_foreach_adapter()Johan Hedberg2010-12-191-1/+1
* Implement storing of link keys in runtime memoryJohan Hedberg2010-12-192-44/+118
* Add missing mgmtops callbacksJohan Hedberg2010-12-181-0/+30
* Switch to using power_on & power_off adapter_ops callbacksJohan Hedberg2010-12-182-53/+25
* Remove hciops device info struct member definesJohan Hedberg2010-12-181-305/+404
* Remove unnecessary read_local_ext_features callbackJohan Hedberg2010-12-182-31/+7
* Refactor adapter initialization and power controlJohan Hedberg2010-12-182-104/+217
* Fix overriding global link_policy due to a single adapterJohan Hedberg2010-12-161-7/+10
* Implement support for management powered eventJohan Hedberg2010-12-161-0/+25
* Rename set_powered callbacks accordinglyJohan Hedberg2010-12-162-4/+4
* plugins: use btd_error_failed()Gustavo F. Padovan2010-12-141-18/+4
* Setting default Link Policy according to the chip supported featuresPawel Wieczorkiewicz2010-12-131-20/+15
* Rename hciops_set_class to write_classJohan Hedberg2010-12-131-6/+6
* Refactor class of device (and related values) handling to adapter_opsJohan Hedberg2010-12-132-72/+482
* Remove unused adapter_ops->read_link_policy functionJohan Hedberg2010-12-122-19/+0
* Merge read_mode management command into read_infoJohan Hedberg2010-12-121-63/+17
* convert errors to btd_error_does_not_exist()Gustavo F. Padovan2010-12-081-1/+1
* Add btd_error_not_authorized()Gustavo F. Padovan2010-12-071-14/+8
* Add btd_error_does_not_exist()Gustavo F. Padovan2010-12-071-8/+2
* Add btd_error_not_available()Gustavo F. Padovan2010-12-071-13/+3
* Create btd_error_invalid_args()Gustavo F. Padovan2010-12-071-7/+1
* Emit Connect signal for LE capable devicesSheldon Demario2010-11-291-7/+54
* Use existing bit functions from hci.hJohan Hedberg2010-11-281-12/+9
* Remove unused includesJohan Hedberg2010-11-283-6/+0
* Remove unused defineJohan Hedberg2010-11-281-2/+0