linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-04-19 01:40:45 to 2013-04-30 13:23:44 UTC [more...]

[davem@davemloft.net: Bug fixes only now please.]
 2013-04-30 13:23 UTC 

[PATCH BlueZ 1/2] tools: Add script for updating bt_compidtostr() implementation
 2013-04-30 12:36 UTC  (6+ messages)
` [PATCH BlueZ 2/2] lib: Fix list of company identifiers

[PATCH BlueZ 0/3] shared: Different address for hciemu devices
 2013-04-30 10:33 UTC  (5+ messages)
` [PATCH BlueZ 2/3] shared: Remove static address assignment in hciemu

[PATCH v2 00/13] Update Discovery to use HCI request framework
 2013-04-30  8:38 UTC  (27+ messages)
` [PATCH v2 01/13] Bluetooth: Fix start_discovery for LE-only controllers
` [PATCH v2 02/13] Bluetooth: Make inquiry_cache_flush non-static
` [PATCH v2 03/13] Bluetooth: Update start_discovery to use HCI request
` [PATCH v2 04/13] Bluetooth: Remove start discovery handling from hci_event.c
` [PATCH v2 05/13] Bluetooth: Move discovery macros to hci_core.h
` [PATCH v2 06/13] Bluetooth: Use HCI request in interleaved discovery
` [PATCH v2 07/13] Bluetooth: Update stop_discovery to use HCI request
` [PATCH v2 08/13] Bluetooth: Remove stop discovery handling from hci_event.c
` [PATCH v2 09/13] Bluetooth: Refactor hci_cc_le_set_scan_enable
` [PATCH v2 10/13] Bluetooth: Remove LE scan helpers
` [PATCH v2 11/13] Bluetooth: Remove inquiry helpers
` [PATCH v2 12/13] Bluetooth: Remove empty event handler
` [PATCH v2 13/13] Bluetooth: Mgmt Device Found Event

[PATCH v4 0/8] Autopair
 2013-04-30  8:18 UTC  (13+ messages)
` [PATCH v4 1/8] core: Convert the pincode callback to an interable list
` [PATCH v4 2/8] plugins: Extend the pin code callback with the call number
` [PATCH v4 3/8] core: Add support for retrying a bonding
` [PATCH v4 4/8] core: retry bonding attempt until the iterator reaches the end
` [PATCH v4 5/8] core: Add device_get_class to the public interface
` [PATCH v4 6/8] autopair: Add the autopair plugin
` [PATCH v4 7/8] core: Expose the last bonding attempt timeout on retry
` [PATCH v4 8/8] autopair: Try a fixed pincode for keyboards rejecting random codes

Paired devices in discovery mode
 2013-04-30  7:23 UTC  (2+ messages)

[PATCH BlueZ] gdbus: Fix calling GetManagedObjects twice in a row
 2013-04-29 18:00 UTC  (5+ messages)

[PATCH 00/13] Bluetooth: L2CAP cleanups and fixes
 2013-04-29 17:07 UTC  (15+ messages)
` [PATCH 01/13] Bluetooth: Handle LE L2CAP signalling in its own function
` [PATCH 02/13] Bluetooth: Create independent LE signalling defines and structs
` [PATCH 03/13] Bluetooth: Rename L2CAP_CID_LE_DATA to L2CAP_CID_ATT
` [PATCH 04/13] Bluetooth: Fix LE vs BR/EDR selection when connecting
` [PATCH 05/13] Bluetooth: Fix EBUSY condition test in l2cap_chan_connect
` [PATCH 06/13] Bluetooth: Fix hardcoding ATT CID in __l2cap_chan_add()
` [PATCH 07/13] Bluetooth: Add clarifying comment to l2cap_conn_ready()
` [PATCH 08/13] Bluetooth: Fix duplicate call to l2cap_chan_ready()
` [PATCH 09/13] Bluetooth: Remove useless sk variable in l2cap_le_conn_ready
` [PATCH 10/13] Bluetooth: Remove unnecessary L2CAP channel state check
` [PATCH 11/13] Bluetooth: Simplify hci_conn_hold/drop logic for L2CAP
` [PATCH 12/13] Bluetooth: Remove useless hci_conn disc_timeout setting
` [PATCH 13/13] Bluetooth: Fix multiple LE socket handling

