linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-06-01 19:07:52 to 2011-06-08 19:30:27 UTC [more...]

Another pass at adapter naming
 2011-06-08 19:30 UTC  (9+ messages)
` [PATCH] adaptername: Move adapter naming into a plugin

[bluetooth-next v3 00/16] SMP Just Works implementation
 2011-06-08 18:46 UTC  (21+ messages)
` [bluetooth-next v3 01/16] Bluetooth: Implement the first SMP commands
` [bluetooth-next v3 02/16] Bluetooth: Start SMP procedure
` [bluetooth-next v3 03/16] Bluetooth: Add simple SMP pairing negotiation
` [bluetooth-next v3 04/16] Bluetooth: Add support for using the crypto subsystem
` [bluetooth-next v3 05/16] Bluetooth: Add LE SMP Cryptoolbox functions
` [bluetooth-next v3 06/16] Bluetooth: Add SMP confirmation structs
` [bluetooth-next v3 07/16] Bluetooth: Add SMP confirmation checks methods
` [bluetooth-next v3 08/16] Bluetooth: Add support for LE Start Encryption
` [bluetooth-next v3 09/16] Bluetooth: Remove debug statements
` [bluetooth-next v3 10/16] Bluetooth: Add support for resuming socket when SMP is finished
` [bluetooth-next v3 11/16] Bluetooth: Fix initial security level of LE links
` [bluetooth-next v3 12/16] Bluetooth: Update the security level when link is encrypted
` [bluetooth-next v3 13/16] Bluetooth: Add support for building pairing commands
` [bluetooth-next v3 14/16] Bluetooth: Add support for Pairing features exchange
` [bluetooth-next v3 15/16] Bluetooth: Add support for SMP timeout
` [bluetooth-next v3 16/16] Bluetooth: Add key size checks for SMP

Linux 2.6.39.1
 2011-06-08 18:01 UTC  (4+ messages)

[PATCH 1/2] Add RequestSecurePinCode to agent API
 2011-06-08 17:56 UTC  (3+ messages)
` [PATCH 2/2] Request secure pincode from agent when necessary

[PATCHv3 0/3] Sixaxis plugin for Bluez
 2011-06-08 17:52 UTC  (6+ messages)
` [PATCHv3 1/3] Remove input/sixpair.c
` [PATCHv3 2/3] Re-add manager_get_default_adapter()
` [PATCHv3 3/3] Add sixaxis plugin: USB pairing and LEDs settings

Generic Attribute API race condition
 2011-06-08 17:44 UTC  (2+ messages)

[bluetooth-next 00/13] SMP Key Exchange Support
 2011-06-08 16:30 UTC  (16+ messages)
` [bluetooth-next 01/13] Bluetooth: Add support for SMP phase 3 (key distribution)
` [bluetooth-next 02/13] Bluetooth: Fix sending wrong IO Capabilities value
` [bluetooth-next 03/13] Bluetooth: Add new structures for supporting SM key distribution
` [bluetooth-next 04/13] Bluetooth: Add functions to manipulate the link key list for SMP
` [bluetooth-next 05/13] Bluetooth: Reject an encryption request when the key isn't found
` [bluetooth-next 06/13] Bluetooth: Add support for providing parameters to LE Start Encryption
` [bluetooth-next 07/13] Bluetooth: Fix SM pairing parameters negotiation
` [bluetooth-next 08/13] Bluetooth: Add support for storing the LTK
` [bluetooth-next 09/13] Bluetooth: Use the link key list to temporarily store the STK
` [bluetooth-next 10/13] Bluetooth: Use the stored LTK for restabilishing security
` [bluetooth-next 11/13] Bluetooth: Remove unused field in hci_conn
` [bluetooth-next 12/13] Bluetooth: Add support for communicating keys with userspace
` [bluetooth-next 13/13] Bluetooth: Add support for random destination address

[PATCH -v2 0/8] More l2cap rewrite
 2011-06-08 15:18 UTC  (9+ messages)
` [PATCH -v2 1/8] Bluetooth: Merge l2cap_chan_create() in the l2cap_sock_alloc()
  ` [PATCH -v2 2/8] Bluetooth: Add l2cap_chan_ops abstraction
    ` [PATCH -v2 3/8] Bluetooth: add recv() callback to l2cap_chan_ops
      ` [PATCH -v2 4/8] Bluetooth: add close() "
        ` [PATCH -v2 5/8] Bluetooth: Add state tracking to struct l2cap_chan
          ` [PATCH -v2 6/8] Bluetooth: Add refcnt "
            ` [PATCH -v2 7/8] Bluetooth: Make timer functions generic
              ` [PATCH -v2 8/8] Bluetooth: keep reference if any ERTM timer is enabled

