linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-10-03 13:18:21 to 2012-10-08 03:50:03 UTC [more...]

[PATCH -v3 1/2] rctest: add automated test
 2012-10-08  3:50 UTC  (3+ messages)
` [PATCH -v4 "
  ` [PATCH -v4 2/2] rctest: add option to save received data to file

[PATCH 1/8] Bluetooth: Fix L2CAP coding style
 2012-10-07 23:19 UTC  (8+ messages)
` [PATCH 2/8] Bluetooth: Move bt_accept_enqueue() to l2cap_sock.c
` [PATCH 3/8] Bluetooth: Remove parent socket usage from l2cap_core.c
` [PATCH 4/8] Bluetooth: Add chan->ops->defer()
` [PATCH 5/8] Bluetooth: Remove GFP_ATOMIC usage from l2cap_core.c
` [PATCH 6/8] Bluetooth: use l2cap_chan_set_err()
` [PATCH 7/8] Bluetooth: Use locked l2cap_state_change()
` [PATCH 8/8] Bluetooth: Call ops->teardown() without checking for NULL

[PATCH -v2 1/6] bt tool: initial tool handling
 2012-10-07 22:49 UTC  (6+ messages)
` [PATCH -v2 2/6] bt tool: add cmd 'discover'
` [PATCH -v2 3/6] bt tool: add cmd 'agent'
` [PATCH -v2 4/6] bt tool: add cmd 'pair'
` [PATCH -v2 5/6] bt tool: add cmd 'remove'
` [PATCH -v2 6/6] bt tool: add cmd 'adapter'

[PATCHv1 1/7] Bluetooth: L2CAP: Fix using default Flush Timeout for EFS
 2012-10-07 22:25 UTC  (10+ messages)
` [PATCHv1 2/7] Bluetooth: AMP: Fix possible NULL dereference
` [PATCHv1 3/7] Bluetooth: Fix dereference after NULL check
` [PATCHv1 4/7] Bluetooth: AMP: Factor out amp_ctrl_add
` [PATCHv1 5/7] Bluetooth: AMP: Factor out phylink_add
` [PATCHv1 6/7] Bluetooth: AMP: Use block_mtu for AMP controller
` [PATCHv1 7/7] Bluetooth: Adjust L2CAP Max PDU size for AMP packets

[PATCH] net, bluetooth: don't attempt to free a channel that wasn't created
 2012-10-07 21:41 UTC  (5+ messages)

[PATCH BlueZ 1/9] gdbus: Remove connection from g_dbus_remove_watch
 2012-10-06 15:09 UTC  (11+ messages)
` [PATCH BlueZ 2/9] Fix passing D-Bus connection to g_dbus_remove_watch
` [PATCH BlueZ 3/9] audio: Fix not freeing gateway agent data on exit
` [PATCH BlueZ 4/9] AVCTP: Simplify channel handling
` [PATCH BlueZ 5/9] AVCTP: Allocate memory to hold incoming/outgoing PDUs
` [PATCH BlueZ 6/9] AVRCP: Register to AVCTP state changes without depending on player
` [PATCH BlueZ 7/9] AVRCP: Don't respond with errors when no player is registered
` [PATCH BlueZ 8/9] AVRCP: Fix crash on disconnect
` [PATCH BlueZ 9/9] AVRCP: Simplify state_changed callback

[PATCH 1/3] client: Add implementation for UpdateInbox
 2012-10-06 13:54 UTC  (7+ messages)
` [PATCH 1/4] client: Update the file offset to the beginning after writing to the file
` [PATCH 2/4] client: Add Message.SetProperty and Message.GetProperties implementation
` [PATCH 2/3] client-doc: Add documentation for UpdateInbox
` [PATCH 3/3] test: Update map-client to include UpdateInbox

[PATCH BlueZ 1/6] gdbus: Fix up Properties.Set() code path
 2012-10-06  7:43 UTC  (7+ messages)
` [PATCH BlueZ 2/6] core: Remove useless memset and make icon optional
` [PATCH BlueZ 3/6] doc: Mark optional properties in Device interface
` [PATCH BlueZ 4/6] core: Add DBus.Properties getters for "
` [PATCH BlueZ 5/6] core: Add setters and signals to "
` [PATCH BlueZ 6/6] core: Move functions to avoid forward declaration

[PATCH BlueZ 1/6] gdbus: Fix up Properties.Set() code path
 2012-10-06  7:02 UTC  (6+ messages)
` [PATCH BlueZ 2/6] core: Remove useless memset and make icon optional
` [PATCH BlueZ 3/6] doc: Mark optional properties in Device interface
` [PATCH BlueZ 4/6] core: Add DBus.Properties getters for "
` [PATCH BlueZ 5/6] core: Add setters and signals to "
` [PATCH BlueZ 6/6] core: Move functions to avoid forward declaration

