linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-10-01 08:40:19 to 2012-10-04 07:26:39 UTC [more...]

L2CAP Flush_Timeout Error
 2012-10-08  9:11 UTC  (4+ messages)

[PATCH BlueZ v4 00/15] Properties + ObjectManager
 2012-10-04  7:26 UTC  (16+ 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 1/2] build-sys: Don't use deprecated AM_PROG_MKDIR_P
 2012-10-04  6:37 UTC  (2+ messages)
` [PATCH BlueZ 2/2] build-sys: Don't use deprecated INCLUDES variable

[PATCH BlueZ] core: Fix walking the list while removing elements
 2012-10-04  6:06 UTC 

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

[PATCH v2 BlueZ 00/27] Add support for PASP and ANP server profiles
 2012-10-03 20:17 UTC  (35+ messages)
` [PATCH v3 "
  ` [PATCH v3 BlueZ 01/27] doc: Introduce Alert API
    ` [PATCH v4 "
  ` [PATCH v3 BlueZ 02/27] alert: Introduce manager abstraction layer
  ` [PATCH v3 BlueZ 03/27] alert: Initial profile registration
  ` [PATCH v3 BlueZ 04/27] alert: Add Phone Alert Status Service
  ` [PATCH v3 BlueZ 05/27] alert: Add Ringer Control Point characteristic
  ` [PATCH v3 BlueZ 06/27] alert: Add Ringer Setting characteristic
  ` [PATCH v3 BlueZ 07/27] alert: Add Alert Status characteristic
  ` [PATCH v3 BlueZ 08/27] alert: Initial Alert Notification
  ` [PATCH v3 BlueZ 09/27] alert: Implement category registration in RegisterAlert()
    ` [PATCH v4 "
  ` [PATCH v3 BlueZ 10/27] alert: Add initial support for NewAlert D-Bus method
  ` [PATCH v3 BlueZ 11/27] alert: Add initial support for UnreadAlert "
  ` [PATCH v3 BlueZ 12/27] alert: Automatically unregister alert when agent leaves D-Bus
  ` [PATCH v3 BlueZ 13/27] alert: Add per adapter attribute handle information
  ` [PATCH v3 BlueZ 14/27] alert: Update Supported New/Unread Category characteristic values
  ` [PATCH v3 BlueZ 15/27] alert: Update new alert characteristic value
  ` [PATCH v3 BlueZ 16/27] alert: Update unread "
  ` [PATCH v3 BlueZ 17/27] alert: Implement MuteOnce command
  ` [PATCH v3 BlueZ 18/27] alert: Add support for calling MuteOnce()
  ` [PATCH v3 BlueZ 19/27] alert: Add support for calling SetRinger()
  ` [PATCH v3 BlueZ 20/27] alert: Add test-alert script
  ` [PATCH v3 BlueZ 21/27] alert: Update Alert Status and Ringer Setting characteristic values
  ` [PATCH v3 BlueZ 22/27] alert: Add support for ringer setting notification
  ` [PATCH v3 BlueZ 23/27] alert: Add support for alert status notification
  ` [PATCH v3 BlueZ 24/27] alert: Add support for new alert notification
  ` [PATCH v3 BlueZ 25/27] alert: Add support for unread "
  ` [PATCH v3 BlueZ 26/27] alert: Implement Release() agent method
  ` [PATCH v3 BlueZ 27/27] alert: Add org.bluez.AlertAgent to D-Bus policy file

[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  (20+ messages)
` [PATCH v4 01/18] Handle missing randomizer in mgmt_add_remote_oob_data
` [PATCH v4 02/18] eir: Add support for parsing SSP hash and randomizer
` [PATCH v4 03/18] eir: Store class in struct eir_data as uint32_t
` [PATCH v4 04/18] eir: Add eir_parse_oob function
` [PATCH v4 05/18] eir: Add support creating EIR with hash and randomizer fields
` [PATCH v4 06/18] eir: Add support for creating EIR with CoD field
` [PATCH v4 07/18] eir: Rename eir_create to eir_create_oob
` [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

[PATCH 0/5] add bt command line tool
 2012-10-03 17:34 UTC  (6+ 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] Bluetooth: L2CAP: Fix using default Flush Timeout for EFS
 2012-10-03 11:45 UTC 

[PATCH 1/4] client: Update the file offset to the beginning after writing to the file
 2012-10-03 11:31 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 "

[PATCH BlueZ v9 1/8] core: Mutually exclude concurrent connections
 2012-10-03  8:12 UTC  (9+ messages)
` [PATCH BlueZ v9 2/8] mgmt: Add LE scanning callback
` [PATCH BlueZ v9 3/8] core: Replace interleaved by LE scanning
` [PATCH BlueZ v9 4/8] core: Start LE scanning when a device requests
` [PATCH BlueZ v9 5/8] core: Disable unnecessary auto connections
` [PATCH BlueZ v9 6/8] core: Re-connect for ECONNRESET or ECONNABORTED
` [PATCH BlueZ v9 7/8] mgmt: Add address type to bonding debug message
` [PATCH BlueZ v9 8/8] core: Suspend scanning before connect on pairing

Wireshark
 2012-10-03  8:04 UTC  (4+ messages)

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

[PATCH v0] audio: Fix missing gateway state check on Connect
 2012-10-02 18:52 UTC  (2+ messages)

[RFC v3] Convert storage to use per-remote device directories
 2012-10-02 15:51 UTC 

[PATCH BlueZ 01/10] gdbus: Fix not freeing list node by using g_slist_delete_link
 2012-10-02 13:57 UTC  (15+ messages)
` [PATCH BlueZ 02/10] gdbus: Remove connection from g_dbus_remove_watch
` [PATCH BlueZ 03/10] Fix passing D-Bus connection to g_dbus_remove_watch
` [PATCH BlueZ 04/10] audio: Fix not freeing gateway agent data on exit
` [PATCH BlueZ 05/10] AVRCP: Fix not freeing player session list "
` [PATCH BlueZ 06/10] AVRCP: Fix not removing session from player upon disconnect
` [PATCH BlueZ 07/10] AVCTP: Simplify channel handling
` [PATCH BlueZ 08/10] AVCTP: Allocate memory to hold incoming/outgoing PDUs
` [PATCH BlueZ 09/10] AVRCP: Register to AVCTP state changes without depending on player
` [PATCH BlueZ 10/10] AVRCP: Don't respond with errors when no player is registered

[PATCH BlueZ] attrib: Get address type using gatt_get_address()
 2012-10-02 13:45 UTC  (2+ messages)

Unreliable communication with multiple bluetooth devices and some delay
 2012-10-02 13:37 UTC 

[RFC v2] Convert storage to use per-remote device directories
 2012-10-02 12:41 UTC  (2+ messages)

[PATCH] device: Remove not used variable from search_cb
 2012-10-02 12:07 UTC  (3+ messages)
` [PATCH] device: Remove not used variables "

[PATCH 1/2] service: Remove extra memory copying from cancel_authorization
 2012-10-02  9:50 UTC  (3+ messages)
` [PATCH 2/2] agent: Remote not used variables from pincode_reply

[PATCH BlueZ v8 1/8] core: Mutually exclude concurrent connections
 2012-10-02  8:30 UTC  (9+ messages)
` [PATCH BlueZ v8 2/8] mgmt: Add LE scanning callback
` [PATCH BlueZ v8 3/8] core: Replace interleaved by LE scanning
` [PATCH BlueZ v8 4/8] core: Start LE scanning when a device requests
` [PATCH BlueZ v8 5/8] core: Disable unnecessary auto connections
` [PATCH BlueZ v8 6/8] core: Re-connect for ECONNRESET or ECONNABORTED
` [PATCH BlueZ v8 7/8] mgmt: Add address type to bonding debug message
` [PATCH BlueZ v8 8/8] core: Suspend scanning before connect on pairing

[PATCH v1 0/2] audio: Fixes in HFP gateway
 2012-10-02  7:45 UTC  (4+ messages)
` [PATCH v1 1/2] audio: Fix crash if gateway closed before reply
` [PATCH v1 2/2] audio: Fix crash on gateway close while connected

[PATCH 2/2] client-doc: Add documentation for Message.SetProperty and Message.GetProperties
 2012-10-02  6:43 UTC 

[PATCH 1/2] client: Add Message.SetProperty and Message.GetProperties implementation
 2012-10-02  6:43 UTC 

[PATCH] client: Update the file offset to the beginning after writing to the file
 2012-10-01 20:59 UTC 

[PATCH v2] Bluetooth: remove unused member of hci_dev
 2012-10-01 17:37 UTC  (3+ messages)

[PATCH -next] bluetooth: fix printk format warnings
 2012-10-01 15:04 UTC  (2+ messages)

[PATCH] Bluetooth: A2MP: Fix potential NULL dereference
 2012-10-01 15:02 UTC  (2+ messages)

[PATCH BlueZ] build: Fix out-of-tree builds
 2012-10-01 14:53 UTC  (4+ messages)

[PATCH BlueZ] bluetooth: remove unused member of hci_dev
 2012-10-01 14:52 UTC  (2+ messages)

[PATCH v4 0/5] Audio profile authorization
 2012-10-01 14:30 UTC  (2+ messages)

[PATCH BlueZ 1/7] audio: Fix not freeing gateway agent data on exit
 2012-10-01 13:47 UTC  (9+ messages)
` [PATCH BlueZ 2/7] AVRCP: Fix not freeing player session list "
` [PATCH BlueZ 3/7] AVRCP: Fix not removing session from player upon disconnect
` [PATCH BlueZ 4/7] AVCTP: Simplify channel handling
` [PATCH BlueZ 5/7] AVCTP: Allocate memory to hold incoming/outgoing PDUs
` [PATCH BlueZ 6/7] AVRCP: Register to AVCTP state changes without depending on player
` [PATCH BlueZ 7/7] AVRCP: Don't respond with errors when no player is registered

[PATCH 00/14] Thermometer watchers API change + fixes
 2012-10-01 11:51 UTC  (6+ messages)

[RFCv1 00/20] L2CAP signaling for AMP channel create/move
 2012-10-01 10:16 UTC  (5+ messages)
` [RFCv1 03/20] Bluetooth: Add L2CAP create channel request handling
` [RFCv1 17/20] Bluetooth: Ignore BR/EDR packet size constraints when fragmenting for AMP

[PATCH] client: Add Message.MarkAsRead and Message.MarkAsDeleted implementation and documentation
 2012-10-01 10:04 UTC  (5+ messages)

[PATCH BlueZ] gatt: Remove offset parameter from gatt_read_char
 2012-10-01  9:55 UTC  (2+ messages)

[RFC BlueZ v0 0/4] Remove profile specific storage
 2012-10-01  9:54 UTC  (2+ messages)

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

[PATCH BlueZ v0 0/4] Fix losing Service Changed indication
 2012-10-01  8:42 UTC  (2+ messages)

[PATCH v3] HID: Add support for Sony PS3 BD Remote Control
 2012-10-01  8:40 UTC  (5+ messages)
` [PATCH v4] "


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