linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-11-09 10:22:38 to 2012-11-15 23:56:58 UTC [more...]

[RFC 1/4] Bluetooth: Use __l2cap_no_conn_pending helper
 2012-11-15 23:56 UTC  (8+ messages)
` [RFC 2/4] Bluetooth: Fix sending L2CAP Create Chan Req
` [RFC 3/4] Bluetooth: Remove unneeded local_amp_id initialization
` [RFC 4/4] Bluetooth: Set local_amp_id after getting Phylink Completed evt

[RFC] sco: BT_DEFER_SETUP for SCO sockets
 2012-11-15 20:30 UTC  (12+ messages)
` [RFC] Bluetooth: Add BT_DEFER_SETUP option to sco socket

[PATCH] doc: Add HFP design document
 2012-11-15 17:35 UTC 

[PATCH 1/8] device: Remove storage path #defines
 2012-11-15 17:31 UTC  (8+ messages)
` [PATCH 2/8] device: Device_remove_stored removes device directory
` [PATCH 3/8] adapter: Convert storage classes
` [PATCH 4/8] device: Retrieve class from storage
` [PATCH 5/8] adapter: Set device class in device object
` [PATCH 6/8] event: "
` [PATCH 7/8] dbusoob: "
` [PATCH 8/8] neard: "

[RFC v1 00/16] Manager/Adapter transition to ObjectManager
 2012-11-15 15:09 UTC  (17+ messages)
` [RFC v1 01/16] cups: Remove unnecessary code
` [RFC v1 02/16] doc: Add missing documentation in FindAdapter
` [RFC v1 03/16] manager: Extend FindAdapter with "default" pattern
` [RFC v1 04/16] test: Avoid using DefaultAdapter()
` [RFC v1 05/16] manager: Move org.bluez.Manager to org/bluez
` [RFC v1 06/16] test: Update to new Manager path
` [RFC v1 07/16] test: Update monitor script to ObjectManager
` [RFC v1 08/16] manager: Expose default adapter using property
` [RFC v1 09/16] test: Update test-manager script to ObjectManager
` [RFC v1 10/16] manager: Remove AdapterAdded/AdapterRemoved signals
` [RFC v1 11/16] manager: Remove redundant Adapters property
` [RFC v1 12/16] test: Use ObjectManager instead of "
` [RFC v1 13/16] adapter: Remove DeviceCreated/DeviceRemoved signals
` [RFC v1 14/16] adapter: Remove redundant Devices property
` [RFC v1 15/16] test: Use ObjectManager instead of "
` [RFC v1 16/16] adapter: Remove FindDevice method from D-Bus API

[PATCH BlueZ 1/5] core: Fix registering '/org/bluez' path before '/'
 2012-11-15 14:15 UTC  (6+ messages)
` [PATCH BlueZ 2/5] core: Make exit sequence consistent with init
` [PATCH BlueZ 3/5] gdbus: Fix having multiple path exporting ObjectManager
` [PATCH BlueZ 4/5] gdbus: Automatically register '/' path
` [PATCH BlueZ 5/5] core: Make use of g_dbus_disconnect

CSA2: User space aspect
 2012-11-15 11:34 UTC  (4+ messages)

[PATCH v4 00/16] mSBC tests
 2012-11-15 10:23 UTC  (16+ messages)
` [PATCH v4 05/16] sbc: Add mmx primitive for 1b 8s analysis
` [PATCH v4 09/16] sbc: Use simd primitive if doing msbc on neon
` [PATCH v4 10/16] sbc: simd support for 8 multiples block size
` [PATCH v4 11/16] sbc: Add SBC_MSBC flag to enable 15 block encoding

[PATCH v2 00/20] CSCP plugin
 2012-11-15  9:31 UTC  (6+ messages)
` [PATCH v2 01/20] cyclingspeed: Add CSC profile plugin skeleton
` [PATCH v2 11/20] cyclingspeed: Add stub to use SC Control Point

[PATCH v2 0/8] Adopt btd_profile for A2DP
 2012-11-15  7:27 UTC  (9+ messages)
` [PATCH v2 1/8] audio: Trivial function renames
` [PATCH v2 2/8] sink: Generalize disconnection function
` [PATCH v2 3/8] source: Add missing code in source_disconnect()
` [PATCH v2 4/8] source: Expose internal connection API
` [PATCH v2 5/8] sink: "
` [PATCH v2 6/8] audio: Split A2DP into three btd_profile
` [PATCH v2 7/8] source: Add profile .connect and .disconnect
` [PATCH v2 8/8] sink: "

[RFCv1 1/3] Bluetooth: Refactor locking in amp_physical_cfm
 2012-11-14 23:08 UTC  (6+ messages)
` [RFCv1 2/3] Bluetooth: Disable FCS only for new HS channels
` [RFCv1 3/3] Bluetooth: trivial: Use __constant for constants

pull request: bluetooth-next 2012-11-01
 2012-11-14 19:51 UTC  (2+ messages)

pull request: bluetooth 2012-10-12
 2012-11-14 19:18 UTC  (3+ messages)
` pull request: bluetooth 2012-11-09

