summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-02-21Bluetooth: mgmt: Allow connectable/discoverable changes in off stateJohan Hedberg3-18/+76
2012-02-21Bluetooth: mgmt: Fix pairable setting upon initializationJohan Hedberg1-1/+9
2012-02-21Bluetooth: mgmt: Fix set_fast_connectable error returnJohan Hedberg1-0/+7
2012-02-21Bluetooth: mgmt: Fix set_local_name and set_dev_class powered checksJohan Hedberg1-0/+13
2012-02-21Bluetooth: mgmt: Fix powered checks for commandsJohan Hedberg1-12/+14
2012-02-21Bluetooth: Don't send New Settings event during setup power downMarcel Holtmann1-9/+11
2012-02-21Bluetooth: Only keep controller up after init if powered onMarcel Holtmann1-9/+14
2012-02-21Bluetooth: Fix parameter list for setting local nameMarcel Holtmann1-0/+1
2012-02-21Bluetooth: mgmt: Clear EIR data when disabling SSPJohan Hedberg1-1/+19
2012-02-21Bluetooth: mgmt: Fix Set SSP check for supported featureJohan Hedberg1-0/+6
2012-02-21Bluetooth: mgmt: Add basic support for Set High Speed commandJohan Hedberg2-0/+42
2012-02-21Bluetooth: mgmt: Add address type parameter to Discovering eventJohan Hedberg3-4/+11
2012-02-21Bluetooth: mgmt: Add address type parameter to Stop Discovery commandJohan Hedberg2-11/+25
2012-02-20Bluetooth: Always enable management interfaceMarcel Holtmann1-6/+1
2012-02-20Bluetooth: Set supported settings based on enabled HS and/or LEMarcel Holtmann4-12/+17
2012-02-20Bluetooth: Restrict access to management interfaceMarcel Holtmann1-0/+5
2012-02-20Bluetooth: Add support for HCI monitor channelMarcel Holtmann5-3/+270
2012-02-20Bluetooth: Remove HCI notifier handlingMarcel Holtmann5-94/+64
2012-02-20Bluetooth: Fix issue with shared SKB between HCI raw socket and driverMarcel Holtmann1-4/+14
2012-02-20Bluetooth: Simplify HCI socket bind handlingMarcel Holtmann1-16/+31
2012-02-20Bluetooth: Add HCI CMSG details only to raw socketsMarcel Holtmann1-1/+5
2012-02-20Bluetooth: Lock socket when reading HCI socket optionsMarcel Holtmann1-6/+17
2012-02-20Bluetooth: Limit HCI raw socket options to actual raw socketsMarcel Holtmann1-0/+6
2012-02-20Bluetooth: Remove unneeded bt_cb(skb)->channel variableMarcel Holtmann2-3/+0
2012-02-20Bluetooth: Split sending for HCI raw and control socketsMarcel Holtmann5-18/+45
2012-02-19Bluetooth: Fix hci_connect error return valuesJohan Hedberg1-2/+2
2012-02-19Bluetooth: mgmt: Bump mgmt versionJohan Hedberg1-2/+2
2012-02-19Bluetooth: mgmt: Fix OOB command response parametersJohan Hedberg1-12/+18
2012-02-19Bluetooth: mgmt: Fix (Un)Block Device return parametersJohan Hedberg1-13/+18
2012-02-19Bluetooth: mgmt: Fix Start Discovery return parametersJohan Hedberg1-2/+13
2012-02-19Bluetooth: mgmt: Fix Pair Device response status valuesJohan Hedberg1-8/+6
2012-02-19Bluetooth: mgmt: Move status parameters into the cmd_complete headerJohan Hedberg2-59/+56
2012-02-19Bluetooth: mgmt: Change ordering of cmd_status paramtersJohan Hedberg1-1/+1
2012-02-19Bluetooth: Interleaved discovery supportAndre Guedes3-5/+57
2012-02-19Bluetooth: Merge INQUIRY and LE_SCAN discovery statesAndre Guedes4-10/+7
2012-02-19Bluetooth: Track discovery typeAndre Guedes3-1/+6
2012-02-19Bluetooth: Prepare start_discoveryAndre Guedes3-10/+22
2012-02-17Bluetooth: Add Intel copyright to mgmt filesJohan Hedberg2-0/+3
2012-02-17Bluetooth: mgmt: Add address type to confirm name commandJohan Hedberg2-3/+3
2012-02-17Bluetooth: mgmt: Add address type to PIN code messagesJohan Hedberg2-13/+17
2012-02-17Bluetooth: mgmt: Add address type to link key messagesJohan Hedberg2-4/+5
2012-02-17Bluetooth: Prefix hex numbers with object nameAndrei Emeltchenko2-2/+2
2012-02-17Bluetooth: Use symbolic names for state in debugAndrei Emeltchenko4-5/+7
2012-02-17Bluetooth: Move scope of state_to_stringAndrei Emeltchenko2-26/+27
2012-02-17Bluetooth: Add logging functions bt_info and bt_errJoe Perches2-9/+32
2012-02-17Bluetooth: mgmt: Add support for Set SSP commandJohan Hedberg3-1/+91
2012-02-17Bluetooth: mgmt: Add support for Set Link Security commandJohan Hedberg3-0/+91
2012-02-17Bluetooth: mgmt: Use more consistent error variable namesJohan Hedberg1-9/+9
2012-02-17Bluetooth: Remove unused member from cmd_lookup structJohan Hedberg1-4/+3
2012-02-16Bluetooth: Do not dereference zero skAndrei Emeltchenko1-1/+3