[PATCH] Bluetooth: Add missing reset_resume dev_pm_ops
 2013-04-29 15:45 UTC 

linux-next: Tree for Apr 26 [ bluetooth on suspend/resume ]
 2013-04-26 23:24 UTC  (10+ messages)

[PATCH BlueZ v3 00/27] struct btd_service in core
 2013-04-26 11:58 UTC  (30+ messages)
` [PATCH BlueZ v3 01/27] device: Fix returned error code
` [PATCH BlueZ v3 02/27] control: Simplify UUID handling during probe
` [PATCH BlueZ v3 03/27] input: Simplify code since UUID is known
` [PATCH BlueZ v3 04/27] profile: Remove UUID list from probe function
` [PATCH BlueZ v3 05/27] network: Fail if multiple profile instances
` [PATCH BlueZ v3 06/27] input: Fix ignored profile shutdown
` [PATCH BlueZ v3 07/27] input: Move timeout setting to device.c
` [PATCH BlueZ v3 08/27] input: Remove unused UUID field
` [PATCH BlueZ v3 09/27] input: Bypass manager during probe/remove
` [PATCH BlueZ v3 10/27] network: "
` [PATCH BlueZ v3 11/27] core: Add btd_service to represent device services
` [PATCH BlueZ v3 12/27] device: Use btd_service to represent profiles
` [PATCH BlueZ v3 13/27] core: Add probe API to btd_service
` [PATCH BlueZ v3 14/27] core: Add connect/disconnect "
` [PATCH BlueZ v3 15/27] core: Add a state enum "
` [PATCH BlueZ v3 16/27] device: Replace connected_profiles with btd_service
` [PATCH BlueZ v3 17/27] device: Find services instead of profiles
` [PATCH BlueZ v3 18/27] device: Replace pending profile list with services
` [PATCH BlueZ v3 19/27] profile: Use btd_service for probing profiles
` [PATCH BlueZ v3 20/27] network: Add trivial helper function
` [PATCH BlueZ v3 21/27] core: Add user_data to btd_service
` [PATCH BlueZ v3 22/27] network: Hold a reference "
` [PATCH BlueZ v3 23/27] audio: "
` [PATCH BlueZ v3 24/27] control: Bypass manager for connect state changes
` [PATCH BlueZ v3 25/27] input: Hold a reference to btd_service
` [PATCH BlueZ v3 26/27] service: Add callbacks to track state changes
` [PATCH BlueZ v3 27/27] profile: Use btd_service for connect/disconnect

[PATCH BlueZ v5 0/3] struct btd_service in core
 2013-04-26 11:50 UTC  (5+ messages)
` [PATCH BlueZ v5 1/3] service: Add error-code btd_service
` [PATCH BlueZ v5 2/3] service: Add callbacks to track state changes
` [PATCH BlueZ v5 3/3] profile: Use btd_service for connect/disconnect

[PATCH BlueZ v4 0/3] struct btd_service in core
 2013-04-26  9:26 UTC  (5+ messages)
` [PATCH BlueZ v4 1/3] service: Add error-code btd_service
` [PATCH BlueZ v4 2/3] service: Add callbacks to track state changes
` [PATCH BlueZ v4 3/3] profile: Use btd_service for connect/disconnect

[PATCH BlueZ v0] doc: Fix optional properties not marked as such
 2013-04-25  7:38 UTC  (2+ messages)

[RFC 1/2] gdbus: Add g_dbus_flush_properties()
 2013-04-24 20:14 UTC  (12+ messages)

Problem of responding to an RFCOMM NSC command
 2013-04-24 14:26 UTC 

[PATCH] Bluetooth: Fix checks for LE support on LE-only controllers
 2013-04-24 14:05 UTC  (2+ messages)

[PATCH BlueZ] monitor: Add an option to dump SCO traffic
 2013-04-24 14:03 UTC  (2+ messages)

[PATCH v3 0/8] Autopair plugin
 2013-04-24 14:03 UTC  (15+ messages)
` [PATCH v3 1/8] core: Convert the pincode callback to an interable list
` [PATCH v3 2/8] plugins: Extend the pin code callback with the call number
` [PATCH v3 3/8] core: Add support for retrying a bonding
` [PATCH v3 4/8] core: retry bonding attempt until the iterator reaches the end
` [PATCH v3 5/8] core: Add device_get_class to the public interface
` [PATCH v3 6/8] autopair: Add the autopair plugin
` [PATCH v3 7/8] core: Expose the last bonding attempt timeout on retry
` [PATCH v3 8/8] autopair: Try a fixed pincode for keyboards rejecting random codes

[PATCH BlueZ v3 00/16] attrib: Replace GLib basic data types usage
 2013-04-24 14:02 UTC  (3+ messages)
` [PATCH BlueZ v3 06/16] attrib: Change g_attrib_set_destroy_function return type