[PATCH BlueZ 1/1] gdbus: Fix compilation error due to missing #defines
 2012-11-14 18:24 UTC  (3+ messages)

[RFC 1/2] scotest: Add deferred setup option
 2012-11-14 18:18 UTC  (2+ messages)
` [RFC 2/2] btiotest: Enable deferred setup for sco sockets

[PATCH BlueZ 1/2] build: Require D-Bus 1.5 or later
 2012-11-14 13:03 UTC  (3+ messages)

[RFCv0 0/8] Handling physical and logical link
 2012-11-14 12:19 UTC  (10+ messages)
` [PATCHv1 00/12] Handling physical and logical link fixes
  ` [PATCHv1 11/12] Bluetooth: AMP: Use l2cap_physical_cfm in phylink complete evt

[PATCH v2 1/5] adapter: Convert storage aliases
 2012-11-14 11:54 UTC  (6+ messages)
` [PATCH v2 2/5] device: Use new storage for device alias
` [PATCH v2 3/5] adapter: Convert storage trusts
` [PATCH v2 4/5] device: Use new storage for device trust
` [PATCH v2 5/5] adapter: Remove storage path #defines

[PATCH 1/4] adapter: Convert storage aliases
 2012-11-14 11:11 UTC  (7+ messages)
` [PATCH 2/4] device: Use new storage for device alias
` [PATCH 3/4] adapter: Convert storage trusts
` [PATCH 4/4] device: Use new storage for device trust

[PATCH BlueZ 1/2] TODO: Add entry for runtime selection of drivers
 2012-11-13 17:42 UTC  (3+ messages)
` [PATCH BlueZ 2/2] TODO: Trivial typo fixes

Fw: [Bug 50541] New: Kernel OOPS in hidp when resuming from suspend
 2012-11-13 17:33 UTC 

[PATCH BlueZ 1/2] audio: Fix headset NULL pointer dereference during AT+BLDN response
 2012-11-13 16:27 UTC  (4+ messages)

net, bluetooth: object debug warning in bt_host_release()
 2012-11-13 16:18 UTC 

[PATCH BlueZ 00/13] Remove HFP implementation
 2012-11-13 15:39 UTC  (20+ messages)
` [PATCH BlueZ 01/13] audio: Remove HFP and HSP headset role support
` [PATCH BlueZ 1/3] avctp: Fix dead assignment in control_response
` [PATCH BlueZ 02/13] audio: Remove HFP option from audio.conf
` [PATCH BlueZ 2/3] avrcp: Fix dead assignments in ct_set_setting
` [PATCH BlueZ 03/13] audio: Remove code using headset
` [PATCH BlueZ 3/3] network: Fix dead assignment in connect_cb
` [PATCH BlueZ 04/13] build: Remove telephony-maemo5.c
` [PATCH BlueZ 05/13] build: Remove telephony-maemo6.c
` [PATCH BlueZ 06/13] build: Remove telephony-ofono.c
` [PATCH BlueZ 07/13] build: Remove telephony-dummy.c
` [PATCH BlueZ 08/13] build: Remove telephony.h
` [PATCH BlueZ 09/13] build: Remove headset.c and headset.h
` [PATCH BlueZ 10/13] audio: Remove code HFP and HS gateway role
` [PATCH BlueZ 11/13] build: Remove gateway.c and gateway.h
` [PATCH BlueZ 12/13] audio: Move to profiles directory
` [PATCH BlueZ 13/13] audio: Add support for passing endpoints as custom property

[PATCH 1/3] avctp: Fix dead assignment in control_response
 2012-11-13 13:14 UTC  (4+ messages)
` [PATCH 2/3] avrcp: Fix dead assignments in ct_set_setting
` [PATCH 3/3] network: Fix dead assignment in connect_cb

[PATCH BlueZ] build: Fix make distcheck for input plugin
 2012-11-13 13:06 UTC  (8+ messages)

[PATCH v2] neard: Set device name in cache
 2012-11-13 11:32 UTC  (2+ messages)

[RFC v0 0/7] Manager/Adapter transition to ObjectManager
 2012-11-13 10:44 UTC  (7+ messages)
` [RFC v0 5/7] adapter: Remove DevicesFound signal

