Linux bluetooth development
 help / color / mirror / Atom feed
 messages from 2013-04-09 11:54:06 to 2013-04-17 16:51:37 UTC [more...]

[PATCH v3] Bluetooth: Add support for Intel Bluetooth device [8087:07dc]
 2013-04-17 16:51 UTC  (3+ messages)

[PATCH BlueZ] monitor: Add an option to dump SCO traffic
 2013-04-17 15:03 UTC 

[PATCH BlueZ 00/16] attrib: Replace GLib basic data types usage
 2013-04-17 14:03 UTC  (35+ messages)
` [PATCH BlueZ v2 "
  ` [PATCH BlueZ v2 01/16] attrib: Simplify boolean tests
  ` [PATCH BlueZ v2 02/16] attrib: Change GAttrib->stale type from gboolean
  ` [PATCH BlueZ v2 03/16] attrib: Change command->sent "
  ` [PATCH BlueZ v2 04/16] attrib: Change is_response return "
  ` [PATCH BlueZ v2 05/16] attrib: Change match_event "
  ` [PATCH BlueZ v2 06/16] attrib: Change g_attrib_set_destroy_function return type
  ` [PATCH BlueZ v2 07/16] attrib: Change g_attrib_cancel/_all "
  ` [PATCH BlueZ v2 08/16] attrib: Change g_attrib_unregister/_all "
  ` [PATCH BlueZ v2 09/16] attrib: Change g_attrib_set_debug return type from gboolean
  ` [PATCH BlueZ v2 10/16] attrib: Change g_attrib_set_mtu "
  ` [PATCH BlueZ v2 11/16] attrib: Change g_attrib_is_encrypted "
  ` [PATCH BlueZ v2 12/16] attrib: Change command->opcode type from guint8
  ` [PATCH BlueZ v2 13/16] attrib: Change event->handle type from guint16
  ` [PATCH BlueZ v2 14/16] attrib: Change command->id type from guint
  ` [PATCH BlueZ v2 15/16] attrib: Change event->id "
  ` [PATCH BlueZ v2 16/16] attrib: Change command->pdu pointer type from guint8
  ` [PATCH BlueZ v3 00/16] attrib: Replace GLib basic data types usage
    ` [PATCH BlueZ v3 01/16] attrib: Simplify boolean tests
    ` [PATCH BlueZ v3 02/16] attrib: Change GAttrib->stale type from gboolean
    ` [PATCH BlueZ v3 03/16] attrib: Change command->sent "
    ` [PATCH BlueZ v3 04/16] attrib: Change is_response return "
    ` [PATCH BlueZ v3 05/16] attrib: Change match_event "
    ` [PATCH BlueZ v3 06/16] attrib: Change g_attrib_set_destroy_function return type
    ` [PATCH BlueZ v3 07/16] attrib: Change g_attrib_cancel/_all "
    ` [PATCH BlueZ v3 08/16] attrib: Change g_attrib_unregister/_all "
    ` [PATCH BlueZ v3 09/16] attrib: Change g_attrib_set_debug return type from gboolean
    ` [PATCH BlueZ v3 10/16] attrib: Change g_attrib_set_mtu "
    ` [PATCH BlueZ v3 11/16] attrib: Change g_attrib_is_encrypted "
    ` [PATCH BlueZ v3 12/16] attrib: Change command->opcode type from guint8
    ` [PATCH BlueZ v3 13/16] attrib: Change event->handle type from guint16
    ` [PATCH BlueZ v3 14/16] attrib: Change command->id type from guint
    ` [PATCH BlueZ v3 15/16] attrib: Change event->id "
    ` [PATCH BlueZ v3 16/16] attrib: Change command->pdu pointer type from guint8

[PATCH 0/2] Bluetooth: Add supported features page 2 support
 2013-04-17 12:00 UTC  (3+ messages)
` [PATCH 1/2] Bluetooth: Track feature pages in a single table
` [PATCH 2/2] Bluetooth: Add reading of all local feature pages

[PATCH v2 0/6] MAP client: Read MASInstanceID for the current connection
 2013-04-17 11:01 UTC  (8+ messages)
` [PATCH v2 1/6] obexd: Cache SDP record in bluetooth transport
` [PATCH v2 2/6] obexd: Add getattribute to obc_transport
` [PATCH v2 3/6] obexd: Add bluetooth_getattribute to Bluetooth transport
` [PATCH v2 4/6] obexd: Add obc_session_get_attribute to session
` [PATCH v2 5/6] lib: Add attributes MASInstanceID and SupportedMessageTypes
` [PATCH v2 6/6] obexd: Read service attributes when instantiating MAP session

[RFC v2 00/11] struct btd_service in core
 2013-04-17  9:44 UTC  (4+ messages)
