linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-01-18 11:57:35 to 2012-01-21 22:28:34 UTC [more...]

[PATCH v4] Bluetooth: silence lockdep warning
 2012-01-21 22:28 UTC 

[PATCH v3] Bluetooth: silence lockdep warning
 2012-01-21 20:43 UTC  (2+ messages)

[PATCH] Bluetooth: silence lockdep warning
 2012-01-21 19:51 UTC  (7+ messages)

[PATCH v2] Bluetooth: Remove usage of __cancel_delayed_work()
 2012-01-21 19:42 UTC  (4+ messages)

[PATCH v2] Bluetooth: silence lockdep warning
 2012-01-21 19:05 UTC 

[RFC PATCH 0/3] Generate PIN for keyboards inside bluetoothd
 2012-01-21 17:29 UTC  (7+ messages)
` [RFC PATCH 1/3] lib: add header of device class constants
` [RFC PATCH 2/3] agent: add DisplayPinCode method
` [RFC PATCH 3/3] Implement HID profile recommendation for keyboards

[PATCH] Bluetooth: Use non locking get_chan and explicit lock
 2012-01-21 16:41 UTC  (2+ messages)

[PATCH] Bluetooth: Check for chan_type before locking sk
 2012-01-21 16:40 UTC  (2+ messages)

[RFC PATCH 0/2] auto-pairing plugin
 2012-01-21  1:59 UTC  (3+ messages)
` [RFC PATCH 1/2] plugin: add bonding complete and cancel callbacks with optional retry
` [RFC PATCH 2/2] autopair: add autopair plugin

[PATCH BlueZ v1 0/1] Add Support for BLE Services to Adapter
 2012-01-20 17:35 UTC  (3+ messages)
` [PATCH BlueZ v1 1/1] "

[PATCH 1/2] Remove dead code from bonding_request_new
 2012-01-20 15:26 UTC  (2+ messages)
` [PATCH 2/2] Remove dead code from device_create_bonding

[PATCH obexd 1/6] client: fix circular dependency of session and transfer
 2012-01-20 15:05 UTC  (7+ messages)
` [PATCH obexd 2/6] client: remove unused field
` [PATCH obexd 3/6] client: add support for transport drivers
` [PATCH obexd 4/6] client: add bluetooth transport driver
` [PATCH obexd 5/6] client: move bluetooth specific code from session.c to bluetooth.c
` [PATCH obexd 6/6] client: simplify handling of D-Bus pending calls in bluetooth.c

Decoding of MAP application parameters
 2012-01-20 14:54 UTC  (8+ messages)
` [PATCH obexd v5 1/5] MAP: Implementation of MAP AP core functions
` [PATCH obexd v5 2/5] map_ap.h: Remove MAP_AP_INVALID
` [PATCH obexd v5 3/5] map_ap.c: Add implementation for map_ap_set_*
` [PATCH obexd v5 4/5] map_ap.c: Add implementation for map_ap_decode()
  ` [PATCH obexd v5.1 "
` [PATCH obexd v5 5/5] map_ap.c: Add dumping of map_ap_t after decoding

[PATCH 1/2] Bluetooth: Make l2cap_ertm_data_rcv static
 2012-01-20 13:25 UTC  (3+ messages)

[PATCHv2] Bluetooth: Add alloc_skb chan operator
 2012-01-20 12:08 UTC 

[PATCH BlueZ v2 0/1] Add provision for terminating an ATT connection
 2012-01-20 11:54 UTC  (2+ messages)
` [PATCH BlueZ v2 1/1] "

[PATCH BlueZ v2 0/1] Add Support for BLE Services to Adapter
 2012-01-20  8:47 UTC  (2+ messages)
` [PATCH BlueZ v2 1/1] "

[PATCH BlueZ 2/2] Add Link Loss Alert for Proximity Reporter API
 2012-01-19 18:38 UTC  (2+ messages)

[RFC BlueZ] Add Proximity Reporter interface - Proposal 2
 2012-01-19 18:36 UTC  (6+ messages)
