aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-23Bluetooth: Remove unneeded flagAndrei Emeltchenko1-2/+0
2013-06-23Bluetooth: Mgmt Device Found EventAndre Guedes1-0/+3
2013-06-23Bluetooth: Make mgmt_stop_discovery_failed staticAndre Guedes1-16/+16
2013-06-23Bluetooth: Update stop_discovery to use HCI requestAndre Guedes1-7/+40
2013-06-23Bluetooth: Use HCI request in interleaved discoveryAndre Guedes1-17/+0
2013-06-23Bluetooth: Move discovery macros to hci_core.hAndre Guedes1-18/+6
2013-06-23Bluetooth: Make mgmt_start_discovery_failed staticAndre Guedes1-21/+21
2013-06-23Bluetooth: Update start_discovery to use HCI requestAndre Guedes1-9/+85
2013-06-12Bluetooth: Fix mgmt handling of power on failuresJohan Hedberg1-0/+21
2013-06-12Bluetooth: Fix checks for LE support on LE-only controllersJohan Hedberg1-1/+1
2013-04-23Bluetooth: Fix sending write_le_host_supporte for LE-only controllersJohan Hedberg1-1/+7
2013-04-18Bluetooth: Add LE scan type macrosAndre Guedes1-4/+3
2013-04-18Bluetooth: Change LE scanning timeout macrosAndre Guedes1-2/+2
2013-04-11Bluetooth: rename hci_conn_put to hci_conn_dropDavid Herrmann1-3/+3
2013-03-18Bluetooth: Fix PIN/Confirm/Passkey response parametersJohan Hedberg1-8/+12
2013-03-18Bluetooth: Simplify address parameters of user_pairing_resp()Johan Hedberg1-13/+14
2013-03-18Bluetooth: Fix fast connectable state when enabling page scanJohan Hedberg1-1/+16
2013-03-18Bluetooth: Fix updating page scan parameters when not necessaryJohan Hedberg1-2/+8
2013-03-18Bluetooth: Disable fast connectable when disabling connectableJohan Hedberg1-0/+3
2013-03-18Bluetooth: Refactor fast connectable HCI commandsJohan Hedberg1-19/+24
2013-03-18Bluetooth: Add proper flag for fast connectable modeJohan Hedberg1-0/+16
2013-03-18Bluetooth: Fix error response for simultaneous fast connectable commandsJohan Hedberg1-0/+6
2013-03-18Bluetooth: Limit fast connectable support to >= 1.2 controllersJohan Hedberg1-2/+3
2013-03-18Bluetooth: Fix fast connectable response sendingJohan Hedberg1-11/+42
2013-03-18Bluetooth: Use an async request for mgmt_set_connectableJohan Hedberg1-8/+29
2013-03-18Bluetooth: Fix setting local name to the existing valueJohan Hedberg1-0/+11
2013-03-18Bluetooth: Fix local name setting for LE-only controllersJohan Hedberg1-2/+9
2013-03-18Bluetooth: Fix waiting for EIR update when setting local nameJohan Hedberg1-47/+49
2013-03-18Bluetooth: Remove useless HCI_PENDING_CLASS flagJohan Hedberg1-4/+0
2013-03-18Bluetooth: Fix UUID/class mgmt command response synchronizationJohan Hedberg1-17/+56
2013-03-18Bluetooth: Fix busy condition testing for EIR and class updatesJohan Hedberg1-9/+36
2013-03-18Bluetooth: Wait for HCI command completion with mgmt_set_poweredJohan Hedberg1-12/+34
2013-03-18Bluetooth: Update mgmt powered HCI commands to use async requestsJohan Hedberg1-63/+100
2013-03-18Bluetooth: Move power on HCI command updates to their own functionJohan Hedberg1-36/+42
2013-02-01Bluetooth: Refactor mgmt_pending_foreachAndre Guedes1-6/+2
2013-02-01Bluetooth: Increment Management interface revisionJohan Hedberg1-1/+1
2013-02-01Bluetooth: Fix link security setting when powering onJohan Hedberg1-0/+7
2013-02-01Bluetooth: Add support for 128-bit UUIDs in EIR dataJohan Hedberg1-0/+34
2013-02-01Bluetooth: Add support for 32-bit UUIDs in EIR dataJohan Hedberg1-0/+34
2013-02-01Bluetooth: Refactor UUID-16 list generation into its own functionJohan Hedberg1-35/+43
2013-02-01Bluetooth: Remove useless eir_len variable from EIR creationJohan Hedberg1-7/+1
2013-02-01Bluetooth: Simplify UUID16 list generation for EIRJohan Hedberg1-31/+15
2013-02-01Bluetooth: Simplify UUID removal codeJohan Hedberg1-4/+2
2013-02-01Bluetooth: Keep track of UUID type upon additionJohan Hedberg1-25/+23
2013-02-01Bluetooth: Store UUIDs in the same order that they were addedJohan Hedberg1-1/+1
2013-01-23Bluetooth: Fix returning proper cmd_complete for mgmt_block/unblockJohan Hedberg1-4/+6
2013-01-23Bluetooth: Fix returning proper cmd_complete for mgmt_disconnectJohan Hedberg1-8/+14
2013-01-23Bluetooth: Fix checking for valid disconnect parameters in unpair_deviceJohan Hedberg1-0/+5
2013-01-23Bluetooth: Fix checking for valid address type values in mgmt commandsJohan Hedberg1-2/+34
2013-01-23Bluetooth: Check for valid key->authenticated value for LTKsJohan Hedberg1-0/+2