linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-06-06 16:04:38 to 2012-06-13 20:43:34 UTC [more...]

[PATCH 00/21] BlueZ 5.0 patches
 2012-06-13 20:43 UTC  (12+ messages)
` [PATCH 02/21] remove the hciops plugin
` [PATCH 03/21] headset: remove deprecated DBus methods
` [PATCH 04/21] sink: remove deprecated DBus method
` [PATCH 05/21] adapter: remove deprecated ListDevices() method
` [PATCH 06/21] manager: remove deprecated ListAdapters() method
` [PATCH 07/21] adapter: remove btd_adapter_encrypt_link()
` [PATCH 08/21] adapter_ops: remove disable_cod_cache
` [PATCH 09/21] manager: remove unused manager_add_adapter()
` [PATCH 10/21] adapter: make restore powered work again
` [PATCH 11/21] serial: remove SerialProxy interface
` [PATCH 12/21] serial: remove unneeded headers include

[PATCH] audio: Remove not needed NULL pointer checks
 2012-06-13 19:53 UTC 

[PATCH 01/13] AVRCP: Update constants
 2012-06-13 19:03 UTC  (17+ messages)
` [PATCH 02/13] AVRCP: Use name "addressed" instead of "active"
` [PATCH 03/13] media: Rename set_property to set_player_property
` [PATCH 04/13] AVRCP: Keep AVRCP version of connected device in server
` [PATCH 05/13] AVRCP: Register AVRCP before MEDIA interface
` [PATCH 06/13] media: Add Properties stubs to Media interface
` [PATCH 07/13] media: Add support for local changing addressed player
` [PATCH 08/13] AVRCP: Implement notification AVAILABLE_PLAYERS_CHANGED
` [PATCH 09/13] AVRCP: Implement setting AddressedPlayer with notifications completion
` [PATCH 10/13] AVRCP: Implement notification ADDRESSED_PLAYER_CHANGED
` [PATCH 11/13] AVRCP: Handle SetAddressedPlayer command from remote controller
` [PATCH 12/13] media-api: Update documentation with setting Addressed Player
` [PATCH 13/13] doc: Fix typo

[PATCH] Bluetooth: Cleanup dtl1_config
 2012-06-13 18:42 UTC 

bfusb: No statements under write_lock_irq_save and restore at 459
 2012-06-13 18:07 UTC 

[PATCH] mgmtops: Fix clearing of pending_cod_change after adapter powered off
 2012-06-13 16:05 UTC 

[PATCH 1/2] mgmtops: Handle EBUSY status from MGMT_OP_ADD_UUID commands
 2012-06-13 14:57 UTC  (3+ messages)
` [PATCH 2/2] mgmtops: Move error message after command status handlers calls

Multiple Thermometer device connections
 2012-06-13 11:58 UTC  (6+ messages)
  ` Bluetooth LE scan/pair using MGMT_OPS on Ubuntu 12.04 fails

[RFC] Bluetooth: btmrvl: Do not send vendor events to bluetooth stack
 2012-06-13 10:35 UTC 

[PATCH obexd v0 1/3] client: Fix possible unreplied D-Bus message
 2012-06-13 10:01 UTC  (4+ messages)
` [PATCH obexd v0 2/3] client: Remove obc_transfer_abort
` [PATCH obexd v0 3/3] client: Fix cancellation of queued transfers

[PATCH] Bluetooth: Fix kernel crash on rfcomm disconnects
 2012-06-13  9:53 UTC  (2+ messages)

[PATCH v1] Bluetooth: Fix sending HCI_Disconnect only after connection
 2012-06-13  5:19 UTC  (2+ messages)

[PATCH 1/4] monitor: add include <stdint.h>
 2012-06-13  2:59 UTC  (4+ messages)
` [PATCH 2/4] monitor: add config_file parser
` [PATCH 3/4] monitor: add filter support
` [PATCH 4/4] monitor: add example filter file

[PATCH] Bluetooth: Remove magic value in disconnect mgmt handler
 2012-06-13  2:26 UTC  (2+ messages)

[PATCH] Bluetooth: Fix flags of mgmt_device_found event
 2012-06-13  2:24 UTC  (6+ messages)

[PATCH v2 1/2] mgmtops: Rename pending_uuid to cod_busy
 2012-06-12 19:35 UTC  (2+ messages)
