linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-07-15 12:29:46 to 2011-07-25 20:15:53 UTC [more...]

[PATCH] Proximity Monitor implementation (for testing)
 2011-07-25 20:15 UTC  (4+ messages)
` [PATCH BlueZ 1/5] Add Proximity Reporter skeleton
` [PATCH BlueZ 2/5] Register primary service for Link Loss service
` [PATCH BlueZ 3/5] Register primary service for Tx Power service

[PATCH v2 00/16] Full support discovery procedure
 2011-07-25 19:50 UTC  (17+ messages)
` [PATCH v2 01/16] Bluetooth: Periodic Inquiry and mgmt discovering event
` [PATCH v2 02/16] Bluetooth: Add failed/complete functions to discovery commands
` [PATCH v2 03/16] Bluetooth: Remove pending "
` [PATCH v2 04/16] Bluetooth: Check pending command in start_discovery()
` [PATCH v2 05/16] Bluetooth: Check pending commands in stop_discovery()
` [PATCH v2 06/16] Bluetooth: Create do_inquiry()
` [PATCH v2 07/16] Bluetooth: Create cancel_inquiry()
` [PATCH v2 08/16] Bluetooth: Fix stop_discovery()
` [PATCH v2 09/16] Bluetooth: Prepare for full support discovery procedures
` [PATCH v2 10/16] Bluetooth: Check 'dev_class' in mgmt_device_found()
` [PATCH v2 11/16] Bluetooth: Add 'eir_len' param to mgmt_device_found()
` [PATCH v2 12/16] Bluetooth: Report LE devices
` [PATCH v2 13/16] Bluetooth: Add 'le_scan_timer' to struct hci_dev
` [PATCH v2 14/16] Bluetooth: Add LE Scan helper functions
` [PATCH v2 15/16] Bluetooth: Support LE-Only discovery procedure
` [PATCH v2 16/16] Bluetooth: Support BR/EDR/LE "

[PATCH 0/7] Fix various lost wakeups
 2011-07-25 19:18 UTC  (2+ messages)

[PATCH] Bluetooth: Add mgmt command for fast connectable mode
 2011-07-25 14:48 UTC  (6+ messages)

[PATCH] Fix debug messages logging from non-built-in plugins
 2011-07-25 14:18 UTC  (4+ messages)

A couple of questions related to a rfcomm server
 2011-07-24 22:08 UTC  (3+ messages)

RFCOMM connection lag (slow)
 2011-07-24 19:20 UTC  (5+ messages)

[PATCH 7/7] Bluetooth: cmtp: Fix lost wakeup of session thread
 2011-07-24  4:11 UTC 

[PATCH 6/7] Bluetooth: bnep: Fix lost wakeup of session thread
 2011-07-24  4:11 UTC 

[PATCH 5/7] Bluetooth: sco: Fix lost wakeups waiting to accept socket
 2011-07-24  4:11 UTC 

[PATCH 4/7] Bluetooth: l2cap: Fix lost wakeups waiting to accept socket
 2011-07-24  4:10 UTC 

[PATCH 3/7] Bluetooth: Fix lost wakeups waiting for sock state change
 2011-07-24  4:10 UTC 

[PATCH 2/7] Bluetooth: rfcomm: Fix lost wakeups waiting to accept socket
 2011-07-24  4:10 UTC 

[PATCH 1/7] Bluetooth: rfcomm: Remove unnecessary krfcommd event
 2011-07-24  4:10 UTC 

[PATCH v2 0/3] Zero-copy L2CAP ERTM & streaming reassembly
 2011-07-22 21:54 UTC  (4+ messages)
` [PATCH v2 1/3] Bluetooth: Linearize skbs for use in BNEP, CMTP, HIDP, and RFCOMM
` [PATCH v2 2/3] Bluetooth: Handle fragmented skbs in bt_sock_stream_recvmsg()
` [PATCH v2 3/3] Bluetooth: Perform L2CAP SDU reassembly without copying data

[PATCH obexd] Fix pulling phonebook size
 2011-07-22 20:58 UTC 

[PATCH 0/3] Zero-copy L2CAP ERTM & streaming reassembly
 2011-07-22 19:20 UTC  (10+ messages)
` [PATCH 2/3] Bluetooth: Handle fragmented skbs in bt_sock_stream_recvmsg()
` [PATCH 3/3] Bluetooth: Perform L2CAP SDU reassembly without copying data

[PATCH 00/16] Full support discovery procedure
 2011-07-22 15:24 UTC  (5+ messages)
