linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-05-23 11:08:00 to 2012-05-24 16:43:06 UTC [more...]

[RFC 0/8] Another step in l2cap_core/sock separation
 2012-05-24 16:43 UTC  (34+ messages)
` [RFC 1/8] Bluetooth: Move clean up code and set of SOCK_ZAPPED to l2cap_sock.c
  ` [RFC 2/8] Bluetooth: Remove extra l2cap_state_change(BT_CONNECTED)
    ` [RFC 3/8] Bluetooth: Add l2cap_chan->ops->ready()
      ` [RFC 4/8] Bluetooth: Use l2cap_chan_ready() in LE path
        ` [RFC 5/8] Bluetooth: Use chan->state instead of sk->sk_state
          ` [RFC 6/8] Bluetooth: Move check for backlog size to l2cap_sock.c
            ` [RFC 7/8] Bluetooth: Create DEFER_SETUP flag in conf_state
              ` [RFC 8/8] Bluetooth: Add chan->ops->authorize
                ` [RFC 1/3] Bluetooth: check for already existent channel before create new one
                  ` [RFC 2/3] Bluetooth: Move bt_accept_enqueue() call to l2cap_sock.c
                    ` [RFC 3/3] Blueooth: Remove parent socket usage from l2cap_core.c
                      ` [RFC 1/2] Bluetooth: Create chan->ops->set_err()
                        ` [RFC 2/2] Bluetooth: Remove last usage of sk->sk_state_change()

[PATCHv1 00/17] Bluetooth A2MP implementation
 2012-05-24 15:59 UTC  (51+ messages)
` [PATCHv1 01/17] Bluetooth: A2MP: Create A2MP channel
` [PATCHv2 00/19] Bluetooth A2MP implementation
  ` [PATCHv2 01/19] Bluetooth: Add unlink to L2CAP channel ops
  ` [PATCHv2 02/19] Bluetooth: Add ready "
  ` [PATCHv2 03/19] Bluetooth: A2MP: Create A2MP channel
  ` [PATCHv2 04/19] Bluetooth: A2MP: AMP Manager basic functions
  ` [PATCHv2 05/19] Bluetooth: A2MP: Build and Send msg helpers
  ` [PATCHv2 06/19] Bluetooth: A2MP: Add chan callbacks
  ` [PATCHv2 07/19] Bluetooth: A2MP: Definitions for A2MP commands
  ` [PATCHv2 08/19] Bluetooth: A2MP: Define A2MP status codes
  ` [PATCHv2 09/19] Bluetooth: A2MP: Process A2MP messages
  ` [PATCHv2 10/19] Bluetooth: A2MP: Process A2MP Command Reject
  ` [PATCHv2 11/19] Bluetooth: A2MP: Process A2MP Discover Request
  ` [PATCHv2 12/19] Bluetooth: A2MP: Process A2MP Change Notify
  ` [PATCHv2 13/19] Bluetooth: A2MP: Process A2MP Get Info Request
  ` [PATCHv2 14/19] Bluetooth: A2MP: Process A2MP Get AMP Assoc Request
  ` [PATCHv2 15/19] Bluetooth: A2MP: Process A2MP Create Physlink Request
  ` [PATCHv2 16/19] Bluetooth: A2MP: Process A2MP Disc "
  ` [PATCHv2 17/19] Bluetooth: A2MP: Process A2MP Command Responses
  ` [PATCHv2 18/19] Bluetooth: A2MP: Handling fixed channels
  ` [PATCHv2 19/19] Bluetooth: A2MP: Manage incoming connections