` [PATCH BlueZ 1/2] Add Proximity Reporter API

[RFC v8 0/9] Add org.bluez.Telephony interface
 2012-01-19 14:24 UTC  (10+ messages)
` [RFC v8 1/9] audio: Move tel drivers to DBus interface
` [RFC v8 2/9] audio: Simplify org.bluez.Headset
` [RFC v8 3/9] audio: Remove dummy tel driver
` [RFC v8 4/9] audio: Remove maemo5 "
` [RFC v8 5/9] audio: Remove maemo6 "
` [RFC v8 6/9] audio: Remove oFono "
` [RFC v8 7/9] audio: Move HFP/HSP AG servers to telephony.c
` [RFC v8 8/9] audio: Send transport path to telephony agent
` [RFC v8 9/9] audio: Move HFP HF server to telephony.c

[RFC] Bluetooth: Add alloc_skb chan operator
 2012-01-19 13:30 UTC  (2+ messages)

[RFCv3 00/34] RFC Bluetooth A2MP implementation
 2012-01-19 13:18 UTC  (39+ messages)
` [RFCv3 01/34] Bluetooth: trivial: space correction
` [RFCv3 02/34] Bluetooth: trivial: clean up of l2cap_chan_connect
` [RFCv3 03/34] Bluetooth: Make ertm_init available
` [RFCv3 04/34] Bluetooth: Make l2cap_ertm_data_rcv available
` [RFCv3 05/34] Bluetooth: Allocate skb depending on sk
` [RFCv3 06/34] Bluetooth: Check sk before assigning sk_err
` [RFCv3 07/34] Bluetooth: Add send function to chan ops
` [RFCv3 08/34] Bluetooth: Make l2cap_chan_add available
` [RFCv3 09/34] Bluetooth: A2MP: Create A2MP channel
` [RFCv3 10/34] Bluetooth: A2MP: AMP Manager basic functions
` [RFCv3 11/34] Bluetooth: A2MP: Add channel close callback
` [RFCv3 12/34] Bluetooth: Add state_change for A2MP channel
` [RFCv3 13/34] Bluetooth: A2MP: Build and Send msg helpers
` [RFCv3 14/34] Bluetooth: A2MP: Definitions for A2MP commands
` [RFCv3 15/34] Bluetooth: A2MP: Define A2MP status codes
` [RFCv3 16/34] Bluetooth: A2MP: Process A2MP messages
` [RFCv3 17/34] Bluetooth: A2MP: Process A2MP Command Reject
` [RFCv3 18/34] Bluetooth: A2MP: Helper functions to count HCI devs
` [RFCv3 19/34] Bluetooth: A2MP: Process A2MP Discover Request
` [RFCv3 20/34] Bluetooth: A2MP: Process A2MP Change Notify
` [RFCv3 21/34] Bluetooth: A2MP: Process A2MP Get Info Request
` [RFCv3 22/34] Bluetooth: A2MP: Process A2MP Get AMP Assoc Request
` [RFCv3 23/34] Bluetooth: A2MP: Process A2MP Create Physlink Request
` [RFCv3 24/34] Bluetooth: A2MP: Process A2MP Disc "
` [RFCv3 25/34] Bluetooth: A2MP: Process A2MP Command Responses
` [RFCv3 26/34] Bluetooth: Clean up l2cap_chan_add
` [RFCv3 27/34] Bluetooth: A2MP: Handling fixed channels
` [RFCv3 28/34] Bluetooth: A2MP: Manage incoming connections
` [RFCv3 29/34] Bluetooth: physical link HCI interface to AMP
` [RFCv3 30/34] Bluetooth: Define AMP controller statuses
` [RFCv3 31/34] Bluetooth: General HCI callback implementation
` [RFCv3 32/34] Bluetooth: Process HCI callbacks in a workqueue
` [RFCv3 33/34] Bluetooth: AMP: Use HCI callback for Read AMP Info
` [RFCv3 34/34] Bluetooth: AMP: Read Local Assoc support

[PATCH 0/3] New versions of some previous mgmt patches
 2012-01-19 11:38 UTC  (8+ messages)
