linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-12-05 13:11:18 to 2013-12-11 11:47:11 UTC [more...]

[PATCH RFC] tty_ldisc: add more limits to the @write_wakeup
 2013-12-11 11:47 UTC  (5+ messages)

[PATCH 1/2] android/tester: Fix closing file descriptor
 2013-12-11 11:45 UTC  (2+ messages)
` [PATCH 2/2] android/tester: Remove not needed line

[PATCH] android/tester: Fix closing invalid fd
 2013-12-11 11:44 UTC 

[PATCH v4 1/7] android/tester: Add android-tester
 2013-12-11 11:15 UTC  (9+ messages)
` [PATCH v4 2/7] android/tester: Add pre-setup and post-teardown routines
` [PATCH v4 3/7] android/tester: Start emulator in new process
` [PATCH v4 4/7] android/tester: Add stack initialization of stack in setup
` [PATCH v4 5/7] android/tester: Make HAL logging wrapper print to stderr instead of stdout
` [PATCH v4 6/7] android/tester: Add basic enable test
` [PATCH v4 7/7] android/tester: Add status check and adapter enable, disable test cases

[PATCH BlueZ] build: Add coverage support
 2013-12-11 10:55 UTC 

[PATCH 1/9] android/bluetooth: Add support for reporting adapter type property
 2013-12-11 10:31 UTC  (9+ messages)
` [PATCH 2/9] android/bluetooth: Add support for adapter bonded devices property
` [PATCH 3/9] android/bluetooth: Add support for remote device friendly name
` [PATCH 4/9] android/bluetooth: Free devices on service unregister
` [PATCH 5/9] android/bluetooth: Add support for remote device class
` [PATCH 6/9] android/bluetooth: Add support for remote device RSSI
` [PATCH 7/9] android/bluetooth: Add support for get remote device properties command
` [PATCH 8/9] android/bluetooth: Add support for remote device type property
` [PATCH 9/9] android/bluetooth: Code style and whitespace cleanup

[PATCH 00/10] Refactoring bnep code to reduce redundancy
 2013-12-11 10:13 UTC  (11+ messages)
` [PATCH 01/10] bnep: Rename bnep_kill_connection to bnep_conndel
` [PATCH 02/10] bnep: Rename send ctrl_rsp and make it global
` [PATCH 03/10] bnep: Move bnep related calls to bnep.h|c
` [PATCH 04/10] profiles/network/server: Delete function which does nothing
` [PATCH 05/10] profiles/network: Move pan sdp record function bnep and make it global
` [PATCH 06/10] android/pan: Remove channel unref which causing disconnection
` [PATCH 07/10] android/pan: Fix missing cleanup calls
` [PATCH 08/10] android/pan: Fix minor white space
` [PATCH 09/10] android/pan: Free connected pan devices on profile unregister call
` [PATCH 10/10] android/pan: Add PAN NAP sdp record fo server role

[PATCH] hciemu: Print error in case hci_vhci is not loaded
 2013-12-11  9:36 UTC 

mouse not found with bluez5 but was fine with bluez4
 2013-12-11  9:21 UTC  (2+ messages)

[PATCH v9 0/5] Bluetooth LE 6LoWPAN
 2013-12-11  7:38 UTC  (6+ messages)
` [PATCH v9 1/5] 6lowpan: Moving generic compression code into 6lowpan_iphc.c
` [PATCH v9 2/5] net: if_arp: add ARPHRD_6LOWPAN type
` [PATCH v9 3/5] ipv6: Add checks for 6LOWPAN ARP type
` [PATCH v9 4/5] Bluetooth: Enable 6LoWPAN support for BT LE devices
` [PATCH v9 5/5] Bluetooth: Manually enable or disable 6LoWPAN between devices

[PATCH v8 0/5] Bluetooth LE 6LoWPAN
 2013-12-11  1:08 UTC  (8+ messages)
