linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-02-20 09:54:11 to 2012-02-22 11:16:39 UTC [more...]

[PATCH 1/3] Bluetooth: mgmt: Make Set Link Security callable while powered off
 2012-02-22 11:16 UTC  (5+ messages)
` [PATCH 2/3] Bluetooth: Remove unneeded hci_cc_read_ssp_mode function
` [PATCH 3/3] Bluetooth: mgmt: Make Set SSP command callable while powered off

[PATCH] Bluetooth: Fix two minor style issues in HCI code
 2012-02-22 11:06 UTC 

[PATCH] Bluetooth: Fix two minor style issues in management code
 2012-02-22 10:59 UTC 

[PATCHv2 0/3] Bluetooth: Change socket lock to l2cap_chan lock
 2012-02-22 10:43 UTC  (4+ messages)
` [PATCHv2 1/3] Bluetooth: Add unlocked __l2cap_chan_add function
` [PATCHv2 2/3] Bluetooth: Change sk lock to chan lock in L2CAP core
` [PATCHv2 3/3] Bluetooth: Remove socket lock check

AVRCP Controller Role
 2012-02-22 10:02 UTC 

[PATCHv1 00/14] Bluetooth: Change socket lock to l2cap_chan lock
 2012-02-22  9:59 UTC  (41+ messages)
` [PATCHv1 01/14] Bluetooth: trivial: Fix long line
` [PATCHv1 02/14] Bluetooth: Revert to mutexes from RCU list
` [PATCHv1 03/14] Bluetooth: Add l2cap_chan_lock
` [PATCHv1 04/14] Bluetooth: Add locked and unlocked state_change
` [PATCHv1 05/14] Bluetooth: Add socket error function
` [PATCHv1 06/14] Bluetooth: Add unlocked __l2cap_chan_add function
` [PATCHv1 07/14] Bluetooth: Use chan lock in timers
` [PATCHv1 08/14] Bluetooth: Use chan lock in L2CAP sig commands
` [PATCHv1 09/14] Bluetooth: Use chan lock in L2CAP conn start
` [PATCHv1 10/14] Bluetooth: Use chan lock in receiving data
` [PATCHv1 11/14] Bluetooth: Change locking logic for conn/chan ready
` [PATCHv1 12/14] Bluetooth: Change locking logic in security_cfm
` [PATCHv1 13/14] Bluetooth: Use l2cap chan lock in socket connect
` [PATCHv1 14/14] Bluetooth: Remove socket lock check

[PATCH v2 0/2] gateway: Fix crash if SCO connection fails
 2012-02-22  8:43 UTC  (5+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] media: register disconnect watch at transport add

[PATCH 1/6] Bluetooth: mgmt: Allow connectable/discoverable changes in off state
 2012-02-22  8:09 UTC  (8+ messages)
` [PATCH 2/6] Bluetooth: mgmt: Fix Removing discoverable timeout in set_connectable
` [PATCH 3/6] Bluetooth: mgmt: Fix current settings values when powered off
` [PATCH 4/6] Bluetooth: mgmt: Add convenience function for sending New Settings
` [PATCH 5/6] Bluetooth: mgmt: Fix New Settings event for connectable/discoverable
` [PATCH 6/6] Bluetooth: Fix clearing of persistent dev_flags

[RFC] Bluetooth: Add set_err to state_change callback
 2012-02-22  8:00 UTC  (3+ messages)

[PATCH] Bluetooth: Add AR30XX device ID on Asus laptops
 2012-02-21 19:06 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 1/9] Bluetooth: mgmt: Fix powered checks for commands
 2012-02-21 17:46 UTC  (19+ messages)
` [PATCH 2/9] Bluetooth: mgmt: Fix set_local_name and set_dev_class powered checks
` [PATCH 3/9] Bluetooth: mgmt: Allow connectable/discoverable changes in off state
` [PATCH 4/9] Bluetooth: mgmt: Fix current settings values when powered off
` [PATCH 5/9] Bluetooth: mgmt: Add convenience function for sending New Settings
` [PATCH 6/9] Bluetooth: mgmt: Fix New Settings event for connectable/discoverable
` [PATCH 7/9] Bluetooth: mgmt: Fix set_fast_connectable error return
` [PATCH 8/9] Bluetooth: mgmt: Fix pairable setting upon initialization
` [PATCH 9/9] Bluetooth: Fix clearing of persistent dev_flags

AVRCP 1.3 support for CT and TG Role in bluez-4.98
 2012-02-21 15:37 UTC  (2+ messages)

[PATCH obexd v2 0/8] Transfer cancelation
 2012-02-21 13:57 UTC  (9+ messages)
` [PATCH obexd v2 1/8] gobex: fix callback remove when canceling transfer
` [PATCH obexd v2 2/8] client: fix obc_session_get_buffer
` [PATCH obexd v2 3/8] client: fix cancel when no agent present
` [PATCH obexd v2 4/8] client: process transfer queue only if none active
` [PATCH obexd v2 5/8] client: terminate queued transfers properly
` [PATCH obexd v2 6/8] client: expose obc_transfer_set_callback
` [PATCH obexd v2 7/8] client: fix canceling queued transfers
` [PATCH obexd v2 8/8] client: make sure callback does not match size

[PATCH] Bluetooth: Don't send New Settings event during setup power down
 2012-02-21 12:21 UTC  (2+ messages)

[PATCH v2] Bluetooth: Only keep controller up after init if powered on
 2012-02-21 12:21 UTC  (2+ messages)

[PATCH obexd 0/9] Transfer cancelation
 2012-02-21 11:56 UTC  (18+ messages)
