linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-10-08 08:11:24 to 2012-10-10 17:43:17 UTC [more...]

[PATCH v3 00/10] Move adapter config file to ini-file format
 2012-10-10 17:43 UTC  (15+ messages)
` [PATCH v3 01/10] doc: Add settings storage documentation
` [PATCH v3 02/10] adapter: Read name in storage at init
` [PATCH v3 03/10] adaptername: Retrieve config name from adapter
` [PATCH v3 04/10] adapter: Read device class in storage at init
` [PATCH v3 05/10] adapter: Move pairable read to load_config()
` [PATCH v3 06/10] adapter: Read pairable timeout in storage at init
` [PATCH v3 07/10] adapter: Read discoverable "
` [PATCH v3 08/10] adapter: Read mode "
` [PATCH v3 09/10] adapter: Move saved config to ini-file format
` [PATCH v3 10/10] TODO: Add entry to remove storage convertion function

[PATCH 1/4] Bluetooth: Fix L2CAP PSM bind issue
 2012-10-10 16:39 UTC  (4+ messages)
` [PATCH 2/4] Bluetooth: Fix RFCOMM "
` [PATCH 3/4] Bluetooth: Use __constant modifier for L2CAP SMP CID
` [PATCH 4/4] Bluetooth: Use __constant modifier for RFCOMM PSM

[PATCH v4 00/10] Move adapter config file to ini-file format
 2012-10-10 16:23 UTC  (11+ messages)
` [PATCH v4 01/10] doc: Add settings storage documentation
` [PATCH v4 02/10] adapter: Read name in storage at init
` [PATCH v4 03/10] adaptername: Retrieve config name from adapter
` [PATCH v4 04/10] adapter: Read device class in storage at init
` [PATCH v4 05/10] adapter: Move pairable read to load_config()
` [PATCH v4 06/10] adapter: Read pairable timeout in storage at init
` [PATCH v4 07/10] adapter: Read discoverable "
` [PATCH v4 08/10] adapter: Read mode "
` [PATCH v4 09/10] adapter: Move saved config to ini-file format
` [PATCH v4 10/10] TODO: Add entry to remove storage convertion function

[PATCH] systemd: prevent duplicate logging messages in journal
 2012-10-10 15:59 UTC 

[PATCH] Bluetooth: btmrv: Use %*ph specifier instead of print_hex_dump_bytes
 2012-10-10 15:28 UTC  (2+ messages)

[RFCv1 0/6] Handle AMP_LINK
 2012-10-10 15:28 UTC  (22+ 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
` [PATCHv1 0/6] Handle AMP_LINK
  ` [PATCHv1 1/6] Bluetooth: Allow to set flush timeout
  ` [PATCHv1 2/6] Bluetooth: AMP: Handle AMP_LINK timeout
  ` [PATCHv1 3/6] Bluetooth: AMP: Add handle to hci_chan structure
  ` [PATCHv1 4/6] Bluetooth: AMP: Handle number of compl blocks for AMP_LINK
  ` [PATCHv1 5/6] Bluetooth: AMP: Handle AMP_LINK connection
  ` [PATCHv1 6/6] Bluetooth: AMP: Hanlde AMP_LINK case in conn_put

Agenda for Linux Wireless (802.11/Bluetooth/NFC) Mini-Summit 2012 (Barcelona!)
 2012-10-10 15:18 UTC  (5+ messages)

[PATCH 1/2] Pass confirm name as bool value
 2012-10-10 15:00 UTC  (3+ messages)
` [PATCH 2/2] event: Use bool instead gboolean for legacy parameter

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

[PATCH 0/9] Remove some old code
 2012-10-10 10:04 UTC  (17+ 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 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 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  (3+ messages)

[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  (5+ messages)
` [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  (3+ messages)
` [PATCH] "

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


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