problem when using bluez to transfer file
 2013-04-24  7:04 UTC 

pull request: bluetooth-next 2013-04-23
 2013-04-23 23:58 UTC 

[PATCH v3 0/2] Bluetooth: btmrvl: Fix concurrent FW download
 2013-04-23 23:51 UTC  (4+ messages)
` [PATCH v3 1/2] Bluetooth: btmrvl: release lock while waiting for fw download complete
` [PATCH v3 2/2] Bluetooth: btmrvl: report error if verify_fw_download times out

[PATCH] bluetooth: btmrvl: use native helpers
 2013-04-23 23:46 UTC  (2+ messages)

[PATCH] Bluetooth: Remove unneeded parameter from L2CAP ATT channel handling
 2013-04-23 23:33 UTC  (3+ messages)

[PATCH] Bluetooth: hci_get_cmd_complete() can be static
 2013-04-23 23:31 UTC  (2+ messages)

[PATCH v7] Bluetooth: Add support for Intel Bluetooth device [8087:07dc]
 2013-04-23 23:29 UTC  (4+ messages)

[PATCH v2] Bluetooth: Fix sending write_le_host_supporte for LE-only controllers
 2013-04-23 23:22 UTC  (2+ messages)

[PATCH v2 0/8] Autopair plugin, with some extensions
 2013-04-23  7:50 UTC  (4+ messages)
` [PATCH v2 1/8] core: Convert the pincode callback to an interable list

[PATCH v7 0/5] input: Connectability
 2013-04-23  7:42 UTC  (6+ messages)

pull request: bluetooth-next 2013-04-18
 2013-04-22 18:57 UTC  (2+ messages)

Access GATT characteristics with DBus in BlueZ 5.4
 2013-04-21 19:26 UTC  (3+ messages)

[PATCH v6] Bluetooth: Add support for Intel Bluetooth device [8087:07dc]
 2013-04-20  1:49 UTC  (4+ messages)

[PATCH] Bluetooth: Fix sending write_le_host_supporte for LE-only controllers
 2013-04-19 14:07 UTC 

[PATCH] Bluetooth: Fix HCI command send functions to use const specifier
 2013-04-19 13:35 UTC  (2+ messages)

[PATCH BlueZ 1/6] AVCTP: Add support to register pass-through handler
 2013-04-19 12:31 UTC  (6+ messages)
` [PATCH BlueZ 2/6] AVRCP: Register pass-through handler for CT
` [PATCH BlueZ 3/6] media: Implement new callbacks for pass-through operations
` [PATCH BlueZ 4/6] media: Fix not handling "Playlist" as possible value to LoopStatus
` [PATCH BlueZ 5/6] media: Ignore signess for D-Bus int types
` [PATCH BlueZ 6/6] media: Check MPRIS Can* properties before calling the respective method

[PATCH 0/2] Bluetooth: btmrvl: Fix concurrent FW download
 2013-04-19  8:07 UTC  (5+ messages)
  ` [PATCH v2 "
  ` [PATCH v2 1/2] Bluetooth: btmrv: release lock while waiting for fw download complete
  ` [PATCH v2 2/2] Bluetooth: btmrvl: report error if verify_fw_download times out

[RFC/RFT PATCH 0/2 V2] Adding a new bluetooth driver to the kernel
 2013-04-19  7:23 UTC  (5+ messages)
` [RFC/RFT PATCH 2/2] rtk_btusb: A new driver for the Bluetooth portion of the Realtek RTL8723AE chip

[PATCH v5] Bluetooth: Add support for Intel Bluetooth device [8087:07dc]
 2013-04-19  7:16 UTC  (6+ 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).