` [PATCH v8 1/5] 6lowpan: Moving generic compression code into 6lowpan_iphc.c
` [PATCH v8 2/5] net: if_arp: add ARPHRD_6LOWPAN type
` [PATCH v8 3/5] ipv6: Add checks for 6LOWPAN ARP type
` [PATCH v8 4/5] Bluetooth: Enable 6LoWPAN support for BT LE devices
` [PATCH v8 5/5] Bluetooth: Manually enable or disable 6LoWPAN between devices

Unknown option 'pin_helper
 2013-12-10 19:46 UTC  (2+ messages)

Help for USB Dongle Asus USB-BT400 with Raspberry Pi and Bluez
 2013-12-10 18:25 UTC  (2+ messages)

pull request: bluetooth-next 2013-12-10
 2013-12-10 15:38 UTC 

[PATCH v2 1/8] android/bluetooth: Rename functions to match adapter properties names
 2013-12-10 15:29 UTC  (9+ messages)
` [PATCH v2 2/8] android/bluetooth: Use single list for device caching
` [PATCH v2 3/8] android/bluetooth: Fix coding style issue in set_device_bond_state
` [PATCH v2 4/8] android/bluetooth: Refactor send_remote_device_name_prop
` [PATCH v2 5/8] android/bluetooth: Add stubs for get device properties command
` [PATCH v2 6/8] android/bluetooth: Add stubs for set device property command
` [PATCH v2 7/8] android/bluetooth: Add send_device_property helper function
` [PATCH v2 8/8] android/bluetooth: Add send_adapter_property "

[PATCH 1/8] android/bluetooth: Rename functions to match adapter properties names
 2013-12-10 14:13 UTC  (9+ messages)
` [PATCH 2/8] android/bluetooth: Use single list for device caching
` [PATCH 3/8] android/bluetooth: Fix coding style issue in set_device_bond_state
` [PATCH 4/8] android/bluetooth: Refactor send_remote_device_name_prop
` [PATCH 5/8] android/bluetooth: Add stubs for get device properties command
` [PATCH 6/8] android/bluetooth: Add stubs for set device property command
` [PATCH 7/8] android/bluetooth: Add send_device_property helper function
` [PATCH 8/8] android/bluetooth: Add send_adapter_property "

[PATCH v3 1/7] android/tester: Add android-tester
 2013-12-10 14:00 UTC  (7+ messages)
` [PATCH v3 2/7] android/tester: Add pre-setup and post-teardown routines
` [PATCH v3 3/7] android/tester: Start emulator in new process
` [PATCH v3 4/7] android/tester: Add stack initialization of stack in setup
` [PATCH v3 5/7] android/tester: Make HAL logging wrapper print to stderr instead of stdout
` [PATCH v3 6/7] android/tester: Add basic enable test
` [PATCH v3 7/7] android/tester: Add status check and adapter enable, disable test cases

[RFC v4 00/12] LE auto connection and connection parameters
 2013-12-10 13:21 UTC  (14+ 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
` [RFC v4 08/12] Bluetooth: Re-enable background scan in case of error
` [RFC v4 09/12] Bluetooth: Temporarily stop background scanning on discovery
` [RFC v4 10/12] Bluetooth: Auto connection and power on
` [RFC v4 11/12] Bleutooth: Add support for auto connect options
` [RFC v4 12/12] Bluetooth: Add le_auto_conn file on debugfs

[PATCH v7 0/5] Bluetooth LE 6LoWPAN
 2013-12-10 13:15 UTC  (10+ messages)