` [PATCH 1/3] Bluetooth: Merge boolean members of struct hci_conn into flags
` [PATCH 2/3] Bluetooth Convert hdev->ssp_mode to a flag
` [PATCH 3/3] Bluetooth: Add a convenience function to check for SSP enabled

[PATCH] mgmt-api: Add information about endianness
 2012-01-19 10:41 UTC  (2+ messages)

[PATCH 0/15] Bluetooth: Update to latest mgmt API
 2012-01-19  9:39 UTC  (39+ messages)
` [PATCH 01/15] Bluetooth: Fix clearing persistent flags
` [PATCH 02/15] Bluetooth: Rename mgmt connected events to match user space
` [PATCH 03/15] Bluetooth: Add eir_len parameter to mgmt_ev_device_found
` [PATCH 04/15] Bluetooth: Rename eir_has_complete_name to eir_has_data_type
` [PATCH 05/15] Bluetooth: Add missing EIR defines to hci.h
` [PATCH 06/15] Bluetooth: Move eir_has_data_field to hci_core.h
` [PATCH 07/15] Bluetooth: Merge device class into the EIR data in mgmt_ev_device_found
` [PATCH 08/15] Bluetooth: Rename conn->pend to conn->flags
` [PATCH 09/15] Bluetooth: Merge boolean members of struct hci_conn into flags
` [PATCH 10/15] Bluetooth: Add a convenience function to check for SSP enabled
` [PATCH 11/15] Bluetooth: Convert hdev->ssp_mode to a flag
` [PATCH 12/15] Bluetooth: Convert hdev->out to a bool type
` [PATCH 13/15] Bluetooth: Update device_connected and device_found events to latest API
` [PATCH 14/15] Bluetooth: Rename hdev->flags to hdev->compat_flags
` [PATCH 15/15] Bluetooth: Rename hdev->dev_flags to hdev-flags

RFA: Implementing HID spec recommendation for Keyboard PINs
 2012-01-19  8:36 UTC  (5+ messages)

[RFC BlueZ 0/1] Add provision for terminating an ATT connection
 2012-01-19  7:57 UTC  (4+ messages)
` [RFC BlueZ 1/1] "

uuid_t and bt_uuid_t
 2012-01-19  7:46 UTC  (2+ messages)

[PATCH BlueZ v2 1/4] Add support for creating devices from the stored LTK's
 2012-01-18 23:13 UTC  (4+ messages)
` [PATCH BlueZ v2 2/4] Use the helper function to convert a string to a binary buffer
` [PATCH BlueZ v2 3/4] Fix memory leak when loading keys
` [PATCH BlueZ v2 4/4] Remove the SMP Long Term Key when the device is removed

[PATCH BlueZ 01/11] mgmt-api: Update the commands for exchanging LTK's
 2012-01-18 22:34 UTC  (12+ messages)
` [PATCH BlueZ 02/11] Add messages to the mgmt interface to handle SMP key storage
` [PATCH BlueZ 08/11] Add support for sending the Load Long Term Keys commands

[PATCH 1/2] Bluetooth: Remove usage of __cancel_delayed_work()
 2012-01-18 19:40 UTC  (4+ messages)
` [PATCH 2/2] Bluetooth: Remove wait for delayed work to finish

[PATCH obexd v4 2/4] map_ap.c: Add implementation for map_ap_set_*
 2012-01-18 19:06 UTC  (3+ messages)
` [PATCH obexd v4 3/4] map_ap.c: Add implementation for map_ap_decode()
` [PATCH obexd v4 4/4] map_ap.c: Add dumping of map_ap_t after decoding

[PATCH obexd v4 1/4] MAP: Implementation of MAP AP core functions
 2012-01-18 19:06 UTC 

[PATCH obexd v3 1/4] MAP: Implementation of MAP AP core functions
 2012-01-18 18:44 UTC  (4+ messages)
` [PATCH obexd v3 2/4] map_ap.c: Add implementation for map_ap_set_*
` [PATCH obexd v3 3/4] map_ap.c: Add implementation for map_ap_decode()
` [PATCH obexd v3 4/4] map_ap.c: Add dumping of map_ap_t after decoding

[PATCH] Fix compilation error in mgmt/main.c
 2012-01-18 12:29 UTC  (2+ messages)

[PATCH obexd] client: fix not being able to read apparams when transfer is complete
 2012-01-18 12:27 UTC  (2+ messages)

[PATCH obexd v3] client: fix parsing of apparam on pbap driver
 2012-01-18 12:26 UTC  (2+ messages)

[PATCH v1 0/1] Send correct response to IO Capability Request
 2012-01-18 12:23 UTC  (3+ messages)
` [PATCH v1 1/1] Bluetooth: "

[PATCH v1 0/1] Add KeyboardDisplay IO Capability
 2012-01-18 12:22 UTC  (3+ messages)
` [PATCH v1 1/1] "

[PATCH obexd v2 1/4] MAP: Implementation of MAP AP core functions
 2012-01-18 12:13 UTC  (2+ messages)

[PATCH obexd 1/2] gobex: Remove reduntant NULL assignment
 2012-01-18 12:06 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).