` [PATCH obexd 1/9] gobex: fix callback remove when canceling transfer
` [PATCH obexd 2/9] client: fix obc_session_get_buffer
` [PATCH obexd 3/9] client: deny cancel when no agent present
` [PATCH obexd 4/9] client: remove unnecessary code
` [PATCH obexd 5/9] client: process transfer queue only if none active
` [PATCH obexd 6/9] client: terminate queued transfers properly
` [PATCH obexd 7/9] client: expose obc_transfer_set_callback
` [PATCH obexd 8/9] client: allow cancelling queued transfers
` [PATCH obexd 9/9] client: make sure callback does not match size

[PATCH] Add Atheros maryann PIDVID support
 2012-02-21 11:16 UTC  (2+ messages)

[RFCv6 00/14] Bluetooth: Change socket lock to l2cap_chan lock
 2012-02-21 10:57 UTC  (25+ messages)
` [RFCv6 01/14] Bluetooth: trivial: Fix long line
` [RFCv6 02/14] Bluetooth: Revert to mutexes from RCU list
` [RFCv6 03/14] Bluetooth: Add l2cap_chan_lock
` [RFCv6 04/14] Bluetooth: Add locked and unlocked state_change
` [RFCv6 05/14] Bluetooth: Add socket error function
` [RFCv6 06/14] Bluetooth: Add unlocked __l2cap_chan_add function
` [RFCv6 07/14] Bluetooth: Use chan lock in timers
` [RFCv6 08/14] Bluetooth: Use chan lock in L2CAP sig commands
` [RFCv6 09/14] Bluetooth: Use chan lock in L2CAP conn start
` [RFCv6 10/14] Bluetooth: Use chan lock in receiving data
` [RFCv6 11/14] Bluetooth: Change locking logic for conn/chan ready
` [RFCv6 12/14] Bluetooth: Change locking logic in security_cfm
` [RFCv6 13/14] Bluetooth: Use l2cap chan lock in socket connect
` [RFCv6 14/14] Bluetooth: Remove socket lock check

[PATCH] Bluetooth: Fix parameter list for setting local name
 2012-02-21 10:46 UTC  (2+ messages)

[PATCH] Bluetooth: Only keep controller up after init if powered on
 2012-02-21 10:24 UTC 

[PATCH] Bluetooth: mgmt: Clear EIR data when disabling SSP
 2012-02-20 22:59 UTC  (2+ messages)

[PATCH 1/4] Bluetooth: mgmt: Add address type parameter to Stop Discovery command
 2012-02-20 22:27 UTC  (8+ messages)
` [PATCH 2/4] Bluetooth: mgmt: Add address type parameter to Discovering event
` [PATCH 3/4] Bluetooth: mgmt: Add basic support for Set High Speed command
` [PATCH 4/4] Bluetooth: mgmt: Fix Set SSP check for supported feature

[PATCH] Bluetooth: Set supported settings based on enabled HS and/or LE
 2012-02-20 21:12 UTC  (2+ messages)

[PATCH] Bluetooth: Always enable management interface
 2012-02-20 21:11 UTC  (2+ messages)

[PATCH] Bluetooth: Restrict access to management interface
 2012-02-20 21:11 UTC  (2+ messages)

[PATCH] Bluetooth: Add support for HCI monitor channel
 2012-02-20 21:11 UTC  (2+ messages)

[PATCH 0/2] Fix crash in profile descriptor list parsing
 2012-02-20 20:57 UTC  (3+ messages)
` [PATCH 1/2] sdp: Check type of sdp data before dereferencing
` [PATCH 2/2] sdp: Fix sdp_get_profile_descs for Mac Os X Lion

[RFC v2] Bluetooth: Add support for HCI monitor channel
 2012-02-20 14:26 UTC 

[RFC] Bluetooth: Add support for HCI monitor channel
 2012-02-20 14:15 UTC 

[PATCH obexd] core: Fix application parameter parsing in obex put
 2012-02-20 14:07 UTC 

[PATCH obexd] client: Fix ABORT command not sending when user cancels the transfer
 2012-02-20 14:02 UTC  (5+ messages)

[PATCH obexd] Obexd: Add parse apparam support to Obex Put
 2012-02-20 13:52 UTC  (3+ messages)

[PATCH] Bluetooth: Remove HCI notifier handling
 2012-02-20 12:48 UTC  (2+ messages)

[RFCv5 00/16] Bluetooth: Change socket lock to l2cap_chan lock
 2012-02-20 12:17 UTC  (6+ messages)
` [RFCv5 02/16] Bluetooth: Revert to mutexes from RCU list

[PATCH 1/8] Bluetooth: Use GFP_KERNEL for HCI socket allocations
 2012-02-20 11:50 UTC  (2+ messages)

[PATCH 8/8] Bluetooth: Fix issue with shared SKB between HCI raw socket and driver
 2012-02-20 10:58 UTC 

[PATCH 7/8] Bluetooth: Simplify HCI socket bind handling
 2012-02-20 10:58 UTC 

[PATCH 6/8] Bluetooth: Add HCI CMSG details only to raw sockets
 2012-02-20 10:58 UTC 

[PATCH 5/8] Bluetooth: Lock socket when reading HCI socket options
 2012-02-20 10:58 UTC 

[PATCH 4/8] Bluetooth: Limit HCI raw socket options to actual raw sockets
 2012-02-20 10:58 UTC 

[PATCH 3/8] Bluetooth: Remove unneeded bt_cb(skb)->channel variable
 2012-02-20 10:58 UTC 

[PATCH 2/8] Bluetooth: Split sending for HCI raw and control sockets
 2012-02-20 10:58 UTC 

Heart Rate Profile v.2
 2012-02-20  9:54 UTC  (2+ messages)
` [PATCH] Heart Rate Profile API

RFC Heart Rate API
 2012-02-20  9:54 UTC  (4+ messages)
` [PATCH] Heart Rate Profile API


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