summaryrefslogtreecommitdiff
path: root/net/bluetooth/mgmt.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-16Bluetooth: Fix updating the right variable in update_scan_rsp_data()Johan Hedberg1-4/+4
2013-10-16Bluetooth: Rename update_ad into update_adv_dataMarcel Holtmann1-5/+5
2013-10-16Bluetooth: Store device name in scan response dataMarcel Holtmann1-21/+26
2013-10-16Bluetooth: Set the scan response data when neededMarcel Holtmann1-1/+37
2013-10-16Bluetooth: Rename create_ad into create_adv_dataMarcel Holtmann1-2/+2
2013-10-16Bluetooth: Make mgmt_new_ltk() return voidMarcel Holtmann1-3/+2
2013-10-16Bluetooth: Make mgmt_read_local_oob_data_reply_complete() return voidMarcel Holtmann1-11/+7
2013-10-16Bluetooth: Make mgmt_set_local_name_complete() return voidMarcel Holtmann1-5/+5
2013-10-16Bluetooth: Make mgmt_set_class_of_dev_complete() return voidMarcel Holtmann1-7/+4
2013-10-16Bluetooth: Make mgmt_ssp_enable_complete() return voidMarcel Holtmann1-8/+4
2013-10-16Bluetooth: Make mgmt_auth_enable_complete() return voidMarcel Holtmann1-14/+10
2013-10-16Bluetooth: Make mgmt_auth_failed() return voidMarcel Holtmann1-3/+3
2013-10-16Bluetooth: Make mgmt_pin_code_neg_reply_complete() return voidMarcel Holtmann1-8/+5
2013-10-16Bluetooth: Make mgmt_pin_code_reply_complete() return voidMarcel Holtmann1-8/+5
2013-10-16Bluetooth: Make mgmt_pin_code_request() return voidMarcel Holtmann1-3/+2
2013-10-15Bluetooth: Update class of device on discoverable timeoutMarcel Holtmann1-0/+24
2013-10-15Bluetooth: Move eir_append_data() function into mgmt.cMarcel Holtmann1-0/+11
2013-10-15Bluetooth: Make mgmt_new_link_key() return voidMarcel Holtmann1-3/+3
2013-10-15Bluetooth: Add support for entering limited discoverable modeMarcel Holtmann1-10/+57
2013-10-15Bluetooth: Simplify the code for re-arming discoverable timeoutMarcel Holtmann1-7/+5
2013-10-15Bluetooth: Move arming of discoverable timeout to complete handlerMarcel Holtmann1-2/+9
2013-10-15Bluetooth: Update class of device after changing discoverable modeMarcel Holtmann1-0/+9
2013-10-15Bluetooth: Make mgmt_write_scan_failed() return voidMarcel Holtmann1-3/+1
2013-10-15Bluetooth: Make mgmt_connectable() return voidMarcel Holtmann1-14/+8
2013-10-15Bluetooth: Make mgmt_discoverable() return voidMarcel Holtmann1-14/+8
2013-10-15Bluetooth: Introduce flag for limited discoverable modeMarcel Holtmann1-0/+3
2013-10-15Bluetooth: Update advertising data based on management commandsMarcel Holtmann1-11/+115
2013-10-15Bluetooth: Fix minor coding style issue in set_connectable()Marcel Holtmann1-2/+1
2013-10-14Bluetooth: Check that scan window is smaller or equal than scan intervalMarcel Holtmann1-0/+4
2013-10-14Bluetooth: Convert Set Discoverable to use an asynchronous requestJohan Hedberg1-9/+54
2013-10-14Bluetooth: Fix updating scan mode in set_bredr()Johan Hedberg1-1/+5
2013-10-14Bluetooth: Move set_bredr_scan() to avoid forward declarationJohan Hedberg1-20/+20
2013-10-14Bluetooth: Make Set Connectable also update the LE advertising typeJohan Hedberg1-5/+30
2013-10-14Bluetooth: Move static advertising functions to avoid forward declarationsJohan Hedberg1-28/+28
2013-10-14Bluetooth: Add missing error handling for Set ConnectableJohan Hedberg1-0/+7
2013-10-14Bluetooth: Move more logic into set_connectable complete callbackJohan Hedberg1-4/+19
2013-10-14Bluetooth: Reorganize set_connectable HCI command sendingJohan Hedberg1-16/+20
2013-10-13Bluetooth: Remove pointless bdaddr_to_le() helper functionMarcel Holtmann1-3/+7
2013-10-12Bluetooth: Add MGMT_OP_SET_SCAN_PARAMS to supported commands listMarcel Holtmann1-0/+1
2013-10-11Bluetooth: Don't advertise high speed support without SSPMarcel Holtmann1-4/+5
2013-10-11Bluetooth: Add management command for setting LE scan parametersMarcel Holtmann1-0/+38
2013-10-11Bluetooth: Move smp.h header file into net/bluetooth/Marcel Holtmann1-1/+2
2013-10-11Bluetooth: Use hci_conn_num() for checking number of LE connectionsMarcel Holtmann1-2/+2
2013-10-11Bluetooth: Fix too long line with set_advertising() functionMarcel Holtmann1-1/+2
2013-10-10Bluetooth: Fix checking for HCI_SETUP flag when receiving mgmt commandsJohan Hedberg1-1/+2
2013-10-10Bluetooth: Restrict high speed support to SSP enabled controllersMarcel Holtmann1-10/+32
2013-10-10Bluetooth: Remove unneeded val variable when setting SSPMarcel Holtmann1-5/+3
2013-10-08Bluetooth: Fix changing advertising setting while LE is connectedJohan Hedberg1-1/+7
2013-10-07Bluetooth: Make mgmt_discovering() return voidMarcel Holtmann1-2/+2
2013-10-07Bluetooth: Make mgmt_remote_name() return voidMarcel Holtmann1-4/+3