linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-10-05 13:56:55 to 2012-10-10 08:58:34 UTC [more...]

[PATCH v2 0/7] Move adapter config file to ini-file format
 2012-10-10  8:58 UTC  (2+ messages)
` [PATCH v2 1/7] adapter: Read name in storage at init

[RFCv1 0/6] Handle AMP_LINK
 2012-10-10  8:34 UTC  (12+ messages)
` [RFCv1 1/6] Bluetooth: Allow to set flush timeout
` [RFCv1 2/6] Bluetooth: AMP: Handle AMP_LINK timeout
` [RFCv1 3/6] Bluetooth: AMP: Add handle to hci_chan structure
` [RFCv1 4/6] Bluetooth: Handle number of compl blocks for AMP_LINK
` [RFCv1 5/6] Bluetooth: AMP: Handle AMP_LINK connection
` [RFCv1 6/6] Bluetooth: AMP: Hanlde AMP_LINK case in conn_put

[PATCH v3 1/5] audio: Add check for vendor specific A2DP codec
 2012-10-09 21:33 UTC  (6+ messages)
` [PATCH v3 2/5] avinfo: Replace definitions with a2dp-codecs.h's
` [PATCH v3 3/5] avinfo: Print a2dp vendor codec info
` [PATCH v3 4/5] audio: Fix audio driver is not probed
` [PATCH v3 5/5] audio: Remove redundant procedure when a2dp connect

[PATCH BlueZ] build-sys: Remove leftover AM_YFLAGS
 2012-10-09 21:18 UTC  (2+ messages)

[PATCH BlueZ] core: fix stop scanning after GCEP
 2012-10-09 21:15 UTC  (2+ messages)

[RFC obexd 01/11] fuse: Add initial gobexfuse files, fuse main and options parse
 2012-10-09 18:34 UTC  (12+ messages)
` [RFC obexd 02/11] build: Add --enable-fuse for gobexfuse
` [RFC obexd 03/11] fuse: Add gobexhlp_connect/disconnect functions with helpers
` [RFC obexd 04/11] fuse: Add request helpers and setpath operation
` [RFC obexd 05/11] fuse: Add readdir operation
` [RFC obexd 06/11] fuse: Add getattr operation
` [RFC obexd 07/11] fuse: Add open and read operations plus location helpers
` [RFC obexd 08/11] fuse: Add write operation
` [RFC obexd 09/11] fuse: Add touch operation
` [RFC obexd 10/11] fuse: Add unlink/rmdir operation
` [RFC obexd 11/11] fuse: Add rename operation

[PATCH] build: Add missing documentation files to EXTRA_DIST
 2012-10-09 17:42 UTC  (3+ messages)

[RFC BlueZ 0/5] gattrib: Registering per-handle event listeners
 2012-10-09 17:22 UTC  (7+ messages)
` [RFC BlueZ 1/5] gattrib: Add support for listening for events for specific handles
` [RFC BlueZ 2/5] scan: Use the per handle GATT event notifier
` [RFC BlueZ 3/5] hog: "
` [RFC BlueZ 4/5] heartrate: "
` [RFC BlueZ 5/5] gas: Add "

[PATCH 0/7] Move adapter config file to ini-file format
 2012-10-09 17:04 UTC  (12+ messages)
` [PATCH 1/7] adapter: Read name in storage at init
` [PATCH 2/7] adapter: Read device class "
` [PATCH 3/7] adapter: Move pairable read to load_config()
` [PATCH 4/7] adapter: Read pairable timeout in storage at init
` [PATCH 5/7] adapter: Read discoverable "
` [PATCH 6/7] adapter: Read mode "
` [PATCH 7/7] adapter: Move saved config to ini-file format

[PATCH BlueZ 1/2] audio: Fix memory leak of AVDTP buffer
 2012-10-09 16:44 UTC  (3+ messages)
` [PATCH BlueZ 2/2] sink: Remove deprecated code

[PATCH 0/9] Remove some old code
 2012-10-09 16:39 UTC  (15+ messages)