[PATCH BlueZ] gdbus: Fix invalid memory access while unregistering
 2012-10-05 19:31 UTC  (3+ messages)

[RFC v3] Cycling Speed and Cadence profile (CSCP) API
 2012-10-05 17:43 UTC  (3+ messages)
` [PATCH "

[PATCH 1/5] device: Don't use device_get_adapter to access device adapter
 2012-10-05 13:13 UTC  (6+ messages)
` [PATCH 2/5] device: Don't use device_get_addr_type to access device address type
` [PATCH 3/5] adapter: Don't use adapter_get_address to access adapter address
` [PATCH 4/5] adapter: Don't use adapter_get_path to access adapter path
` [PATCH 5/5] device: Move auth_type_t definition to device.c

[PATCH] device: Remove bogus line from device_create_bonding
 2012-10-05 12:48 UTC  (2+ messages)

[PATCH 1/7] adapter: Convert adapter_get_address into simple getter
 2012-10-05 11:00 UTC  (10+ messages)
` [PATCH 2/7] storage: Constify bdaddr_t pointers parameters
` [PATCH 3/7] adapter: Constify pointer returned by adapter_get_address
` [PATCH 4/7] device: Convert device_get_address into simple getter
` [PATCH 5/7] mgmt: Constify use of bdaddr_t pointer parameters
` [PATCH 6/7] adapter: "
` [PATCH 7/7] device: Make device_get_address return const pointer

[PATCH 4/4] audio: Add check for non-a2dp codec
 2012-10-05  8:57 UTC  (14+ messages)
` [PATCH 3/4] audio: Remove redundant procedure when a2dp connect
` [PATCH 2/4] audio: Remove unused function
` [PATCH 1/4] mgmt: Add string for Passkey Notify Event

[PATCH 1/4] client: Update the file offset to the beginning after writing to the file
 2012-10-04 20:55 UTC  (5+ messages)
` [PATCH 2/4] client: Add Message.SetProperty and Message.GetProperties implementation
` [PATCH 3/4] client-doc: Add documentation for Message.SetProperty and Message.GetProperties
` [PATCH 4/4] test: Update map-client to include "

[PATCH BlueZ v4 00/15] Properties + ObjectManager
 2012-10-04 19:23 UTC  (24+ messages)
` [PATCH BlueZ v4 01/15] gdbus: Move typedefs up
` [PATCH BlueZ v4 02/15] gdbus: Use macros to add annotations
` [PATCH BlueZ v4 03/15] gdbus: Add skeleton of DBus.Properties interface
` [PATCH BlueZ v4 04/15] gdbus: Implement DBus.Properties.Get method
` [PATCH BlueZ v4 05/15] gdbus: Implement DBus.Properties.GetAll method
` [PATCH BlueZ v4 06/15] gdbus: Implement DBus.Properties.Set method
` [PATCH BlueZ v4 07/15] gdbus: Add properties into Introspectable interface
` [PATCH BlueZ v4 08/15] gdbus: Add support for org.freedesktop.DBus.ObjectManager interface
` [PATCH BlueZ v4 09/15] gdbus: Group interface changes to reduce the amount of signals emitted
` [PATCH BlueZ v4 10/15] gdbus: Only export ObjectManager interface on root path
` [PATCH BlueZ v4 11/15] gdbus: Integrates ObjectManager with Properties interface
` [PATCH BlueZ v4 12/15] gdbus: Simplify code for appending properties
` [PATCH BlueZ v4 13/15] gdbus: Implement PropertiesChanged signal
` [PATCH BlueZ v4 14/15] Use DBus.Properties on Control interface
` [PATCH BlueZ v4 15/15] Use DBus.Properties on Manager interface

[PATCH BlueZ] core: Fix leaking connection list nodes
 2012-10-04 18:22 UTC  (2+ messages)

[PATCH BlueZ] core: Fix walking the list while removing elements
 2012-10-04 18:22 UTC  (5+ messages)

[PATCH v2 0/2] Bluetooth: broadcom patchram firmware loader
 2012-10-04 18:13 UTC  (9+ messages)