[PATCH v2] gatt: Update characteristic names translation table
 2012-11-13  8:12 UTC  (2+ messages)

[PATCH] device: Defer write to storage
 2012-11-13  8:11 UTC  (2+ messages)

[PATCH] Update dbusoob API
 2012-11-13  8:09 UTC  (3+ messages)
` [PATCH] dbusoob: Create device object and return it when adding OOB data

Feedback on potential fix for issue while advertising Feature List
 2012-11-12 19:36 UTC  (4+ messages)

[PATCH] gatt: Update characteristic names translation table
 2012-11-12 12:04 UTC  (3+ messages)

[PATCH obexd v1 1/3] MAP: Add get_next_header() in message listing
 2012-11-12 10:35 UTC  (2+ messages)

[PATCH] bluetooth: Increase HCI command tx timeout
 2012-11-12 10:01 UTC 

[RFC 0/3] LE Connection parameter tuning (first step)
 2012-11-12  9:36 UTC  (3+ messages)
` [RFC 2/3] Bluetooth: Add LE connection parameters to debugfs

[PATCH BlueZ v2] audio: Move to profiles directory
 2012-11-12  9:08 UTC  (3+ messages)

[PATCH] Update rampatch file for AR9565
 2012-11-12  6:53 UTC 

[PATCH] Update patch and syscfg files for QCA9564
 2012-11-12  5:24 UTC 

[PATCH 3/3] Bluetooth: Remove driver init queue from core
 2012-11-12  5:02 UTC 

[PATCH 2/3] Bluetooth: Convert BCM92035 support to driver setup callback
 2012-11-12  5:02 UTC 

[PATCH 1/3] Bluetooth: Add driver setup stage for early init
 2012-11-12  5:02 UTC 

HFP can't work well and sound can't be heard
 2012-11-12  1:49 UTC  (3+ messages)

[RFCv3 3/3] Bluetooth: Add sample BT USB mini-driver
 2012-11-11  0:44 UTC  (2+ messages)

[RFCv3 2/3] Bluetooth: Add support vendor specific device setup
 2012-11-11  0:42 UTC  (2+ messages)

[RFCv3 1/3] Bluetooth: Add support BT mini-driver
 2012-11-11  0:34 UTC  (2+ messages)

[bluetooth:master 60/61] net/bluetooth/hci_core.c:683:19: sparse: incorrect type in assignment (different base types)
 2012-11-10 18:23 UTC  (3+ messages)

[PATCH] Add João Paulo to the AUTHORS file
 2012-11-10 12:30 UTC  (2+ messages)

[PATCH] Bluetooth: Add support for BCM20702A0 [0b05, 17b5]
 2012-11-09 23:39 UTC  (2+ messages)
` [PATCHv2] "

[PATCH] attrib: Convert properties to DBus.Properties
 2012-11-09 16:48 UTC 

[PATCH obexd v1 2/3] MAP: Add MSETime application parameter
 2012-11-09 16:06 UTC  (5+ messages)

[PATCH] bluetooth: ath3k: Add support for VAIO VPCEH [0489:e027]
 2012-11-09 13:55 UTC  (3+ messages)

[PATCH 1/4] proximity: Convert reporter properties to DBus.Properties
 2012-11-09 12:33 UTC  (4+ messages)
` [PATCH 2/4] proximity: Convert monitor "
` [PATCH 3/4] doc: Update proximity API document
` [PATCH 4/4] test: Update proximity test script

[PATCH obexd v1 3/3] MAP: Reset ap_sent variable
 2012-11-09 10:22 UTC  (2+ messages)


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