` [PATCH 1/9] Simplify checking if found device is legacy
` [PATCH 2/9] Pass confirm name as gboolean value
` [PATCH 3/9] event: Don't store EIR in btd_event_device_found
` [PATCH 4/9] storage: Remove not used read_remote_eir
` [PATCH 5/9] storage: Remove not used write_version_info
` [PATCH 6/9] storage: Remove not used write_features_info
` [PATCH 7/9] storage: Remove not used read_remote_features
` [PATCH 8/9] adapter: Remove not used btd_adapter_switch_{online,offline} functions
` [PATCH 9/9] device: Remove not used device_set_class function

[PATCH v3 00/15] Thermometer watchers API change + fixes
 2012-10-09 16:03 UTC  (18+ messages)
` [PATCH v3 01/15] thermometer: Store thermometer devices per-adapter
` [PATCH v3 02/15] thermometer: Register ThermometerManager interface on adapter path
` [PATCH v3 03/15] thermometer: Move watcher logic to adapter interface
` [PATCH v3 04/15] thermometer: Include remote device information in MeasurementReceived
` [PATCH v3 05/15] thermometer: Update API document
` [PATCH v3 06/15] thermometer: Update test script
` [PATCH v3 07/15] thermometer: Reformat MeasurementReceived description
` [PATCH v3 08/15] thermometer: Change string properties to lower-case
` [PATCH v3 09/15] thermometer: Update driver naming style
` [PATCH v3 10/15] thermometer: Add constant definition for watcher interface name
` [PATCH v3 11/15] thermometer: Add common function to write characteristics CCC
` [PATCH v3 12/15] thermometer: Refactor processing of measurement characteristic value
` [PATCH v3 13/15] thermometer: Fix whitespace
` [PATCH v3 14/15] thermometer: Fix indentation
` [PATCH v3 15/15] thermometer: Fix missing braces

[PATCH BlueZ 1/8] adapter: Add DBus.Properties getters
 2012-10-09 10:46 UTC  (9+ messages)
` [PATCH BlueZ 2/8] adapter: Set Name through DBus.Properties
` [PATCH BlueZ 3/8] adapter: Set *Timeout "
` [PATCH BlueZ 4/8] adapter: Refactor set_mode() in 2 functions
` [PATCH BlueZ 5/8] adapter: Add session type to session_req
` [PATCH BlueZ 6/8] adapter: Fix calling mgmt_set_pairable() with error set
` [PATCH BlueZ 7/8] adapter: Port remaining properties to DBus.Properties
` [PATCH BlueZ 8/8] adapter: Emit signals through DBus.Properties

[PATCH 1/3] client: Add implementation for UpdateInbox
 2012-10-09 10:16 UTC  (9+ 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 v4 BlueZ 1/4] gatt: Add support for find included services
 2012-10-09  8:57 UTC  (5+ messages)
` [PATCH v4 BlueZ 2/4] gatttool: Add "included" command
` [PATCH v4 BlueZ 3/4] core: Add support for included services
` [PATCH v4 BlueZ 4/4] attrib: Remove opcode parameter from g_attrib_send()

[PATCH resend] net, bluetooth: don't attempt to free a channel that wasn't created
 2012-10-09  8:57 UTC  (2+ messages)

[PATCH BlueZ] Fix registering HoG service for non-HoG profiles
 2012-10-09  8:53 UTC  (2+ messages)

[PATCH BlueZ] service: Fix passing stack variable as reference value
 2012-10-09  8:53 UTC  (2+ messages)

[WORKAROUND BlueZ 1/3] gdbus: Add fallback to GetProperties
 2012-10-08 14:29 UTC  (6+ messages)
` [WORKAROUND BlueZ 2/3] gdbus: Add fallback to SetProperty
` [WORKAROUND BlueZ 3/3] gdbus: Add fallback to PropertyChanged

Wireshark
 2012-10-08 14:26 UTC  (6+ messages)

Unreliable communication with multiple bluetooth devices and some delay
 2012-10-08 14:23 UTC  (4+ messages)

[PATCH] event: Remove not used btd_event_remote_class
 2012-10-08 13:39 UTC  (2+ messages)

[PATCH v2 1/2] audio: Add check for vendor specific A2DP codec
 2012-10-08 13:28 UTC  (3+ messages)
` [PATCH v2 2/2] audio: Remove redundant procedure when a2dp connect
` [PATCH v3] audio: Add check for vendor specific A2DP codec

[PATCH obexd] client: Fix pbap_select using absolute path with known locations
 2012-10-08 12:47 UTC  (3+ messages)

[PATCHv1 1/7] Bluetooth: L2CAP: Fix using default Flush Timeout for EFS
 2012-10-08 12:41 UTC  (10+ messages)
` [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] Bluetooth: L2CAP: Fix using default Flush Timeout for EFS

[RFC v3] Cycling Speed and Cadence profile (CSCP) API
 2012-10-08 12:41 UTC  (4+ messages)
` [PATCH "

L2CAP Flush_Timeout Error
 2012-10-08  9:11 UTC  (3+ messages)
` [PATCH] Bluetooth: Allow to set flush timeout

Bluetooth3.0: No HS Speed
 2012-10-08  8:41 UTC  (2+ messages)

[PATCH 1/8] Bluetooth: Fix L2CAP coding style
 2012-10-08  7:56 UTC  (9+ 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 -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 -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'

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


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