` [PATCHv3 00/18] Bluetooth A2MP implementation
  ` [PATCHv3 01/18] Bluetooth: Add ready to L2CAP channel ops
  ` [PATCHv3 02/18] Bluetooth: A2MP: Create A2MP channel
  ` [PATCHv3 03/18] Bluetooth: A2MP: AMP Manager basic functions
  ` [PATCHv3 04/18] Bluetooth: A2MP: Build and Send msg helpers
  ` [PATCHv3 05/18] Bluetooth: A2MP: Add chan callbacks
  ` [PATCHv3 06/18] Bluetooth: A2MP: Definitions for A2MP commands
  ` [PATCHv3 07/18] Bluetooth: A2MP: Define A2MP status codes
  ` [PATCHv3 08/18] Bluetooth: A2MP: Process A2MP messages
  ` [PATCHv3 09/18] Bluetooth: A2MP: Process A2MP Command Reject
  ` [PATCHv3 10/18] Bluetooth: A2MP: Process A2MP Discover Request
  ` [PATCHv3 11/18] Bluetooth: A2MP: Process A2MP Change Notify
  ` [PATCHv3 12/18] Bluetooth: A2MP: Process A2MP Get Info Request
  ` [PATCHv3 13/18] Bluetooth: A2MP: Process A2MP Get AMP Assoc Request
  ` [PATCHv3 14/18] Bluetooth: A2MP: Process A2MP Create Physlink Request
  ` [PATCHv3 15/18] Bluetooth: A2MP: Process A2MP Disc "
  ` [PATCHv3 16/18] Bluetooth: A2MP: Process A2MP Command Responses
  ` [PATCHv3 17/18] Bluetooth: A2MP: Handling fixed channels
  ` [PATCHv3 18/18] Bluetooth: A2MP: Manage incoming connections

[PATCH obexd v0 00/16] client: Remove D-Bus agent
 2012-05-24 14:42 UTC  (20+ messages)
` [PATCH obexd v0 01/16] client: Add D-Bus helper library
` [PATCH obexd v0 02/16] client-doc: Add progress property to transfer
` [PATCH obexd v0 03/16] client: "
` [PATCH obexd v0 04/16] client-doc: Add transfer event-reporting signals
` [PATCH obexd v0 05/16] client: "
` [PATCH obexd v0 06/16] client-doc: Remove D-Bus agent
` [PATCH obexd v0 07/16] client: Use transfer owner instead of agent
` [PATCH obexd v0 08/16] client: Remove D-Bus agent
` [PATCH obexd v0 09/16] client: Remove unused functions in transfer API
` [PATCH obexd v0 10/16] client: Remove internal transfer progress report
` [PATCH obexd v0 11/16] client: Remove obsolete authentication code
` [PATCH obexd v0 12/16] client: Make D-Bus exposure of transfers optional
` [PATCH obexd v0 13/16] client-doc: Add signal to report new transfers
` [PATCH obexd v0 14/16] client: Expose D-Bus data in internal transfer API
` [PATCH obexd v0 15/16] client: Add signal to report new transfers
` [PATCH obexd v0 16/16] client-test: Remove agent from ftp-client

[PATCH v1 0/3] Prefer PAN over DUN
 2012-05-24 13:29 UTC  (7+ messages)
` [PATCH v1 1/3] main: Add IngoreDUN configuration switch
` [PATCH v1 2/3] serial: Add DUN_GW_UUID
` [PATCH v1 3/3] device: Ignore DUN if PAN is present

[PATCH BlueZ 1/6] AVCTP: Fix setting wrong transaction id expected for responses
 2012-05-24 13:22 UTC  (6+ messages)
` [PATCH BlueZ 2/6] AVRCP: Fix not setting audio device connected to player
` [PATCH BlueZ 3/6] media-api: Update documentation to include Volume property
` [PATCH BlueZ 4/6] audio: Fix signature type for transport Volume
` [PATCH BlueZ 5/6] AVRCP: Add support for sending SetAbsoluteVolume
` [PATCH BlueZ 6/6] audio: Add Volume property to A2DP transport GetProperties

[PATCH 1/2] Bluetooth: Define and use PSM identifiers
 2012-05-24 12:42 UTC  (2+ messages)
` [PATCH 2/2] Bluetooth: Use __constant when dealing with constants

help with mcap/csp ??
 2012-05-24 12:42 UTC  (2+ messages)

are those patches up-to-date?
 2012-05-24 12:40 UTC  (4+ messages)

[RFC] Reorganizing the BlueZ source tree
 2012-05-24 10:05 UTC  (7+ messages)

[PATCH BlueZ 1/5] AVCTP: Fix setting wrong transaction id expected for responses
 2012-05-24  8:33 UTC  (7+ messages)
` [PATCH BlueZ 3/5] AVRCP: Add support for sending SetAbsoluteVolume
` [PATCH BlueZ 5/5] media-api: Update documentation to include Volume property

[RFC] Bluetooth: Adds unlink to chan ops
 2012-05-24  8:33 UTC  (5+ messages)

[PATCH BlueZ 00/12] Redundant D-Bus error init, remove unwanted code, g_free missmatch etc
 2012-05-24  8:10 UTC  (15+ messages)