` [PATCH v2 resend 0/2] "
  ` [PATCH v2 resend 1/2] Introduced a load_firmware callback to struct hci_dev
  ` [PATCH v2 resend 2/2] broadcom patchram firmware loader

[PATCH 1/4] client: Update the file offset to the beginning after writing to the file
 2012-10-04 13:30 UTC  (4+ messages)
` [PATCH 2/4] client: Add Message.SetProperty and Message.GetProperties implementation
` [PATCH 3/4] client-doc: Add documentation for Message.SetProperty and Message.GetProperties
` [PATCH 4/4] test: Update map-client to include "

Using multiple adapters do not work
 2012-10-04 13:23 UTC 

[PATCH] Bluetooth: mgmt: Fix dereference after NULL check
 2012-10-04 12:33 UTC  (3+ messages)

[RFC 0/7] adapter and device bdaddr_t getters
 2012-10-04 12:06 UTC  (8+ messages)
` [RFC 1/7] adapter: Convert adapter_get_address into simple getter
` [RFC 2/7] storage: Constify bdaddr_t pointers parameters
` [RFC 3/7] adapter: Constify pointer returned by adapter_get_address
` [RFC 4/7] device: Convert device_get_address into simple getter
` [RFC 5/7] mgmt: Constify use of bdaddr_t pointer parameters
` [RFC 6/7] adapter: "
` [RFC 7/7] device: Make device_get_address return const pointer

[PATCH] Bluetooth: Fix dereference after NULL check
 2012-10-04 10:45 UTC 

[PATCH BlueZ 1/2] build-sys: Don't use deprecated AM_PROG_MKDIR_P
 2012-10-04 10:38 UTC  (4+ messages)
` [PATCH BlueZ 2/2] build-sys: Don't use deprecated INCLUDES variable

[PATCH] Bluetooth: AMP: Fix possible NULL dereference
 2012-10-04 10:31 UTC 

[PATCH] Bluetooth: AMP: Register AMP only if High Speed enabled
 2012-10-04 10:26 UTC  (4+ messages)

[RFC 2/2] Bluetooth: Add BT USB mini driver template
 2012-10-04 10:21 UTC  (2+ messages)

[RFC 1/2] Bluetooth: Add driver extension for vendor specific init
 2012-10-04 10:20 UTC  (2+ messages)

[PATCH 0/5] add bt command line tool
 2012-10-04  9:47 UTC  (7+ messages)
` [PATCH 1/5] bt tool: initial tool handling
` [PATCH 2/5] bt tool: add cmd 'discover'
` [PATCH 3/5] bt tool: add cmd 'agent'
` [PATCH 4/5] bt tool: add cmd 'pair'
` [PATCH 5/5] bt tool: add cmd 'remove'

[PATCH BlueZ 01/10] gdbus: Fix not freeing list node by using g_slist_delete_link
 2012-10-04  8:42 UTC  (7+ messages)
` [PATCH BlueZ 02/10] gdbus: Remove connection from g_dbus_remove_watch

[PATCH BlueZ 1/2] AVCTP: Remove hand-written function name from log
 2012-10-04  8:26 UTC  (3+ messages)
` [PATCH BlueZ 2/2] AVDTP: "

[PATCH BlueZ] core: Fix walking the list while removing elements
 2012-10-04  7:49 UTC  (2+ messages)

[PATCH v3 BlueZ 01/27] doc: Introduce Alert API
 2012-10-03 20:17 UTC  (4+ messages)
` [PATCH v4 "

[PATCH] storage: Move adapter info to adapter.conf
 2012-10-03 20:14 UTC  (3+ messages)

[PATCH v4 00/18] neard plugin
 2012-10-03 19:48 UTC  (13+ messages)
` [PATCH v4 08/18] eir: Remove support for creating EIR with tx_power fields
` [PATCH v4 09/18] eir: Return number of bytes written by eir_create_oob
` [PATCH v4 10/18] eir: Remove struct uuid_info
` [PATCH v4 11/18] eir: Add support for creating proper OOB EIR
` [PATCH v4 12/18] adapter: Add btd_adapter_get_services function
` [PATCH v4 13/18] adapter: Rename btd_adapter_get_class to btd_adapter_read_class
` [PATCH v4 14/18] adapter: Add btd_adapter_get_class function
` [PATCH v4 15/18] oob: Refactor oob callback handling and move it to adapter code
` [PATCH v4 16/18] Add initial neard plugin implementation
` [PATCH v4 17/18] neard: Implement PushOOB function
` [PATCH v4 18/18] neard: Implement RequestOOB 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).