messages from 2013-11-29 13:12:31 to 2013-12-06 22:05:44 UTC [more...]
[RFC v4 00/12] LE auto connection and connection parameters
2013-12-06 22:05 UTC (8+ messages)
` [RFC v4 01/12] Bluetooth: Save connection interval parameters in hci_conn
` [RFC v4 02/12] Bluetooth: Group list_head fields from strcut hci_dev together
` [RFC v4 03/12] Bluetooth: Introduce connection parameters list
` [RFC v4 04/12] Bluetooth: Use connection parameters if any
` [RFC v4 05/12] Bluetooth: Stop scanning on LE connection
` [RFC v4 06/12] Bluetooth: Introduce hdev->pend_le_conn list
` [RFC v4 07/12] Bluetooth: Introduce LE auto connection infrastructure
SM: is BlueZ the Master/Initiator or Slave/Responder?
2013-12-06 19:47 UTC (3+ messages)
[PATCH RFC] tty_ldisc: add more limits to the @write_wakeup
2013-12-06 16:18 UTC (3+ messages)
[PATCH 1/8] android: Fix turning BT off during pairing
2013-12-06 15:30 UTC (10+ messages)
` [PATCH 2/8] android: Update haltest tool entry in README
` [PATCH 3/8] android: Fix sending status on bluetooth init if already initialized
` [PATCH 4/8] android/hidhost: Unregister ipc handlers if init fails
` [PATCH 5/8] android/pan: "
` [PATCH 6/8] android/a2dp: "
` [PATCH 7/8] android/pan: Move logic from HAL layer to daemon
` [PATCH 8/8] android/pan: Move logic from HAL "
` [PATCHv2] android: Fix delayed adapter turn off
[PATCH v2 1/2] Bluetooth: Use min_t for calculating chan->imtu
2013-12-06 5:55 UTC (5+ messages)
` [PATCH v2 2/2] Bluetooth: Fix valid LE PSM check
[PATCH v3 1/2] Bluetooth: Use min_t for calculating chan->mps
2013-12-06 5:54 UTC (2+ messages)
` [PATCH v3 2/2] Bluetooth: Fix valid LE PSM check
[PATCH v3 1/2] Bluetooth: Use min_t for calculating chan->mps
2013-12-06 5:53 UTC
[PATCH 1/2] Bluetooth: Use min_t for calculating chan->imtu
2013-12-06 5:07 UTC (3+ messages)
` [PATCH 2/2] Bluetooth: Fix valid LE PSM check
[PATCH v2 00/32] Bluetooth: LE CoC support
2013-12-06 5:05 UTC (36+ messages)
` [PATCH v2 01/32] Bluetooth: Remove unnecessary braces from one-line if-statement
` [PATCH v2 02/32] Bluetooth: Add module parameter to enable LE CoC support
` [PATCH v2 03/32] Bluetooth: Update l2cap_global_chan_by_psm() to take a link type
` [PATCH v2 04/32] Bluetooth: Allow l2cap_chan_check_security() to be used for LE links
` [PATCH v2 05/32] Bluetooth: Pass command length to LE signaling channel handlers
` [PATCH v2 06/32] Bluetooth: Move LE L2CAP initiator procedure to its own function
` [PATCH v2 07/32] Bluetooth: Add definitions for LE connection oriented channels
` [PATCH v2 08/32] Bluetooth: Add initial code for LE L2CAP Connect Request
` [PATCH v2 09/32] Bluetooth: Add smp_sufficient_security helper function
` [PATCH v2 10/32] Bluetooth: Refactor L2CAP connect rejection to its own function
` [PATCH v2 11/32] Bluetooth: Add basic LE L2CAP connect request receiving support
` [PATCH v2 12/32] Bluetooth: Fix L2CAP channel closing for LE connections
` [PATCH v2 13/32] Bluetooth: Add L2CAP Disconnect suppport for LE
` [PATCH v2 14/32] Bluetooth: Make l2cap_le_sig_cmd logic consistent
` [PATCH v2 15/32] Bluetooth: Add LE L2CAP flow control mode
` [PATCH v2 16/32] Bluetooth: Track LE L2CAP credits in l2cap_chan
` [PATCH v2 17/32] Bluetooth: Limit L2CAP_OPTIONS socket option usage with LE
` [PATCH v2 18/32] Bluetooth: Add new BT_SNDMTU and BT_RCVMTU socket options
` [PATCH v2 19/32] Bluetooth: Implement returning of LE L2CAP credits
` [PATCH v2 20/32] Bluetooth: Add LE flow control discipline
` [PATCH v2 21/32] Bluetooth: Reject LE CoC commands when the feature is not enabled
` [PATCH v2 22/32] Bluetooth: Introduce L2CAP channel callback for suspending
` [PATCH v2 23/32] Bluetooth: Add LE L2CAP segmentation support for outgoing data
` [PATCH v2 24/32] Bluetooth: Implement LE L2CAP reassembly
` [PATCH v2 25/32] Bluetooth: Fix LE L2CAP Connect Request handling together with SMP
` [PATCH v2 26/32] Bluetooth: Fix suspending the L2CAP socket if we start with 0 credits
` [PATCH v2 27/32] Bluetooth: Limit LE MPS to the MTU value
` [PATCH v2 28/32] Bluetooth: Fix clearing of chan->omtu for LE CoC channels
` [PATCH v2 29/32] Bluetooth: Fix CID ranges for LE CoC CID allocations
` [PATCH v2 30/32] Bluetooth: Fix validating LE PSM values
` [PATCH v2 31/32] Bluetooth: Add debugfs controls for LE CoC MPS and Credits
` [PATCH v2 32/32] Bluetooth: Simplify l2cap_chan initialization for LE CoC
[RFC v3 00/12] LE auto connection and connection parameters
2013-12-06 4:40 UTC (3+ messages)
[PATCH v2 0/6] android: initial code for automated tests
2013-12-05 15:00 UTC (3+ messages)
` [PATCH v2 1/6] android: Add android-tester
[PATCHv2 0/4] Socket optimization
2013-12-05 14:51 UTC (8+ messages)
` [PATCHv2 1/4] android/socket: Cleanup sockets on unregister
` [PATCHv2 2/4] android/socket Use 64K buffer for socket handling
` [PATCHv2 3/4] android/socket: Use heap instead of stack
` [PATCHv2 4/4] android/socket: Setup socket buffer sizes
[PATCH] all: Use G_SOURCE_REMOVE/G_SOURCE_CONTINUE macros
2013-12-05 14:00 UTC (3+ messages)
[PATCH 2/2] android/audio: Add audio-hal initial skeleton
2013-12-05 13:59 UTC
[PATCH 00/31] Bluetooth: LE CoC support
2013-12-04 16:15 UTC (34+ messages)
` [PATCH 01/31] Bluetooth: Remove unnecessary braces from one-line if-statement
` [PATCH 02/31] Bluetooth: Add module parameter to enable LE CoC support
` [PATCH 03/31] Bluetooth: Update l2cap_global_chan_by_psm() to take a link type
` [PATCH 04/31] Bluetooth: Allow l2cap_chan_check_security() to be used for LE links
` [PATCH 05/31] Bluetooth: Pass command length to LE signaling channel handlers
` [PATCH 06/31] Bluetooth: Move LE L2CAP initiator procedure to its own function
` [PATCH 07/31] Bluetooth: Add definitions for LE connection oriented channels
` [PATCH 08/31] Bluetooth: Add initial code for LE L2CAP Connect Request
` [PATCH 09/31] Bluetooth: Add smp_sufficient_security helper function
` [PATCH 10/31] Bluetooth: Refactor L2CAP connect rejection to its own function
` [PATCH 11/31] Bluetooth: Add basic LE L2CAP connect request receiving support
` [PATCH 12/31] Bluetooth: Fix L2CAP channel closing for LE connections
` [PATCH 13/31] Bluetooth: Add L2CAP Disconnect suppport for LE
` [PATCH 14/31] Bluetooth: Make l2cap_le_sig_cmd logic consistent
` [PATCH 15/31] Bluetooth: Add LE L2CAP flow control mode
` [PATCH 16/31] Bluetooth: Track LE L2CAP credits in l2cap_chan
` [PATCH 17/31] Bluetooth: Limit L2CAP_OPTIONS socket option usage with LE
` [PATCH 18/31] Bluetooth: Add new BT_SNDMTU and BT_RCVMTU socket options
` [PATCH 19/31] Bluetooth: Implement returning of LE L2CAP credits
` [PATCH 20/31] Bluetooth: Add LE flow control discipline
` [PATCH 21/31] Bluetooth: Reject LE CoC commands when the feature is not enabled
` [PATCH 22/31] Bluetooth: Introduce L2CAP channel callback for suspending
` [PATCH 23/31] Bluetooth: Add LE L2CAP segmentation support for outgoing data
` [PATCH 24/31] Bluetooth: Implement LE L2CAP reassembly
` [PATCH 25/31] Bluetooth: Fix LE L2CAP Connect Request handling together with SMP
` [PATCH 26/31] Bluetooth: Fix suspending the L2CAP socket if we start with 0 credits
` [PATCH 27/31] Bluetooth: Limit LE MPS to the MTU value
` [PATCH 28/31] Bluetooth: Fix clearing of chan->omtu for LE CoC channels
` [PATCH 29/31] Bluetooth: Fix CID ranges for LE CoC CID allocations
` [PATCH 30/31] Bluetooth: Fix validating LE PSM values
` [PATCH 31/31] Bluetooth: Add debugfs controls for LE CoC MPS and Credits
[PATCHv1 0/2] Introduce default adapter property
2013-12-04 15:39 UTC (5+ messages)
` [PATCHv1 1/2] doc: "
` [PATCHv1 2/2] adapter: "
pull request: bluetooth-next 2013-12-04
2013-12-04 13:25 UTC
[PATCH] Bluetooth: Add support for Toshiba Bluetooth device [0930:0220]
2013-12-04 13:12 UTC (2+ messages)
[PATCH 1/6] android/a2dp: Fix possible NULL dereference
2013-12-04 8:36 UTC (8+ messages)
` [PATCH 2/6] android/pan: Remove unneeded NULL assignment
` [PATCH 3/6] android/pan: Fix no return on error path
` [PATCH 4/6] android/doc: Add socket-api.txt document
` [PATCH 5/6] sdp: Remove dead code
` [PATCH 6/6] avdtp: Remove unneeded local variable
have to re-pair mouse every few hours
2013-12-04 0:06 UTC (9+ messages)
` have to re-pair mouse every few hours (update: mouse needs periodic authorization?)
cross compiling bluez 4.101
2013-12-03 22:38 UTC
tools: Parsing commands is lenient?
2013-12-03 21:27 UTC
Missing BT_POWER option for l2cap sockets in bluetooth.h?
2013-12-03 17:46 UTC (3+ messages)
[PATCH] obex: Fix checking incorrect error code
2013-12-03 16:04 UTC
[PATCH] android: Fix missing failure check in ipc_init
2013-12-03 12:42 UTC
[PATCH BlueZ] audio/AVCTP: Fix crash
2013-12-03 12:22 UTC (4+ messages)
[PATCH] android: Use G_N_ELEMENTS macro for table elements calculation
2013-12-03 12:10 UTC (2+ messages)
[PATCH] android: Move sockets handling from main to IPC code
2013-12-03 12:09 UTC (2+ messages)
[PATCH] android/socket Use 64K buffer for socket handling
2013-12-03 10:17 UTC
[PATCH 0/4] more sixaxis goodies
2013-12-03 7:48 UTC (6+ messages)
` [PATCH 1/4] sixaxis: Add support for setting PS3 controller LEDs
` [PATCH 2/4] Rename device_is_connected to btd_device_is_connected
` [PATCH 3/4] sixaxis: Skip controller setup if already connected over Bluetooth
` [PATCH 4/4] sixaxis: Add support for setting LEDs when connected over USB
Add empty udev rule to disable hid2hci by default
2013-12-02 23:15 UTC (2+ messages)
Help for USB Dongle Asus USB-BT400 with Raspberry Pi and Bluez
2013-12-02 18:03 UTC
[PATCH] android/socket Use 4K buffer for socket handling
2013-12-02 16:06 UTC
[PATCH 1/4] android/socket: Cleanup sockets on unregister
2013-12-02 15:46 UTC (4+ messages)
` [PATCH 2/4] android/a2dp: Fix possible NULL dereference
` [PATCH 3/4] android/pan: Remove unneeded NULL assignment
` [PATCH 4/4] android/pan: Fix no return on error path
[PATCH v3 0/9] android: IPC improvements - daemon part
2013-12-02 14:53 UTC (11+ messages)
` [PATCH v3 1/9] android: Add initial code for IPC message handlers
` [PATCH v3 2/9] android/main: Use generic IPC message handling for core service
` [PATCH v3 3/9] android/main: Use common exit path in core service functions
` [PATCH v3 4/9] android/bluetooth: Use generic IPC msg handling for commands
` [PATCH v3 5/9] android/bluetooth: Make property handling function return HAL status
` [PATCH v3 6/9] android/hidhost: Use generic IPC message handling for commands
` [PATCH v3 7/9] android/pan: "
` [PATCH v3 8/9] android/a2dp: "
` [PATCH v3 9/9] android/socket: "
[PATCH 0/2] Bluetooth: A couple of SMP fixes
2013-12-02 11:23 UTC (4+ messages)
` [PATCH 1/2] Bluetooth: Remove useless smp_rand function
` [PATCH 2/2] Bluetooth: Remove dead code from SMP encryption function
[PATCH_v5 0/6] Refactor bnep code and implement pan methods
2013-11-29 15:16 UTC (8+ messages)
` [PATCH_v5 1/6] profiles/network: Refactor bnep connection setup functionality
` [PATCH_v5 2/6] profiles/network: Rename common.c|h to bnep.c|h
` [PATCH_v5 3/6] android/pan: Implement pan connect method in daemon
` [PATCH_v5 4/6] android/pan: Implement pan disconnect "
` [PATCH_v5 5/6] android/pan: Implement the get local role "
` [PATCH_v5 6/6] android: Add reasons for adding capabilites to process
[RFC] android/doc: Add socket-api.txt document
2013-11-29 13:28 UTC
[PATCH_v4 0/6] Refactor bnep code and implement pan methods
2013-11-29 13:12 UTC (7+ messages)
` [PATCH_v4 1/6] profiles/network: Refactor bnep connection setup functionality
` [PATCH_v4 2/6] profiles/network: Rename common.c|h to bnep.c|h
` [PATCH_v4 3/6] android/pan: Implement pan connect method in daemon
` [PATCH_v4 4/6] android/pan: Implement pan disconnect "
` [PATCH_v4 5/6] android/pan: Implement the get local role "
` [PATCH_v4 6/6] android: Add reasons for adding capabilites to process
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).