` [PATCH BlueZ 01/12] monitor: Fix memory leak
` [PATCH BlueZ 02/12] storage: Use g_free() instead of free()
` [PATCH BlueZ 03/12] media: Remove redundant D-Bus error initilization
` [PATCH BlueZ 04/12] telephony-maemo5: Remove redundant D-Bus error initilizations
` [PATCH BlueZ 05/12] telephony-maemo6: Remove redundant D-Bus error initilization
` [PATCH BlueZ 06/12] telephony-ofono: "
` [PATCH BlueZ 07/12] agent: Remove redundant D-Bus error initilizations
` [PATCH BlueZ 08/12] Remove redundant D-Bus error initilization in maemo6 plugin
` [PATCH BlueZ 09/12] avctp: Fix NULL check after dereference
` [PATCH BlueZ 10/12] adapter: Remove unwanted if check and code
` [PATCH BlueZ 11/12] audio: Remove unwanted code from manager
` [PATCH BlueZ 12/12] input: Remove unwanted codes from device

[PATCH BlueZ 00/15] Store address type on storage - remaining files
 2012-05-24  7:59 UTC  (17+ messages)
` [PATCH BlueZ 01/15] storage: Store address type in "characteristics"
` [PATCH BlueZ 02/15] storage: Store address type in "appearance" file
` [PATCH BlueZ 03/15] storage: Store address type in "ccc" file
` [PATCH BlueZ 04/15] storage: Store address type in "names" file
` [PATCH BlueZ 05/15] storage: Store address type in "aliases" file
` [PATCH BlueZ 06/15] core: Fix reading stored data from "aliases" and "names" file
` [PATCH BlueZ 07/15] storage: Store address type in blocked file
` [PATCH BlueZ 08/15] storage: Do not store address type twice
` [PATCH BlueZ 09/15] storage: Store address type in "longtermkeys" file
` [PATCH BlueZ 10/15] core: Fix creating device from "
` [PATCH BlueZ 11/15] storage: Store address type in "attributes" file
` [PATCH BlueZ 12/15] core: Fix creating device from "blocked" file
` [PATCH BlueZ 13/15] storage: Rename characteristic to characteristics
` [PATCH BlueZ 14/15] storage: Rename primary file to primaries
` [PATCH BlueZ 15/15] core: Fix deleting entries

[PATCH] Bluetooth: Use lmp_ssp_capable() macro
 2012-05-24  6:56 UTC  (2+ messages)

[PATCH] Bluetooth: Fix null pointer dereference in l2cap_chan_send
 2012-05-24  6:32 UTC  (3+ messages)

[PATCH RESEND] Bluetooth: btmrvl: add SD8787 Bluetooth AMP device ID
 2012-05-24  3:01 UTC  (2+ messages)

[PATCH] Bluetooth: btmrvl: add SD8787 Bluetooth AMP device ID
 2012-05-24  1:33 UTC 

[PATCHv2] Bluetooth: Send a configuration request after security confirmation
 2012-05-24  0:33 UTC  (4+ messages)
` [PATCHv3] "

[PATCH BlueZ] gdbus: add macro for methods marked as NOREPLY
 2012-05-23 22:24 UTC  (2+ messages)

[PATCH] sdp/build: Build fails when SDP_DEBUG enabled
 2012-05-23 14:31 UTC  (2+ messages)

[PATCH BlueZ 0/2] Store address type on storage
 2012-05-23 14:05 UTC  (3+ messages)
` [PATCH BlueZ v3 0/3] "

[PATCH 0/1] HID: User-space HID I/O driver (UHID)
 2012-05-23 13:55 UTC  (6+ messages)

[PATCH 00/11] gdbus: Better D-Bus introspection
 2012-05-23 13:28 UTC  (13+ messages)
` [PATCH 01/11] Constify GDBus method tables
` [PATCH 02/11] Constify GDBus signal tables
` [PATCH 03/11] gdbus: add argument info to methods and signals
` [PATCH 04/11] gdbus: add and use helpers for table declarations
` [PATCH 05/11] Convert GDBus methods and signals to use macro helpers
` [PATCH 06/11] gdbus: use GDBusArgInfo to generate introspection
` [PATCH 07/11] gdbus: loop over args to check message signature
` [PATCH 08/11] Do not set signature and reply in GDBus tables
` [PATCH 09/11] gdbus: remove signature and reply from tables
` [PATCH 10/11] gdbus: add Deprecated annotation in introspection
` [PATCH 11/11] gdbus: add Method.NoReply "

[RFC] device: Ignore DUN if PAN is present
 2012-05-23 12:51 UTC 

[PATCH trivial 2/4] Bluetooth: Define L2CAP conf continuation flag
 2012-05-23 12:46 UTC  (3+ messages)
` [PATCHv3] "

[PATCH 1/6] Bluetooth: Remove most of the inline usage
 2012-05-23 11:11 UTC  (2+ messages)

[PATCH trivial 1/4] Bluetooth: Use defined link key size
 2012-05-23 11:08 UTC  (3+ messages)
` [PATCH trivial 4/4] Bluetooth: trivial: Remove empty line


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).