` [RFC v2 01/11] core: Add btd_service to represent device services

[PATCH 00/17] Update Discovery to use HCI request framework
 2013-04-17  9:18 UTC  (14+ messages)
` [PATCH 01/17] Bluetooth: Change LE scanning timeout macros
` [PATCH 02/17] Bluetooth: Add LE scan type macros
` [PATCH 03/17] Bluetooth: Add macros for filter duplicates values
` [PATCH 04/17] Bluetooth: Rename LE_SCANNING_* macros
` [PATCH 05/17] Bluetooth: Make inquiry_cache_flush non-static
` [PATCH 09/17] Bluetooth: Update le_scan_disable_work to use HCI request

[PATCH BlueZ v2 00/13] Improvements on gatttool interactive interface
 2013-04-17  8:24 UTC  (5+ messages)
` [PATCH BlueZ v2 04/13] gatttool: Use GError to propage error messages to caller
  ` [PATCH BlueZ v3] "

[PATCH v6 0/6] sco: SCO socket option for voice_setting
 2013-04-17  7:45 UTC  (13+ messages)
` [PATCH v6 1/6] Bluetooth: Move and rename hci_conn_accept
` [PATCH v6 2/6] Bluetooth: Add bluetooth socket voice option
` [PATCH v6 3/6] Bluetooth: Use hci_connect_sco directly
` [PATCH v6 4/6] Bluetooth: Use voice setting in incoming SCO connection
` [PATCH v6 5/6] Bluetooth: Parameters for outgoing SCO connections
` [PATCH v6 6/6] Bluetooth: Fallback transparent SCO from T2 to T1

[PATCH v3 00/18] Rework HIDP Session Management
 2013-04-17  5:39 UTC  (6+ messages)
` [PATCH v4 00/16] "
  ` [PATCH v4 01/16] Bluetooth: rename hci_conn_put to hci_conn_drop
  ` [PATCH v4 02/16] Bluetooth: remove unneeded hci_conn_hold/put_device()

[PATCH v7 0/5] input: Connectability
 2013-04-16 21:58 UTC  (6+ messages)
` [PATCH v7 1/5] input: Documentation for new Input1 interface
` [PATCH v7 2/5] input: Implement the new ReconnectMode Input1 property
` [PATCH v7 3/5] input: Convert gboolean to bool
` [PATCH v7 4/5] input: Fix memory leak for hidp_connadd_req
` [PATCH v7 5/5] input: Automatically attempt a reconnect when required

[PATCH v5 0/6] sco: SCO socket option for voice_setting
 2013-04-16 15:08 UTC  (7+ messages)
` [PATCH v5 1/6] Bluetooth: Move and rename hci_conn_accept
` [PATCH v5 2/6] Bluetooth: Add bluetooth socket voice option
` [PATCH v5 3/6] Bluetooth: Use hci_connect_sco directly
` [PATCH v5 4/6] Bluetooth: Use voice_setting in incoming SCO connection
` [PATCH v5 5/6] Bluetooth: Parameters for outgoing SCO connections
` [PATCH v5 6/6] Bluetooth: Fallback transparent SCO from T2 to T1

[PATCH v4] Bluetooth: Fix incorrect SSP mode bit for non SSP devices
 2013-04-16 14:46 UTC 

Progress an Broadcom BCM20702A0 USB adapter (id 0489:e031)
 2013-04-16  8:47 UTC 

[PATCH v3] Bluetooth: Fix incorrect ssp mode bit for non ssp devices
 2013-04-15 14:45 UTC  (2+ messages)

[PATCH BlueZ 1/3] audio: Remove unused constant
 2013-04-15 14:20 UTC  (4+ messages)
` [PATCH BlueZ 2/3] audio: Remove unused function
` [PATCH BlueZ 3/3] audio: Remove unused constants

Bluez 5.3: Failed to connect to speaker (Unable to select SEP)
 2013-04-15 14:07 UTC  (6+ messages)

[PATCH v9 00/16] mSBC investigations
 2013-04-15  8:10 UTC  (3+ messages)

[PATCH v2] Bluetooth: Fix incorrect ssp mode bit for non ssp devices
 2013-04-15  5:33 UTC  (3+ messages)

[PATCH v2] Bluetooth: Add support for Intel Bluetooth device [8087:07dc]
 2013-04-14  7:22 UTC  (4+ messages)

[PATCH v2 0/8] Autopair plugin, with some extensions
 2013-04-12 23:28 UTC  (9+ messages)
` [PATCH v2 1/8] core: Convert the pincode callback to an interable list
` [PATCH v2 2/8] plugins: Extend the pin code callback with the call number
` [PATCH v2 3/8] core: Add support for retrying a bonding
` [PATCH v2 4/8] core: retry bonding attempt until the iterator reachs the end
` [PATCH v2 5/8] core: Add device_get_class to the public interface
` [PATCH v2 6/8] autopair: Add the autopair plugin
` [PATCH v2 7/8] core: Expose the last bonding attempt duration on retry
` [PATCH v2 8/8] autopair: Try a fixed pincode for keyboards rejecting random codes

[PATCH 0/6] Autopair plugin revisited
 2013-04-12 22:58 UTC  (19+ messages)
` [PATCH 1/6] core: Convert the pincode callback to an interable list
` [PATCH 2/6] plugins: Extend the pin code callback with the call number
` [PATCH 3/6] core: Add support for retrying a bonding
` [PATCH 4/6] core: retry bonding attempt until the iterator reachs the end
` [PATCH 5/6] core: Add device_get_class to the public interface
` [PATCH 6/6] autopair: Add the autopair plugin

[PATCH] Powered status stored in BlueZ
 2013-04-12 21:51 UTC  (2+ messages)
` [PATCH] Make "Powered" property persistent across reboots

