aboutsummaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)Author
2011-02-02Clean up hciops dev_info init code a little bitJohan Hedberg
2011-02-02Fix stopping inquiry before adapter object is initializedLuiz Augusto von Dentz
2011-02-02Fix sending HCIDEVUP when adapter is already upLuiz Augusto von Dentz
2011-01-31Remove unneeded adapter_ops->request_authentication callbackJohan Hedberg
2011-01-29Fix bonding IO channel closingJohan Hedberg
2011-01-29Add some more debug prints to the bonding procedureJohan Hedberg
2011-01-29Fix agent cancellation in security mode 3 situationsJohan Hedberg
2011-01-29Create a separate conn_failed callback to match mgmt interfaceJohan Hedberg
2011-01-29Clean up connection failure handlingJohan Hedberg
2011-01-29Rename btd_event_bonding_process_complete to btd_event_bonding_completeJohan Hedberg
2011-01-28hciops: Use g_slist_prepend instead of g_slist_append for storing keysJohan Hedberg
2011-01-28hciops: Remove unnecessary conn->key_typeJohan Hedberg
2011-01-28Refactor pairing code to match the management interfaceJohan Hedberg
2011-01-26hciops: remove scan disable on poweroffPavan Savoy
2011-01-25mgmt: Add set_io_capability commandJohan Hedberg
2011-01-25mgmt: Add command complete detection for PIN code handlingJohan Hedberg
2011-01-24mgmt: Add PIN Code request handlingJohan Hedberg
2011-01-24mgmt: Fix new_key event content validationJohan Hedberg
2011-01-24Fix initialization when adapter is already upLuiz Augusto von Dentz
2011-01-21mgmt: add support for get_connections commandJohan Hedberg
2011-01-21Fix hciops connection list initializationJohan Hedberg
2011-01-21Use simple bdaddr list for existing connectionsJohan Hedberg
2011-01-21mgmt: add support for connect failed eventJohan Hedberg
2011-01-21mgmt: add core daemon callbacks for connected eventsJohan Hedberg
2011-01-21Add support for disconnect management commandJohan Hedberg
2011-01-21mgmt: Add support for connected/disconnected eventsJohan Hedberg
2011-01-21Keep connection handle information inside adapter_opsJohan Hedberg
2011-01-21mgmt: add initial support for link key handlingJohan Hedberg
2011-01-21Use an unsigned integer for representing the PIN lengthJohan Hedberg
2011-01-19Fix use of deprecated glib on hciops pluginLuiz Augusto von Dentz
2011-01-16Update Class of Device handling to the latest management interfaceJohan Hedberg
2011-01-11Fix event mask setting for a specific 1.2 adapterJohan Hedberg
2011-01-11Fix event mask setting for 1.1 controllersJohan Hedberg
2011-01-08Remove unnecessary type castJohan Hedberg
2011-01-03mgmt: Fix opcode endianess in commandsJohan Hedberg
2011-01-03mgmt: Add preliminary UUID handlingJohan Hedberg
2010-12-30mgmt: Implement set_pairableJohan Hedberg
2010-12-30Refactor handling of UUIDs with respect to adapter_opsJohan Hedberg
2010-12-30Rename mgmt_update_mode to mgmt_update_powered for clarityJohan Hedberg
2010-12-30mgmt: Use a common structure for powered, discoverable and connectableJohan Hedberg
2010-12-30mgmt: Clean up scan mode evaluation codeJohan Hedberg
2010-12-30mgmt: Implement set_connectableJohan Hedberg
2010-12-30mgmt: Implement set_discoverableJohan Hedberg
2010-12-30mgmt: Implement set_poweredJohan Hedberg
2010-12-29Remove unneeded set_connectable adapter_ops callbackJohan Hedberg
2010-12-28Rename btd_adapter_get_state to btd_adapter_get_modeJohan Hedberg
2010-12-23Change power_on & power_off adapter_ops callbacks to set_poweredJohan Hedberg
2010-12-23Change LE scan interval and window to recommended valuesBruna Moreira
2010-12-22Add a way to store the remote device typeVinicius Costa Gomes
2010-12-21Remove unneeded variables from link_key_request()Johan Hedberg