linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-09-28 14:47:54 to 2012-10-03 13:18:19 UTC [more...]

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

[PATCH v4 00/18] neard plugin
 2012-10-03 13:18 UTC  (7+ 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 v2 BlueZ 00/27] Add support for PASP and ANP server profiles
 2012-10-03 12:49 UTC  (33+ 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] 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  (7+ messages)
` [PATCH v4 1/5] build: Update glib dependency to 2.32
` [PATCH v4 2/5] adapter: Replace device authorizing flag
` [PATCH v4 3/5] adapter: Use authorization id for cancelling
` [PATCH v4 4/5] adapter: Queue parallel authorization requests
` [PATCH v4 5/5] audio: Drop audio-specific authorization mechanism

[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  (11+ messages)
` [RFCv1 01/20] Bluetooth: Add new l2cap_chan struct members for high speed channels
` [RFCv1 02/20] Bluetooth: Factor out common L2CAP connection code
` [RFCv1 03/20] Bluetooth: Add L2CAP create channel request handling
` [RFCv1 04/20] Bluetooth: Process create response and connect response identically
` [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  (6+ messages)
` [RFC BlueZ v0 1/4] core: Add purge parameter to profile remove
` [RFC BlueZ v0 2/4] proximity: Remove alert level storage
` [RFC BlueZ v0 3/4] proximity: Store Bluetooth Address type
` [RFC BlueZ v0 4/4] gatt: Remove Service Changed handle from storage

[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  (3+ messages)
` [PATCH BlueZ v0 4/4] gatt: Add reading stored Service Changed handle

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

[PATCH v2] gatt: Remove reading Service Changed characteristic after connected
 2012-10-01  8:38 UTC  (2+ messages)

[PATCH BlueZ v7 1/9] core: Mutually exclude concurrent connections
 2012-10-01  8:36 UTC  (5+ messages)
` [PATCH BlueZ v7 2/9] mgmt: Add LE scanning callback

[RFC] Convert storage to use per-remote device directories
 2012-10-01  8:30 UTC  (7+ messages)

[PATCH 1/2] mgmt-api: Add missing error code descriptions
 2012-10-01  8:17 UTC  (3+ messages)
` [PATCH 2/2] mgmt: Fix error code passed to bonding_complete in disconnect_complete

question: what is the git repository of linux bluetooth (kernel) for submitting pathces ? Kevin EOM
 2012-10-01  7:52 UTC  (2+ messages)

[PATCH] client: Add Message.MarkAsRead and Message.MarkAsDeleted implementation and documentation
 2012-10-01  7:10 UTC 

[PATCH v4 00/10] Implement Generic battery and LE Battery client
 2012-09-30 10:56 UTC  (5+ messages)
` [PATCH v4 01/10] battery: Add generic device battery documentation

scan fails
 2012-09-29 21:12 UTC  (3+ messages)

[PATCHv1 3/3] Bluetooth: btmrvl: Fix skb buffer overflow
 2012-09-28 19:52 UTC  (4+ messages)
` [PATCH 1/3] Bluetooth: btmrvl: Correct num_block name
  ` [PATCH 3/3] Bluetooth: btmrvl: Fix skb buffer overflow

[bluetooth:master 224/240] net/bluetooth/hci_event.c:886:3: warning: format '%d' expects argument of type 'int', but argument 3 has type 'size_t'
 2012-09-28 15:54 UTC  (3+ messages)
` [PATCH] Bluetooth: Use %zu print specifier for size_t type

[PATCH] Bluetooth: A2MP: Correct assoc_len size
 2012-09-28 15:53 UTC  (3+ messages)
` [PATCHv2] "

[PATCH 0/5] mSBC tests
 2012-09-28 15:05 UTC  (5+ messages)
` [PATCH 1/5] Add msbc encoding and decoding flag


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