bluetooth on ubuntu without desktop environment
 2011-06-08 14:46 UTC  (4+ messages)

Support for 0489:e031 Foxconn / Hon Hai
 2011-06-08 13:33 UTC 

Read clock not implemented in management
 2011-06-08 12:53 UTC  (2+ messages)

Bluetooth USB device keeps same PID/VID after downloading the patch and radio table
 2011-06-08 10:31 UTC  (3+ messages)

[PATCH 1/2] Remove unused enum from sap.h
 2011-06-08 10:21 UTC  (2+ messages)
` [PATCH 2/2] Remove SAP_BUF_SIZE define from sap/server.c

[PATCH v2 0/3] Another try for the Sixaxis plugin
 2011-06-08  9:20 UTC  (9+ messages)
` [PATCH v2 3/3] Add sixaxis plugin: USB pairing and LEDs settings

[PATCH] Fix typo error in the attribute API documentation
 2011-06-08  9:07 UTC 

[PATCH v2] Add basic parsing for SMP
 2011-06-08  8:36 UTC  (2+ messages)

[PATCH] Add basic parsing for SMP
 2011-06-08  8:05 UTC 

Binary PIN Support
 2011-06-08  5:08 UTC  (6+ messages)

Various GET functionality fixes (obsoletes: Renewed new missed calls handling)
 2011-06-08  4:27 UTC  (6+ messages)
` [PATCH 1/4] Revert API changes to mime driver read function
` [PATCH 2/4] Remove redundant code
` [PATCH 3/4] Modify obex_write_stream logic
` [PATCH 4/4] Fix handling asynchronous plugin reads

[PATCH v4] Add support of secure pin code in mgmt code
 2011-06-08  1:05 UTC  (2+ messages)

[PATCH] Fix type in conditional expression
 2011-06-08  1:01 UTC  (2+ messages)

[PATCH 1/5] Add stubs for storing SMP keys
 2011-06-07 23:08 UTC  (5+ messages)
` [PATCH 2/5] Add support "
` [PATCH 3/5] Add support for creating the device from the "
` [PATCH 4/5] Define macros for link key types
` [PATCH 5/5] Fix using "magic" values for "

[bluetooth-next v2 00/16] SMP Just Works implementation
 2011-06-07 21:38 UTC  (22+ messages)
` [bluetooth-next v2 01/16] Bluetooth: Implement the first SMP commands
` [bluetooth-next v2 02/16] Bluetooth: Start SMP procedure
` [bluetooth-next v2 03/16] Bluetooth: Add simple SMP pairing negotiation
` [bluetooth-next v2 04/16] Bluetooth: Add support for using the crypto subsystem
` [bluetooth-next v2 05/16] Bluetooth: Add LE SMP Cryptoolbox functions
` [bluetooth-next v2 06/16] Bluetooth: Add SMP confirmation structs
` [bluetooth-next v2 07/16] Bluetooth: Add SMP confirmation checks methods
` [bluetooth-next v2 08/16] Bluetooth: Add support for LE Start Encryption
` [bluetooth-next v2 09/16] Bluetooth: Remove debug statements
` [bluetooth-next v2 10/16] Bluetooth: Add support for resuming socket when SMP is finished
` [bluetooth-next v2 11/16] Bluetooth: Fix initial security level of LE links
` [bluetooth-next v2 12/16] Bluetooth: Update the security level when link is encrypted
` [bluetooth-next v2 13/16] Bluetooth: Add support for building pairing commands
` [bluetooth-next v2 14/16] Bluetooth: Add support for Pairing features exchange
` [bluetooth-next v2 15/16] Bluetooth: Add support for SMP timeout
` [bluetooth-next v2 16/16] Bluetooth: Add key size checks for SMP

[PATCH] Bluetooth: l2cap: removed erroneous NULL ACL packet handling
 2011-06-07 20:20 UTC 

[PATCH v2 01/11] Bluetooth: Add advertising report meta event structs
 2011-06-07 19:08 UTC  (6+ messages)
` [PATCH v2 06/11] Bluetooth: Advertising entries lifetime

[PATCH] Add OOB DBus method for changing device properties
 2011-06-07 11:14 UTC 

for sync profile crash(irmc server)when using tracer
 2011-06-07 10:43 UTC 

[PATCH v2] Bluetooth: Clean up some code style issues
 2011-06-07  9:18 UTC 

[PATCH 0/5] Renewed new missed calls handling
 2011-06-07  9:10 UTC  (9+ messages)
` [PATCH 1/5] Revert API changes to mime driver read function
` [PATCH 2/5] Send new missed calls count once
` [PATCH 3/5] Simplify counting new missed calls
` [PATCH 4/5] Add function for starting body streaming later
` [PATCH 5/5] Send new missed calls count in first packet