` [PATCH v2 2/2] mgmtops: Use cod_busy to track events that may change CoD

[PATCH obexd] tools: Fix test-client error message put/get typo
 2012-06-12 14:25 UTC  (2+ messages)

[PATCH BlueZ v2] audio: Separate profile specific fields from media_transport
 2012-06-12 13:39 UTC  (2+ messages)

[RFC] Bluetooth: AMP: Do not set name for AMP ctrl
 2012-06-12 13:31 UTC  (7+ messages)
        ` [PATCH] Bluetooth: mgmt: Fix managing AMP device
          ` [PATCHv2] "

[PATCH BlueZ] audio: Separate profile specific fields from media_transport
 2012-06-12 11:59 UTC  (3+ messages)

[PATCH 1/2] mgmtops: Rename pending_uuid to cod_busy
 2012-06-12 10:00 UTC  (2+ messages)
` [PATCH 2/2] mgmtops: Use cod_busy to track events that may change CoD

[PATCH] Sets the information attribute for the service
 2012-06-12  7:31 UTC  (3+ messages)

[PATCH] Bluetooth: Report correct error codes on disconnect
 2012-06-12  6:59 UTC  (2+ messages)

[PATCH] Bluetooth: Fix sending HCI_Disconnect only after connection
 2012-06-12  6:04 UTC  (4+ messages)

[RFC] Bluetooth: Use %pMR BT addr print spec instead of batostr
 2012-06-12  3:20 UTC  (2+ messages)

[PATCHv1 1/4] Bluetooth: Use standard HCI cmd timeout for RESET
 2012-06-12  3:15 UTC  (24+ messages)
` [PATCHv1 2/4] Bluetooth: Add opcode to error message
` [PATCHv1 3/4] Bluetooth: Add debug print specifier
` [PATCHv1 4/4] Bluetooth: Fix not setting HCI_RESET flag for AMP
` [PATCHv2 1/5] Bluetooth: Use standard HCI cmd timeout for RESET
  ` [PATCHv2 2/5] Bluetooth: Update HCI timeouts constants to use msecs_to_jiffies
  ` [PATCHv2 3/5] Bluetooth: Add opcode to error message
  ` [PATCHv2 4/5] Bluetooth: Correct debug print specifier for u16 objects
  ` [PATCHv2 5/5] Bluetooth: Fix not setting HCI_RESET flag for AMP
` [PATCHv3 1/5] Bluetooth: Use standard HCI cmd timeout for RESET
  ` [PATCHv3 2/5] Bluetooth: Update HCI timeouts constants to use msecs_to_jiffies
  ` [PATCHv3 3/5] Bluetooth: Add opcode to error message
  ` [PATCHv3 4/5] Bluetooth: Correct debug print specifier for u16 objects
  ` [PATCHv3 5/5] Bluetooth: Fix not setting HCI_RESET flag for AMP

[PATCH] [RESEND] btusb,ath3k: add support for 0930:0219
 2012-06-12  2:56 UTC  (2+ messages)

[RFC] Bluetooth: Fix using uninitialized option in RFCMode
 2012-06-12  2:51 UTC  (2+ messages)

[PATCH] Bluetooth: Remove magic value in disconnect mgmt handler
 2012-06-12  1:20 UTC  (2+ messages)

[PATCH v2] Bluetooth: Remove magic value in unpair_device handler
 2012-06-12  1:17 UTC 

[PATCH] mgmtops: Fix adding UUID when EBUSY error is returned
 2012-06-11 20:18 UTC  (3+ messages)

[RFC] Bluetooth: Lock l2cap chan in sockopt
 2012-06-11  8:20 UTC  (3+ messages)

Small Patch for scotest.c
 2012-06-10 17:28 UTC  (3+ messages)

[PATCH obexd 1/2] test: Add progress support to ftp-client
 2012-06-10  8:32 UTC  (3+ messages)
` [PATCH obexd 2/2] test: Add progress support to opp-client

[PATCH] ATH3K: Support AR3011 in Acer Iconia Tab W500
 2012-06-09 23:20 UTC  (3+ messages)

pull request: bluetooth-next 2012-06-10
 2012-06-09 22:26 UTC 

pull request: bluetooth 2012-06-10
 2012-06-09 21:59 UTC 