[PATCH v6 0/3] HID Connectability
 2013-04-12 20:20 UTC  (4+ messages)
` [PATCH v6 1/3] input: Documentation for new Input1 interface
` [PATCH v6 2/3] input: Implement the new ReconnectMode Input1 property
` [PATCH v6 3/3] input: Convert gboolean to bool

[PATCH] Bluetooth: Add support for Intel Bluetooth device [8087:07dc]
 2013-04-12 17:33 UTC  (3+ messages)

[PATCH] Bluetooth: Avoid dumplicate conn dev register
 2013-04-12  2:43 UTC  (2+ messages)
` [PATCH] Bluetooth: Avoid duplicate "

[PATCH] Bluetooth: Fix SCO connection reference
 2013-04-11 19:44 UTC  (15+ messages)
` [PATCH] Bluetooth: Add rejecting SCO
  ` [PATCH v1] "
` [PATCH] Bluetooth: Remove unneeded parameter
  ` [PATCH v1] "
` [PATCH] Bluetooth: Use GFP_KERNEL in sco_conn_add
` [PATCH] Bluetooth: Minor coding style fix
` [PATCH v1] Bluetooth: Fix SCO connection reference

[RFC] Bluetooth: Add support for Intel Bluetooth device [8087:07dc]
 2013-04-11 19:35 UTC  (9+ messages)

[PATCH BlueZ 1/2] tools: Add script for updating bt_compidtostr() implementation
 2013-04-11 18:59 UTC  (2+ messages)
` [PATCH BlueZ 2/2] lib: Fix list of company identifiers

[PATCH BlueZ 0/3] shared: Different address for hciemu devices
 2013-04-11 17:41 UTC  (5+ messages)
` [PATCH BlueZ 1/3] emulator: Add getter function for device address in btdev
` [PATCH BlueZ 2/3] shared: Remove static address assignment in hciemu
` [PATCH BlueZ 3/3] shared: Return real address of master dev "

[PATCH 6/8] obexd: Read SDP attributes when instantiating MAP session
 2013-04-11  9:23 UTC  (4+ messages)
` [PATCH 7/8] obexd: Add the possibility for drivers to force a service lookup
` [PATCH 8/8] obexd: Force service lookup when instantiating MAP session
` [PATCH 0/8] MAP client: Read MASInstanceID for the current connection

[PATCH] Bluetooth: Use separate function for BCM92035 vendor setup
 2013-04-11  6:07 UTC  (2+ messages)

[PATCH BlueZ 1/2] test: Fix opp-client not printing progress
 2013-04-10 14:17 UTC  (2+ messages)
` [PATCH BlueZ 2/2] obexd: Fix using the same prefix for client and server sessions

[PATCH 0/5] MAP client: Add Message Notification Service (MNS) server
 2013-04-10 13:02 UTC  (2+ messages)

obexd questions
 2013-04-10  8:46 UTC  (3+ messages)

[PATCH v4 0/6] sco: SCO socket option for voice_setting
 2013-04-09 16:38 UTC  (8+ messages)
` [PATCH v4 2/6] Bluetooth: Add SCO socket voice_setting option

[PATCH 0/5] MAP client: Add notification dispatcher
 2013-04-09 11:55 UTC  (6+ messages)
` [PATCH 1/5] obexd: Add MAP "
` [PATCH 2/5] build: Add support for building "
` [PATCH 3/5] obexd: Add function to get the destination from the obc_session
` [PATCH 4/5] obexd: Register notification handler in the MAP client
` [PATCH 5/5] obexd: Notify registered notification handlers in MNS


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox