summaryrefslogtreecommitdiff
path: root/src/adapter.h
Commit message (Expand)AuthorAgeFilesLines
...
* plugins: Extend the pin code callback with the call numberAlex Deymo2013-05-101-1/+2
* core: Convert the pincode callback to an interable list.Alex Deymo2013-05-101-0/+5
* core: Fix storing info for private addressed devicesJohan Hedberg2013-04-291-2/+0
* adapter: Add btd_adapter_get_connectable functionSzymon Janc2013-02-151-0/+1
* adapter: Add btd_adapter_get_powered functionSzymon Janc2013-02-151-0/+1
* core: Use bdaddr_t instead of char * for device creationJohan Hedberg2013-01-251-2/+4
* core: Fix connect list usage for non-LE adaptersJohan Hedberg2013-01-151-2/+2
* core: Add support for graceful shutdown of adaptersMarcel Holtmann2013-01-091-1/+3
* core: Don't bother with return value for setting device classMarcel Holtmann2013-01-091-1/+1
* core: Make btd_adapter_get_pin private to adapter.cJohan Hedberg2013-01-081-2/+0
* core: Make adapter_bonding_complete private to adapter.cJohan Hedberg2013-01-071-4/+0
* core: Make adapter_update_found_devices function private to adapter.cJohan Hedberg2013-01-071-5/+0
* core: Add missing const qualifier to adapter_update_found_devicesJohan Hedberg2013-01-071-1/+1
* core: Move mgmt read local OOB data handling to adapter codeJohan Hedberg2013-01-061-2/+0
* core: Make hash & randomizer const in oob_read_local_cb_tJohan Hedberg2013-01-061-1/+2
* core: Make adapter_remove_device static to adapter.cJohan Hedberg2013-01-061-4/+0
* core: Make adapter_add_connection static to adapter.cJohan Hedberg2013-01-061-2/+0
* core: Move mgmt disconnection handling to adapter codeJohan Hedberg2013-01-061-2/+0
* core: Move mgmt discovery handling into adapter codeJohan Hedberg2013-01-061-2/+0
* core: Remove old adapter_get_dev_id functionMarcel Holtmann2013-01-051-1/+0
* core: Provide new exported function for getting the indexMarcel Holtmann2013-01-051-0/+1
* core: Add exported functions for adapter default handlingMarcel Holtmann2013-01-051-0/+3
* core: Make ADAPTER_INTERFACE constant privateMarcel Holtmann2013-01-051-2/+0
* core: Use adapter settings directly to determine if SSP is enabledMarcel Holtmann2013-01-051-1/+1
* core: Remove need for adapter_update_settings functionMarcel Holtmann2013-01-041-2/+0
* core: Make adapter_class_changed function privateMarcel Holtmann2013-01-041-2/+0
* core: Make adapter_name_changed function privateMarcel Holtmann2013-01-041-1/+0
* core: Remove the total silly usage of gchar and replace it with just charMarcel Holtmann2013-01-041-2/+2
* core: Use mgmt settings to track adapter stateJohan Hedberg2013-01-041-8/+2
* core: Remove unused btd_adapter_get_major_minor functionJohan Hedberg2013-01-041-3/+0
* core: Move adapter unregistration from mgmt.c to adapter.cJohan Hedberg2013-01-041-1/+0
* core: Move adapter registration from mgmt.c to adapter.cJohan Hedberg2013-01-041-2/+1
* core: Introduce initial hooks to new mgmt code for adapter.cJohan Hedberg2013-01-031-0/+1
* core: Pass the mgmt settings directly to adapter_register()Johan Hedberg2013-01-031-2/+1
* core: Make btd_adapter_set_did private to adapter.cJohan Hedberg2013-01-031-4/+0
* core: Make adapter_setup private to adapter.cJohan Hedberg2013-01-031-2/+0
* core: Make adapter_remove private to adapter.cJohan Hedberg2013-01-031-1/+0
* core: Make adapter_create private to adapter.cJohan Hedberg2013-01-031-1/+0
* core: Move adapter list handling from manager.c to adapter.cJohan Hedberg2013-01-031-1/+1
* core: Introduce new adapter_register/unregister() functionsJohan Hedberg2013-01-031-0/+3
* core: Introduce adapter_get_default() functionJohan Hedberg2013-01-031-0/+1
* core: Introduce an adapter_foreach() functionJohan Hedberg2013-01-031-0/+3
* core: Introduce adapter_find_by_id() functionJohan Hedberg2013-01-031-0/+1
* core: Introduce an adapter_find() functionJohan Hedberg2013-01-031-0/+1
* core: Introduce an adapter_cleanup() functionJohan Hedberg2013-01-031-0/+2
* core: Rename adapter_init() to adapter_setup()Johan Hedberg2013-01-031-1/+1
* core: Remove no longer used adapter_set_allow_name_changes functionMarcel Holtmann2012-12-291-2/+0
* core: Fix sending set_discoverable if adapter is not connectableJohan Hedberg2012-12-211-1/+2
* core: Provide address type information to unpair commandMarcel Holtmann2012-12-191-4/+4
* core: Create distinct setting update functionsJohan Hedberg2012-12-171-3/+3