linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-05-25 13:08:02 to 2012-05-29 16:23:34 UTC [more...]

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

[PATCH] Bluetooth: Create empty l2cap ops function
 2012-05-29 16:19 UTC 

[PATCH] Bluetooth: trivial: Use defined PSMLEN instead of magic
 2012-05-29 15:35 UTC  (2+ messages)

[PATCH 1/2] Bluetooth: Create function to to the ERTM header size
 2012-05-29 15:27 UTC  (5+ messages)
` [PATCH 2/2] Bluetooth: Remove unused err var from l2cap_segment_sdu()
` [PATCH -v2] Bluetooth: Create function to return the ERTM header size

[PATCH 1/5] Bluetooth: Move bt_accept_enqueue() call to l2cap_sock.c
 2012-05-29 15:23 UTC  (7+ messages)
` [PATCH 2/5] Bluetooth: Remove parent socket usage from l2cap_core.c
` [PATCH 3/5] Bluetooth: Do not check if teardown exists
  ` [PATCH] Bluetooth: Do not check func ready existence
` [PATCH 4/5] Bluetooth: Create DEFER_SETUP flag in conf_state
` [PATCH 5/5] Bluetooth: Add chan->ops->defer()

[RFC] BNEP Reply to extensions at connection setup
 2012-05-29 14:36 UTC  (4+ messages)
` [RFC] network: "

[PATCH obexd] client: Fix not checking if destination exist while renaming file
 2012-05-29 14:25 UTC  (2+ messages)

[PATCH] gattrib: Fix a request/response command deadlock
 2012-05-29 13:59 UTC  (7+ messages)
    ` [PATCH v2] "
        ` [PATCH v3] "

[PATCH BlueZ 1/2] GATT: Rename Characteristic Configuration constants
 2012-05-29 13:58 UTC  (2+ messages)
` [PATCH BlueZ 2/2] GATT: Move GATT assigned numbers to GATT header

[PATCH BlueZ] core: Remove unneeded textfile header include
 2012-05-29 13:55 UTC  (2+ messages)
` [PATCH BlueZ] GATT: Avoid unneeded discover transaction

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

[RFC 2/2] Bluetooth: return rfcomm session pointers to avoid freed session
 2012-05-29 10:07 UTC 

[RFC 1/2] Bluetooth: remove rfcomm session refcnt
 2012-05-29 10:07 UTC 

[PATCH v2] Bluetooth: Really fix registering hci with duplicate name
 2012-05-29  7:48 UTC  (3+ messages)

Bluez/Obexd upstream test result_20120529
 2012-05-29  7:13 UTC 

[PATCH] Sets the information attribute for the service
 2012-05-29  6:46 UTC 

[PATCH] attrib-server: allow SDP records for secondary GATT services
 2012-05-28 20:45 UTC 

[PATCH] attrib-server: Allow zero length attribute update
 2012-05-28 20:09 UTC  (3+ messages)

no security block - but connection still gets refused
 2012-05-28 17:39 UTC  (2+ messages)

[PATCH -v2 00/12] Another step in l2cap_core/sock separation
 2012-05-28 16:36 UTC  (27+ messages)
` [PATCH -v2 01/12] Bluetooth: Remove extra l2cap_state_change(BT_CONNECTED)
` [PATCH -v2 02/12] Bluetooth: Move clean up code and set of SOCK_ZAPPED to l2cap_sock.c
` [PATCH -v2 03/12] Bluetooth: Add l2cap_chan->ops->ready()
` [PATCH -v2 04/12] Bluetooth: Use l2cap_chan_ready() in LE path
` [PATCH -v2 05/12] Bluetooth: Use chan->state instead of sk->sk_state
` [PATCH -v2 07/12] Bluetooth: Create DEFER_SETUP flag in conf_state
` [PATCH -v2 08/12] Bluetooth: Add chan->ops->defer()
` [PATCH -v2 09/12] Bluetooth: check for already existent channel before create new one
` [PATCH -v2 10/12] Bluetooth: Move bt_accept_enqueue() call to l2cap_sock.c
` [PATCH -v2 12/12] Bluetooth: Used void * as parameter in alloc_skb()

[PATCH -v3 01/10] Bluetooth: Use chan as parameters for l2cap chan ops
 2012-05-28 16:23 UTC  (15+ messages)
