Commit Graph

59 Commits (79c6c70cbe35c270e7b59207ab76b44183a1030a)

Author SHA1 Message Date
Waldemar Rymarkiewicz a770bb5aea Bluetooth: Add secure flag for mgmt_pin_code_req 14 years ago
Johan Hedberg 314b2381a7 Bluetooth: Add discovering event to the Management interface 14 years ago
Johan Hedberg 14a5366413 Bluetooth: Add basic discovery commands to the management interface 14 years ago
Gustavo F. Padovan e63a15ec0f Bluetooth: Use GFP_KERNEL in user context 14 years ago
Gustavo F. Padovan 1322901da5 Bluetooth: Don't use spin_lock_bh in user context 14 years ago
Johan Hedberg a88a9652d2 Bluetooth: Add mgmt_remote_name event 14 years ago
Johan Hedberg e17acd40f6 Bluetooth: Add mgmt_device_found event 14 years ago
Johan Hedberg 08ba53824a Bluetooth: Fix missing hci_dev_lock_bh in user_confirm_reply 14 years ago
Johan Hedberg 80a1e1dbf6 Bluetooth: Add local Extended Inquiry Response (EIR) support 14 years ago
Szymon Janc 2763eda6cc Bluetooth: Add add/remove_remote_oob_data management commands 14 years ago
Szymon Janc c35938b2f5 Bluetooth: Add read_local_oob_data management command 14 years ago
Szymon Janc 8fce6357a9 Bluetooth: Allow for NULL data in mgmt_pending_add 14 years ago
Szymon Janc c68fb7ff29 Bluetooth: Rename cmd to param in pending_cmd 14 years ago
Johan Hedberg b312b161ec Bluetooth: mgmt: Add support for setting the local name 14 years ago
Johan Hedberg dc4fe30b86 Bluetooth: mgmt: Add local name information to read_info reply 14 years ago
Johan Hedberg 6994ca5e8a Bluetooth: Fix missing hci_dev_lock_bh in user_confirm_reply 14 years ago
Szymon Janc b8534e0f2b Bluetooth: Fix some small code style issues in mgmt.c 14 years ago
Szymon Janc 3cf2a4f6ca Bluetooth: Use variable name instead of type in sizeof() 14 years ago
Szymon Janc 8ce6284ea3 Bluetooth: Remove unused code from get_connections 14 years ago
Szymon Janc 34eb525c1f Bluetooth: Log all parameters in cmd_status for easier debugging 14 years ago
Szymon Janc 8020c16a6c Bluetooth: Fix possible NULL pointer dereference in cmd_complete 14 years ago
Ville Tervo 30e7627219 Bluetooth: Use ERR_PTR as return error from hci_connect 14 years ago
Szymon Janc bdce7bafb7 Bluetooth: Validate data size before accessing mgmt commands 14 years ago
Szymon Janc 4e51eae9cd Bluetooth: Move index to common header in management interface 14 years ago
Szymon Janc 779cb85016 Bluetooth: Use proper command structure in remove_uuid 14 years ago
Johan Hedberg a664b5bc77 Bluetooth: Fix unnecessary list traversal in mgmt_pending_remove 14 years ago
Johan Hedberg 2a61169209 Bluetooth: Add mgmt_auth_failed event 14 years ago
Johan Hedberg ac56fb13c0 Bluetooth: Fix mgmt_pin_code_reply return parameters 14 years ago
Johan Hedberg 59a24b5d0d Bluetooth: Fix mgmt_pin_code_reply command status opcode 14 years ago
Johan Hedberg a5c296832b Bluetooth: Add management support for user confirmation request 14 years ago
Johan Hedberg e9a416b5ce Bluetooth: Add mgmt_pair_device command 14 years ago
Johan Hedberg 366a033698 Bluetooth: Make pending_add return a pointer to the added entry 14 years ago
Szymon Janc 7235975383 Bluetooth: Use #include <linux/uaccess.h> instead of <asm/uaccess.h> 14 years ago
Johan Hedberg 17fa4b9dff Bluetooth: Add set_io_capability management command 14 years ago
Johan Hedberg 980e1a537f Bluetooth: Add support for PIN code handling in the management interface 14 years ago
Johan Hedberg a38528f111 Bluetooth: Create common cmd_complete function for mgmt.c 14 years ago
Johan Hedberg 2784eb41b1 Bluetooth: Add get_connections managment interface command 14 years ago
Johan Hedberg 17d5c04cb5 Bluetooth: Add support for connect failed management event 14 years ago
Johan Hedberg 8962ee74be Bluetooth: Add disconnect managment command 14 years ago
Johan Hedberg f7520543ab Bluetooth: Add connected/disconnected management events 14 years ago
Johan Hedberg 55ed8ca10f Bluetooth: Implement link key handling for the management interface 14 years ago
Johan Hedberg 1aff6f0949 Bluetooth: Add class of device control to the management interface 14 years ago
Johan Hedberg 2aeb9a1ae0 Bluetooth: Implement UUID handling through the management interface 14 years ago
Johan Hedberg c542a06c29 Bluetooth: Implement set_pairable managment command 14 years ago
Johan Hedberg 053f0211d3 Bluetooth: Add send_mode_rsp convenience function for mgmt.c 14 years ago
Johan Hedberg ebc99feba7 Bluetooth: Add flag to track managment controlled adapters 14 years ago
Johan Hedberg 72a734ec1a Bluetooth: Unify mode related management messages to a single struct 14 years ago
Johan Hedberg 9fbcbb455d Bluetooth: Add set_connectable management command 14 years ago
Johan Hedberg 73f22f6238 Bluetooth: Add support for set_discoverable management command 14 years ago
Johan Hedberg eec8d2bcc8 Bluetooth: Add support for set_powered management command 14 years ago