` [PATCH v7 1/5] 6lowpan: Moving generic compression code into 6lowpan_iphc.c
` [PATCH v7 2/5] net: if_arp: add ARPHRD_6LOWPAN type
` [PATCH v7 3/5] ipv6: Add checks for 6LOWPAN ARP type
` [PATCH v7 4/5] Bluetooth: Enable 6LoWPAN support for BT LE devices
` [PATCH v7 5/5] Bluetooth: Manually enable or disable 6LoWPAN between devices

[PATCH v2 1/7] android/tester: Add android-tester
 2013-12-10 12:17 UTC  (8+ messages)
` [PATCH v2 2/7] android/tester: Add pre-setup and post-teardown routines
` [PATCH v2 3/7] android/tester: Start emulator in new process
` [PATCH v2 4/7] android/tester: Make HAL logging wrapper print to stderr instead of stdout
` [PATCH v2 5/7] android/tester: Add stack initialization of stack in setup
` [PATCH v2 6/7] android/tester: Add basic tests
` [PATCH v2 7/7] android/tester: Add status check and adapter enable, disable test cases

[PATCH] hciemu: Make code consistent
 2013-12-10 12:01 UTC 

[PATCH] bnep: Remove unneeded assignment
 2013-12-10 11:40 UTC  (2+ messages)

[PATCH] android/socket: Use getsockopt to set buffer
 2013-12-10 11:40 UTC  (2+ messages)

[PATCH BlueZ 1/2] core: Fix not replying to DisconnectProfile
 2013-12-10  9:32 UTC  (3+ messages)
` [PATCH BlueZ 2/2] core: Fix leaking disconnect message

[PATCH] Bluetooth: Fix handling of L2CAP Command Reject over LE
 2013-12-10  9:17 UTC  (2+ messages)

[PATCH 2/2] input: Fix crash when SDP record isn't available
 2013-12-10  9:08 UTC  (4+ messages)

[RFC] Fix eir parsing function
 2013-12-10  8:33 UTC  (4+ messages)
` [PATCHv2] "

Missing AuthorizeService callback?
 2013-12-10  8:23 UTC 

[PATCH] adapter: Remove not needed struct adapter_keys
 2013-12-10  5:31 UTC  (2+ messages)

[PATCH] core: Fix crash due to agent callback freeing the agent
 2013-12-10  5:22 UTC  (4+ messages)

pull request: bluetooth-next 2013-12-04
 2013-12-09 20:32 UTC  (2+ messages)

[PATCH] autopair: Don't handle the iCade
 2013-12-09 17:08 UTC 

[PATCH] btmgmt: Remove unneeded code
 2013-12-09 14:13 UTC 

Crasher when cancelling pairing
 2013-12-09 13:16 UTC 

[PATCH] obex: Fix checking incorrect error code
 2013-12-09  9:56 UTC  (3+ messages)

[PATCH] android: Fix missing failure check in ipc_init
 2013-12-09  9:34 UTC  (3+ messages)

[PATCH 1/6] android/a2dp: Fix possible NULL dereference
 2013-12-09  8:01 UTC  (5+ messages)

[PATCH] Bluetooth: Use macros for connectionless slave broadcast features
 2013-12-08 20:03 UTC  (2+ messages)

[PATCH 1/8] android: Fix turning BT off during pairing
 2013-12-08 16:07 UTC  (3+ messages)
` [PATCHv2] android: Fix delayed adapter turn off

[PATCH v6 0/5] Bluetooth LE 6LoWPAN
 2013-12-08 11:10 UTC  (6+ messages)
` [PATCH v6 1/5] 6lowpan: Moving generic compression code into 6lowpan_iphc.c
` [PATCH v6 2/5] net: if_arp: add ARPHRD_6LOWPAN type
` [PATCH v6 3/5] ipv6: Add checks for 6LOWPAN ARP type
` [PATCH v6 4/5] Bluetooth: Enable 6LoWPAN support for BT LE devices
` [PATCH v6 5/5] Bluetooth: Manually enable or disable 6LoWPAN between devices

Missing properties during pairing, refcounting bug?
 2013-12-07 21:39 UTC  (3+ messages)

[PATCH] Bluetooth: Increase minor version of core module
 2013-12-07 17:31 UTC  (2+ messages)

[PATCH 1/2] device: When the Class changes, Icon might too
 2013-12-07 14:53 UTC 

SM: is BlueZ the Master/Initiator or Slave/Responder?
 2013-12-06 19:47 UTC  (3+ messages)

[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  (17+ messages)
` [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  (6+ messages)
` [PATCHv2 1/4] android/socket: Cleanup sockets on unregister
` [PATCHv2 2/4] android/socket Use 64K buffer for socket handling

[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 


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