[PATCH] Bluetooth: Clean up some code style issues
 2011-06-07  8:34 UTC  (3+ messages)

Build bluez without dbus
 2011-06-07  7:23 UTC  (3+ messages)

[PATCH 1/4] Bluetooth: Restore accidentally-deleted line
 2011-06-06 17:38 UTC  (7+ messages)
` [PATCH 2/4] Bluetooth: Rename _busy_wq to _l2cap_wq
` [PATCH 3/4] Bluetooth: Limit depth of the HCI TX queue with ERTM mode
` [PATCH 4/4] Bluetooth: Fix check for the ERTM local busy state

[PATCH] Bluetooth: Simplify hci_conn_accept_secure check
 2011-06-06 17:23 UTC  (2+ messages)

AW: Re: AW: Re: Support for 0489:e031 Foxconn / Hon Hai
 2011-06-06 11:33 UTC 

AW: Re: Support for 0489:e031 Foxconn / Hon Hai
 2011-06-06  8:36 UTC  (2+ messages)

Fwd: Re: Linux 2.6.39.1
 2011-06-05  9:07 UTC  (2+ messages)
` magicmouse regression [was: Linux 2.6.39.1]

[BUG] oops with 3.0-rc1+ involving bluetooth
 2011-06-04  0:33 UTC  (3+ messages)

Bluez needs configuration mechanism for not running hid2hci
 2011-06-03 21:18 UTC 

[PATCH] Corrected udev rule for Logitech devices
 2011-06-03 20:53 UTC 

HCI data payload not getting through when using BlueZ
 2011-06-03 17:35 UTC  (2+ messages)

[PATCH 1/6] Bluetooth: Add l2cap_chan_ops abstraction
 2011-06-02 21:50 UTC  (8+ messages)
` [PATCH 2/6] Bluetooth: add recv() callback to l2cap_chan_ops
  ` [PATCH 3/6] Bluetooth: add close() "
    ` [PATCH 4/6] Bluetooth: Add refcnt to struct l2cap_chan
      ` [PATCH 5/6] Bluetooth: Make timer functions generic
        ` [PATCH 6/6] Bluetooth: keep reference if any ERTM timer is enabled

Memory leak on failed connection attempt
 2011-06-02 13:57 UTC  (2+ messages)

[PATCH v3] Add support of secure pin code in mgmt code
 2011-06-02 13:28 UTC  (3+ messages)

[RFC] Proposal to distinguish address device types
 2011-06-02 13:05 UTC  (11+ messages)
                  ` [RFC] PrJohan Hedbergoposal "

[RFC] New API for attribute read/write callback registration
 2011-06-02 12:52 UTC  (3+ messages)

[PATCH v2 0/2] Fix change to numbers GSlist in new missed calls
 2011-06-02  8:43 UTC  (8+ messages)
` [PATCH v2 2/2] Change append to prepend in pull_newmissedcalls
    ` A2DP Connection problem

[PATCH 1/2] Bluetooth: Remove a magic number
 2011-06-02  8:27 UTC  (5+ messages)
` [PATCH 2/2] Bluetooth: Verify a pin code in pin_code_reply

Support for 0489:e031 Foxconn / Hon Hai
 2011-06-02  7:23 UTC  (3+ messages)

[PATCH] Adjust parameters in obexd.service.in
 2011-06-02  6:32 UTC  (7+ messages)

[PATCH] Bluetooth: Add BT_POWER L2CAP socket option
 2011-06-02  1:18 UTC  (5+ messages)

Summary of current and planned implementation of GATT APIs (was: Re: [RFC] New API for attribute read/write callback registration)
 2011-06-01 20:11 UTC 

[PATCH] bluetooth: fix sparse & gcc warnings
 2011-06-01 19:48 UTC  (2+ messages)

[PATCH 1/4] Bluetooth: Add 'dst_type' field to struct hci_conn
 2011-06-01 19:38 UTC  (3+ messages)
` [PATCH 4/4] Bluetooth: Set 'peer_addr_type' in hci_le_connect()

[PATCH v3 1/2] Bluetooth: Fix auth_complete_evt for legacy units
 2011-06-01 19:07 UTC  (3+ messages)
` [PATCH v3 2/2] Bluetooth: Refactor hci_auth_complete_evt function


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).