aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-17Bluetooth: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>Szymon Janc1-1/+1
2011-02-08Bluetooth: Add set_io_capability management commandJohan Hedberg1-0/+32
2011-02-08Bluetooth: Add support for PIN code handling in the management interfaceJohan Hedberg1-0/+141
2011-02-08Bluetooth: Create common cmd_complete function for mgmt.cJohan Hedberg1-160/+67
2011-02-08Bluetooth: Add get_connections managment interface commandJohan Hedberg1-0/+72
2011-02-08Bluetooth: Add support for connect failed management eventJohan Hedberg1-0/+11
2011-02-08Bluetooth: Add disconnect managment commandJohan Hedberg1-1/+118
2011-02-08Bluetooth: Add connected/disconnected management eventsJohan Hedberg1-0/+20
2011-02-08Bluetooth: Implement link key handling for the management interfaceJohan Hedberg1-0/+116
2011-02-08Bluetooth: Add class of device control to the management interfaceJohan Hedberg1-3/+118
2011-02-08Bluetooth: Implement UUID handling through the management interfaceJohan Hedberg1-0/+120
2011-02-08Bluetooth: Implement set_pairable managment commandJohan Hedberg1-23/+65
2011-02-08Bluetooth: Add send_mode_rsp convenience function for mgmt.cJohan Hedberg1-21/+29
2011-02-08Bluetooth: Add flag to track managment controlled adaptersJohan Hedberg1-0/+4
2011-02-08Bluetooth: Unify mode related management messages to a single structJohan Hedberg1-109/+28
2011-02-08Bluetooth: Add set_connectable management commandJohan Hedberg1-2/+120
2011-02-08Bluetooth: Add support for set_discoverable management commandJohan Hedberg1-5/+137
2011-02-08Bluetooth: Add support for set_powered management commandJohan Hedberg1-5/+195
2011-02-08Bluetooth: Add support for management powered eventJohan Hedberg1-0/+10
2011-02-08Bluetooth: Implement automatic setup procedure for local adaptersJohan Hedberg1-0/+8
2011-02-08Bluetooth: Fix failure to release lock in read_index_list()Jesper Juhl1-1/+3
2010-12-22Bluetooth: Add management events for controller addition & removalJohan Hedberg1-0/+41
2010-12-22Bluetooth: Add read_info management commandJohan Hedberg1-8/+82
2010-12-22Bluetooth: Add read_index_list management commandJohan Hedberg1-0/+53
2010-12-22Bluetooth: Add read_version management commandJohan Hedberg1-0/+36
2010-12-22Bluetooth: Add error handling for managment command handlersJohan Hedberg1-3/+8
2010-12-07Bluetooth: Add initial Bluetooth Management interface callbacksJohan Hedberg1-0/+99