` [PATCH -v3 02/10] Bluetooth: Move clean up code and set of SOCK_ZAPPED to l2cap_sock.c
` [PATCH -v3 03/10] Bluetooth: Add l2cap_chan->ops->ready()
` [PATCH -v3 04/10] Bluetooth: Use chan->state instead of sk->sk_state
` [PATCH -v3 05/10] Bluetooth: Move check for backlog size to l2cap_sock.c
` [PATCH -v3 06/10] Bluetooth: Create DEFER_SETUP flag in conf_state
` [PATCH -v3 07/10] Bluetooth: Add chan->ops->defer()
` [PATCH -v3 08/10] Bluetooth: check for already existent channel before create new one
` [PATCH -v3 09/10] Bluetooth: Move bt_accept_enqueue() call to l2cap_sock.c
` [PATCH -v3 10/10] Bluetooth: Remove parent socket usage from l2cap_core.c

[PATCH BlueZ v2] AVRCP: Fix not registering to VolumeChanged event again when notified
 2012-05-28 15:29 UTC  (3+ messages)

[PATCH BlueZ 1/6] AVRCP: Fix initializing volume before checking PDU type
 2012-05-28 15:22 UTC  (11+ messages)
` [PATCH BlueZ 2/6] AVRCP: Fix not registering to VolumeChanged event again when notified
` [PATCH BlueZ 3/6] audio: Fix updating volume property for non-A2DP transports
` [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 2/2] audio: Keep AVDTP POSIX error codes
 2012-05-28 14:02 UTC  (3+ messages)

[PATCH 0/2] Add and use vsprintf extension %pMbt for bluetooth macs
 2012-05-28 13:05 UTC  (8+ messages)
` [RFC] vsprintf: Add %pMR for Bluetooth MAC address
  ` [PATCHv2] "
      ` [PATCHv3] "

[PATCH 1/2] audio/PCM: Handle BT_ERROR messages correctly
 2012-05-28 11:41 UTC 

[PATCH BlueZ] AVRCP: Fix not registering to VolumeChanged event again when notified
 2012-05-28 11:00 UTC 

[PATCH 1/2] Bluetooth: Fix legacy pairing with some devices
 2012-05-28  9:47 UTC  (2+ messages)
` [PATCH 2/2] Bluetooth: Remove unused HCI timeouts definitions

[PATCH 01/10] SAP: Remove not needed NULL pointer check in check_msg
 2012-05-27 19:42 UTC  (11+ messages)
` [PATCH 02/10] SAP: Fix some code style issue
` [PATCH 03/10] sap-dummy: Use constants when setting ongoing call status
` [PATCH 04/10] sap-dummy: Small refactor to sap_connect_req
` [PATCH 05/10] sap-dummy: Remove not needed includes
` [PATCH 06/10] SAP: "
` [PATCH 07/10] SAP: Remove not needed src field from struct sap_server
` [PATCH 08/10] SAP: Remove one line of indentation in sap_io_destroy
` [PATCH 09/10] sap-dummy: Fix DBus connection leak if interface registration failed
` [PATCH 10/10] SAP: Remove not needed checks from disconnect_ind

[PATCH] udev: remove deprecated function
 2012-05-27 19:37 UTC  (2+ messages)

[PATCH BlueZ 0/9] Store address type on storage (LE-only files)
 2012-05-27 19:35 UTC  (11+ messages)
` [PATCH BlueZ 1/9] storage: Store address type in "characteristics"
` [PATCH BlueZ 2/9] storage: Store address type in "appearance" file
` [PATCH BlueZ 3/9] storage: Store address type in "ccc" file
` [PATCH BlueZ 4/9] storage: Store address type in "longtermkeys" file
` [PATCH BlueZ 5/9] core: Fix creating device from "
` [PATCH BlueZ 6/9] storage: Store address type in "attributes" file
` [PATCH BlueZ 7/9] storage: Rename characteristic to characteristics
` [PATCH BlueZ 8/9] storage: Rename primary file to primaries
` [PATCH BlueZ 9/9] storage: Rename appearance file to appearances

[PATCH] Bluetooth: Really fix registering hci with duplicate name
 2012-05-27  7:10 UTC  (2+ messages)

[PATCH] Bluetooth: Get a more accurate PDU len
 2012-05-26  3:15 UTC  (3+ messages)

[PATCH -v3] Bluetooth: Add MSG_MORE support to L2CAP sockets
 2012-05-25 23:48 UTC  (4+ messages)

[PATCH] Bluetooth: Get a more accurate PDU len
 2012-05-25 21:22 UTC  (2+ messages)

[RFC] Reorganizing the BlueZ source tree
 2012-05-25 19:40 UTC  (5+ messages)

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


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