` [PATCH 08/16] Bluetooth: Fix stop_discovery()

DBus APIs for HCI/L2CAP?
 2011-07-21 22:05 UTC 

[PATCH obexd] Fix sent vCard format
 2011-07-21 21:03 UTC 

[PATCH] Fix Read-Not-Permit in char discovery
 2011-07-21 18:19 UTC 

bluez d-bus signal to traclk ACL link
 2011-07-21 18:17 UTC  (2+ messages)

[PATCH BlueZ] Fix "make distcheck" when libbluetooth is not installed
 2011-07-21 17:06 UTC  (2+ messages)

[PATCH] Bluetooth: Increase command tx timeout
 2011-07-21 16:14 UTC  (2+ messages)

[PATCH] Bluetooth: Allow ACL packets over USB in HCI_RAW mode
 2011-07-21 15:09 UTC  (3+ messages)

[PATCH obexd] Fix proper data escaping for vCard listing
 2011-07-21 13:55 UTC 

[PATCH obexd] Fix finding mime driver by type
 2011-07-21 11:53 UTC  (3+ messages)

[PATCH obexd] Fix writing out of bounds in add_slash func
 2011-07-21  7:22 UTC 

[RFC 00/19] Implement AVRCP 1.3 profile - TG role
 2011-07-21  7:11 UTC  (24+ messages)
` [RFC 01/19] avrcp: handle query for company ids
` [RFC 02/19] avrcp: implement ChangeSetting() method for TG role
` [RFC 03/19] avrcp: handle ListPlayerApplicationSettingAttributes pdu
` [RFC 04/19] avrcp: handle ListPlayerApplicationSettingValues pdu
` [RFC 05/19] avrcp: handle GetCurrentPlayerAplicationSettingValue pdu
` [RFC 06/19] avrcp: handle SetPlayerApplicationSettingValue pdu
` [RFC 07/19] avrcp: handle commands for future extension
` [RFC 08/19] avrcp: handle InformDisplayableCharacterSet pdu
` [RFC 09/19] avrcp: handle InformBatteryStatusOfCT pdu
` [RFC 10/19] avrcp: implement ChangePlayback() method
` [RFC 11/19] avrcp: handle GetPlayStatus pdu
` [RFC 12/19] avrcp: implement ChangeTrack() method
` [RFC 13/19] Add script to test control interface
` [RFC 14/19] avrcp: handle RegisterNotification pdu
` [RFC 15/19] avrcp: answer query for supported events
` [RFC 16/19] avrcp: handle GetElementAttributes pdu
` [RFC 17/19] avrcp: send response for registered events
` [RFC 18/19] avrcp: change TG record to use version 1.3
` [RFC 19/19] avrcp: update copyright

103, 'Software caused connection abort'
 2011-07-20 22:52 UTC 

[PATCH BlueZ] Fix setting noinst_LIBRARIES in Makefile.am
 2011-07-20 21:47 UTC 

[PATCH BlueZ 12/12] Address remote initiated disconnection
 2011-07-20 20:25 UTC  (2+ messages)