[PATCH 0/2] Bluetooth: Fix SMP support for encryption key refresh
 2012-06-09  0:12 UTC  (10+ messages)
` [PATCH 1/2] Bluetooth: Fix SMP security elevation from medium to high
` [PATCH 2/2] Bluetooth: Add support for encryption key refresh
    ` [PATCH v2] "

[RFC] Bluetooth: Add refcnt to l2cap_conn
 2012-06-08 16:54 UTC  (4+ messages)
` [PATCHv1] "

[PATCH] attrib-server: Fix multiple channels detaching mix-up
 2012-06-08 16:01 UTC  (7+ messages)

[Patch 0/1] Bluetooth: btusb: Add vendor specific ID (0a5c:21f4) BCM20702A0
 2012-06-08 14:19 UTC  (4+ messages)
` [PATCH] "

[RFC] Reorganizing the BlueZ source tree
 2012-06-08 12:27 UTC  (13+ messages)

[PATCH 1/2] Bluetooth: Fix SMP pairing method selection
 2012-06-08  6:26 UTC  (8+ messages)
` [PATCH 2/2] Bluetooth: Fix deadlock and crash when SMP pairing times out
` [PATCH 1/2 v2] Bluetooth: Fix SMP pairing method selection

[PATCH v2] Bluetooth: Fix LE pairing completion on connection failure
 2012-06-08  6:10 UTC  (3+ messages)

[PATCH hcidump] Correct HCI version according to assign numbers
 2012-06-08  3:43 UTC  (2+ messages)

[PATCH 1/3] Bluetooth: Use GFP_KERNEL in mgmt_handlers
 2012-06-07 22:05 UTC  (3+ messages)
` [PATCH 2/3] Bluetooth: Use GFP_KERNEL in mgmt_pending_add
` [PATCH 3/3] Bluetooth: Use GFP_KERNEL in mgmt events functions

[RFC 1/8] gattrib: Fix GAttrib buffer allocation
 2012-06-07 20:13 UTC  (12+ messages)
` [RFC 2/8] gattrib: Fix g_attrib_set_mtu
` [RFC 3/8] attrib-server: Fix gatt_channel MTU value
` [RFC 4/8] attrib-server: Fix mtu_exchange
` [RFC 5/8] attrib-server: Update GAttrib buffer after Exchange MTU
` [RFC 6/8] Remove omtu parameter from LE bt_io_connect calls
` [RFC 7/8] Fix gatt_connect for BR/EDR
` [RFC 8/8] Remove workaround in gatt_connect

[RFC] Behaviour when LTK is generated as a slave
 2012-06-07 19:43 UTC  (2+ messages)

[PATCH] btmgmt: Fix use after free in mgmt_check_pending
 2012-06-07 15:35 UTC  (2+ messages)

[PATCH obexd 1/2] client: Fix not using connection passed to obc_transfer_register
 2012-06-07 15:33 UTC  (3+ messages)
` [PATCH obexd 2/2] client: Use session path as prefix for transfer path

[PATCH BlueZ 5/5] AVRCP: Add handler for browsing pdu
 2012-06-07 11:35 UTC 

[PATCH BlueZ 4/5] AVRCP: Register/Unregister Browsing handler
 2012-06-07 11:33 UTC 

[PATCH BlueZ 3/5] AVRCP: Add browsing channel support
 2012-06-07 11:32 UTC 

[PATCH BlueZ 2/5] AVRCP: Rename variables used for control channel to improve redability
 2012-06-07 11:31 UTC 

[PATCH BlueZ 1/5] AVRCP: Add TG Record to support AVRCP Browsing
 2012-06-07 11:30 UTC 

[PATCH v1] Bluetooth: Fix LE pairing completion on connection failure
 2012-06-07  9:18 UTC  (2+ messages)

[PATCH obexd 00/23 v2] Change D-Bus namespace to org.bluez.obex
 2012-06-07  7:59 UTC  (2+ messages)

[PATCH] gattrib: Fix a premature response timer removal
 2012-06-07  1:25 UTC  (3+ messages)

Bluetooth trees rebased on 3.5-rc1
 2012-06-06 17:06 UTC  (3+ messages)

[PATCH 01/13] AVRCP: Update constants
 2012-06-06 16:04 UTC 


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