` [PATCH BlueZ v2 "

[PATCH BlueZ 11/12] Postpone calling connected callback
 2011-07-20 20:25 UTC  (2+ messages)
` [PATCH BlueZ v2 "

[RFC BlueZ 10/12] Manage GAttrib refs based on registered callbacks
 2011-07-20 20:24 UTC  (5+ messages)
` [PATCH "
      ` [PATCH BlueZ v2 "

[PATCH BlueZ 1/2] Simplify the handling of attribute callbacks
 2011-07-20 18:57 UTC  (2+ messages)
` [PATCH BlueZ 2/2] Fix allocation of attribute values

[RFC 1/3] Bluetooth: Implement Read RSSI command
 2011-07-20 14:48 UTC  (5+ messages)

[PATCH obexd v2 0/3] Folder listing support for MAP
 2011-07-20 13:13 UTC  (10+ messages)
` [PATCH obexd v2 1/3] Infrastructure for MAP function selection
` [PATCH obexd v2 2/3] MAP: Folder listing support
` [PATCH obexd v2 3/3] MAP: Folder listing for messages-dummy.c

[PATCH obexd] Show owner vcard in phonebook pb pull
 2011-07-20 11:13 UTC  (4+ messages)

Question about bluez audio plug-in license
 2011-07-20 10:53 UTC  (3+ messages)

[PATCH obexd 1/6 v3] Make use of g_slist_free_full when elements are dynamically-allocated
 2011-07-20  9:53 UTC 

[PATCH BlueZ] Fix removing inotify watch whenever an adapter is removed
 2011-07-20  9:12 UTC 

[PATCH obexd 1/6] Support for semicolon escaping
 2011-07-20  7:11 UTC  (6+ messages)
` [PATCH obexd 2/6] Add escaping selection method
  ` [PATCH obexd 3/6] Support for "quoted printable" encoding
    ` [PATCH obexd 4/6] Add encoding selection method
      ` [PATCH obexd 5/6] Fix phone number printing
        ` [PATCH obexd 6/6] Adjust escaping and encoding in vcard module

[PATCH] Bluetooth : Added more testing options to l2test
 2011-07-20  5:03 UTC  (3+ messages)

[RFC BlueZ] Proximity API simplification
 2011-07-19 22:36 UTC  (5+ messages)
      ` [PATCH "

[RFC 0/1] RSSI Monitor
 2011-07-19 22:15 UTC  (2+ messages)
` [PATCH] Add RSSI Monitor documentation API

[BUG] Bluetooth broken post rc7
 2011-07-19 18:58 UTC  (6+ messages)

[PATCH] adaptername: Move adapter naming into a plugin
 2011-07-19 12:35 UTC  (10+ messages)

[PATCH obexd] Fix handling asynchronous plugin reads
 2011-07-19 11:51 UTC  (3+ messages)

[PATCH obexd 0/3] Folder listing for MAP
 2011-07-19 11:19 UTC 

[PATCH obexd 1/3] Infrastructure for MAP function selection
 2011-07-19 11:16 UTC  (3+ messages)
` [PATCH obexd 2/3] MAP: Folder listing support
` [PATCH obexd 3/3] MAP: Folder listing for messages-dummy.c

[PATCH obexd 1/6 v2] Make use of g_slist_free_full when elements are dynamically-allocated
 2011-07-19  9:04 UTC  (3+ messages)

[Patch] bluetooth: make 3 functions in hci_conn.c static
 2011-07-19  7:29 UTC  (2+ messages)

[PATCH] Fix compilation with --disable-sap and glib < 2.28
 2011-07-19  6:04 UTC  (3+ messages)

[PATCH BlueZ] Fix typo in mgmt-api
 2011-07-18 18:00 UTC 

[PATCH obexd] Fix quoting in readline checks
 2011-07-18 14:43 UTC  (2+ messages)

[PATCH] Fix a GLib-Warning in adaptername plugin
 2011-07-18 14:22 UTC 

[PATCH] Remove too early null assignment to working rfcomm channel in sap server
 2011-07-18 13:21 UTC 

[PATCH 1/7] Initial support for Health Thermometer Profile (HTP)
 2011-07-18 13:10 UTC  (7+ messages)
` [PATCH 2/7] Add manager files for HTP
  ` [PATCH 3/7] Load HTP plugin only if LE is enabled
    ` [PATCH 4/7] Register thermometer driver
      ` [PATCH 5/7] Add thermometer driver skeleton
        ` [PATCH 6/7] Initial steps to manage thermometer objects
          ` [PATCH 7/7] Release resources allocated when the thermometer plugin is stopped

[PATCH obexd] Fix compiler warning
 2011-07-18 13:09 UTC  (4+ messages)

[PATCH obexd 1/6] Make use of g_slist_free_full when elements are dynamically-allocated
 2011-07-18 10:54 UTC  (8+ messages)
` [PATCH obexd 2/6] client: make session structure private
` [PATCH obexd 3/6] client: make transfer "
` [PATCH obexd 4/6] client: separate ftp code from session
` [PATCH obexd 5/6] client: separate agent "
` [PATCH obexd 6/6] client: separate manager interface code from main

[PATCH 0/2] Bluetooth: Fix regressions for 3.0
 2011-07-17 16:46 UTC  (5+ messages)
` [PATCH 1/2] Bluetooth: Fix regression in L2CAP connection procedure
  ` [PATCH 2/2] Bluetooth: Fix crash with incoming L2CAP connections

Unencrypted keyboard allows password visibility
 2011-07-17 15:23 UTC  (3+ messages)

[PATCH BlueZ] Remove driver only if remote has no matching UUID
 2011-07-15 13:16 UTC 

[PATCH BlueZ 1/2 v2] Fix possible invalid read/free on manager.c
 2011-07-15 12:33 UTC  (2+ messages)
` [PATCH BlueZ 2/2 v2] Fix possible invalid read/free on media.c

[PATCH] Fix mem leak in sap plugin
 2011-07-15 12:31 UTC  (3+ messages)

[PATCH obexd 2/2] Add SetFolder function for MAP tracker backend
 2011-07-15 12:29 UTC  (2+ messages)
` [PATCH obexd 2/2 v2] "


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