linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-11-05 10:33:28 to 2013-11-08 01:43:33 UTC [more...]

Intel 7260 bluetooth malfunction when it is connected to EHCI bus
 2013-11-08  1:43 UTC  (17+ messages)

[PATCH_Bluez] gitignore: Add tools/smp-tester to .gitignore
 2013-11-07 22:25 UTC 

[PATCH_v2 00/11] Fix issues and implement virtual unplug and send data
 2013-11-07 22:10 UTC  (12+ messages)
` [PATCH_v2 01/11] android/hid: Remove fixed number of hid set report data length in ipc doc
` [PATCH_v2 02/11] android/hid: Add a ascii2hex utility
` [PATCH_v2 03/11] android/hid: Fix set report data format
` [PATCH_v2 04/11] android/hid: Add missing hid send data parameters in ipc document
` [PATCH_v2 05/11] android/hid: Add missing parameters in send data struct in HAL headers
` [PATCH_v2 06/11] android/hid: Fill send data structure variables in hal-hidhost
` [PATCH_v2 07/11] android/hid: Rename virtual unplug define and struct
` [PATCH_v2 08/11] android/hid: Add hid event virtual unplug structure to HAL msg headers
` [PATCH_v2 09/11] android/hid: Handle virtual unplug notification in hid hal
` [PATCH_v2 10/11] android/hid: Add virtual unplug implemention in daemon
` [PATCH_v2 11/11] android/hid: Add send data "

[PATCH v2 1/2] Bluetooth: Remove unneeded check in hci_disconn_complete_evt()
 2013-11-07 21:59 UTC  (4+ messages)
` [PATCH v2 2/2] Bluetooth: Refactor hci_disconn_complete_evt

[PATCH 0/2] Disconnect complete refactoring
 2013-11-07 20:08 UTC  (4+ messages)
` [PATCH 1/2] Bluetooth: Remove unneeded check in hci_disconn_complete_evt()

[PATCH 1/2] android: Remove redundant command complete callback
 2013-11-07 19:51 UTC  (3+ messages)
` [PATCH 2/2] android: Fix sending remote device name property

[PATCH 1/3] android: Rename hidhost HAL related IPC API to match service name
 2013-11-07 16:47 UTC  (4+ messages)
` [PATCH 2/3] android: Rename hid.c to hidhost.c
` [PATCH 3/3] android/hal: Use hidhost instead of hh in hidhost HAL

[PATCH v3] android: Add set/get for discovery timeout
 2013-11-07 16:44 UTC  (2+ messages)

[PATCH v2 1/3] android: Rename a2dp HAL related IPC API to match service name
 2013-11-07 15:59 UTC  (4+ messages)
` [PATCH v2 2/3] android/hal: Rename hal-av.c to hal-a2dp.c
` [PATCH v2 3/3] android/hal: Use a2dp instead of av in a2dp HAL

[PATCH v2] android: Add set/get for discovery timeout
 2013-11-07 15:36 UTC  (2+ messages)

[PATCH] android/ipc: Fix crash when sending file descriptor
 2013-11-07 15:25 UTC  (3+ messages)

[PATCH] android/ipc: Fix receiving file descriptors
 2013-11-07 15:15 UTC  (2+ messages)

[PATCH 1/3] android: Rename a2dp HAL related IPC API to match service name
 2013-11-07 15:11 UTC  (4+ messages)
` [PATCH 2/3] android/hal: Rename hal-av.c to hal-a2dp.c
` [PATCH 3/3] android/hal: Use a2dp instead of av in a2dp HAL

[PATCH 1/2 v2] android: Use BASELEN define for property changed
 2013-11-07 15:10 UTC  (4+ messages)
` [PATCH 2/2] android: Add set/get for discovery timeout

[PATCH 1/4] android: Make IPC helpers accept file descriptor
 2013-11-07 15:06 UTC  (5+ messages)
` [PATCH 2/4] android: Pass notification socket fd to service handlers
` [PATCH 3/4] android: Remove includes from adapter.h
` [PATCH 4/4] android: Use payload member to access message data

[RFC 0/3] Fix ascii to hex conversion in HAL to deamon ipc PDU
 2013-11-07  9:27 UTC  (4+ messages)
` [RFC 1/3] android/hid: Remove fixed number of hid set report data length in ipc doc
` [RFC 2/3] android/hid: Add a ascii2hex utility
` [RFC 3/3] android/hid: Fix set report data format

[RFC 00/14] IPC sanity checks
 2013-11-07  8:44 UTC  (16+ messages)
` [RFC 01/14] android: Add HAL IPC commands sanity check
` [RFC 02/14] android: Use IPC command sanity checks
` [RFC 03/14] android: Add HAL IPC message response "
` [RFC 04/14] android/hal: Use IPC command responses "
` [RFC 05/14] android: Add HAL IPC events sanity check
` [RFC 06/14] android/hal: Use IPC notifications sanity checks
` [RFC 07/14] android: Remove not needed HAL_MINIMUM_EVENT define
` [RFC 08/14] android: Remove not needed buf len from Core service functions
` [RFC 09/14] android: Remove not needed buf len from Bluetooth "
` [RFC 10/14] android: Remove not needed buf len from Hidhost "
` [RFC 11/14] android: Remove not needed buf len from Socket "
` [RFC 12/14] android/hal: Remove not neede buf len from bluetooth HAL
` [RFC 13/14] android/hal: Remove not neede buf len from hidhost HAL
` [RFC 14/14] android/hal: Remove not neede buf len from av HAL

[PATCH] Bluetooth: ath3k: Add support for a new AR3012 device
 2013-11-07  8:35 UTC  (2+ messages)

[PATCH 1/2] android: Change name for get_disc_timeout
 2013-11-07  8:14 UTC  (5+ messages)
` [PATCH 2/2] android: Add set/get for discovery timeout

[PATCH 1/3] android/hal-sock: Check socket type in connect
 2013-11-07  8:10 UTC  (4+ messages)
` [PATCH 2/3] android/daemon: Move include mgmt.h to adapter.h
` [PATCH 3/3] android/hal: Rename hal_op_sock_listen to hal_cmd_sock_listen

[PATCHv2 0/6] Query remote services support
 2013-11-07  8:04 UTC  (12+ messages)
` [PATCHv2 1/6] android: Initial implementation of get_remote_services
` [PATCHv2 2/6] android: Fetch remote device uuids after pairing
` [PATCHv2 3/6] android: Pass found uuids to remote_device_properties_cb
` [PATCHv2 4/6] android: Add supported uuids when adapter is initialized
` [PATCHv2 5/6] android: Implement class of device property callback
` [PATCHv2 6/6] android: Add support for getting adapter uuids

[PATCH] Bluetooth: ath3k: Add support for another AR3012 card
 2013-11-06 20:21 UTC  (2+ messages)

[PATCH] Bluetooth: Remove unnecessary 'send' parameter from smp_failure()
 2013-11-06 20:17 UTC  (5+ messages)

linux-firmware: pull-request Marvell mwifiex-firmware 2013-11-06
 2013-11-06 19:25 UTC 

[PATCH 1/2] android/debug: Export print uuid function
 2013-11-06 15:10 UTC  (9+ messages)
` [PATCH 2/2] android/hal: Add UUID debug print in socket HAL
      ` [PATCHv2 1/2] android: Create debug utils helpers
        ` [PATCHv2 2/2] android/hal: Add UUID debug print in socket HAL
      ` [PATCHv3 1/2] android: Create debug hal-utils helpers
        ` [PATCHv3 2/2] android/hal: Add UUID debug print in socket HAL

[PATCH 0/6] Add missing hid ipc doc and hal headers
 2013-11-06 11:48 UTC  (7+ messages)
` [PATCH 1/6] android/hid: Add missing hid send data parameters in ipc document
` [PATCH 2/6] android/hid: Add missing parameters in send data struct in HAL headers
` [PATCH 3/6] android/hid: Fill send data structure variables in hal-hidhost
` [PATCH 4/6] android/hid: Rename virtual unplug define and struct
` [PATCH 5/6] android/hid: Add hid event virtual unplug structure to HAL msg headers
` [PATCH 6/6] android/hid: Handle virtual unplug notification in hid hal

[PATCHv3] android: Implement class of device property callback
 2013-11-06 11:32 UTC  (2+ messages)

[PATCH_v4 00/12] Implemented hid interfaces in daemon and HAL
 2013-11-06  8:37 UTC  (14+ messages)
` [PATCH_v4 01/12] android/hid: Implement hid get protocol in daemon
` [PATCH_v4 02/12] android/hid: Implement hid set "
` [PATCH_v4 03/12] android/hid: Handle protocol mode notification in HAL
` [PATCH_v4 04/12] android/hid: Add hid event get report structure to HAL msg headers
` [PATCH_v4 05/12] android/hid: Implement hid get report in daemon
` [PATCH_v4 06/12] android/hid: Add missing set report parameters to ipc document
` [PATCH_v4 07/12] android/hid: Implement hid set report in daemon
` [PATCH_v4 08/12] android/hid: Handle get report notification in HAL
` [PATCH_v4 09/12] android/hid: Replace header checking magic number with defines
` [PATCH_v4 10/12] android/hid: Handle invalid parameters in HAL
` [PATCH_v4 11/12] android/hid: Handle uhid events
` [PATCH_v4 12/12] android/hid: Align hal hid struct variables properly

bluez-5.10/monitor/packet.c:4335: possible missing break ?
 2013-11-06  8:15 UTC  (2+ messages)

[PATCH] android: Add option to specify controller index to use
 2013-11-06  8:14 UTC  (2+ messages)

[PATCH 1/5] adapter: Move MGMT_VERSION macro to mgmt.h
 2013-11-06  8:13 UTC  (8+ messages)
` [PATCH 2/5] android: Require at least 1.3 version of mgmt interface
` [PATCH 3/5] android: Remove mgmt_version and mgmt_revision static variables
` [PATCH 4/5] android: Stop mainloop if reading version failed
` [PATCH 5/5] android: Stop mainloop if reading index list failed
` [PATCH v2 1/5] adapter: Move MGMT_VERSION macro to mgmt.h

[PATCH] monitor: Fallback to 80 columns terminal if not able to get real size
 2013-11-06  8:03 UTC  (2+ messages)

[PATCH] net: bluetooth: fix crash in l2cap_chan_send after l2cap_chan_del
 2013-11-06  7:43 UTC  (2+ messages)

pull request: bluetooth 2013-10-30
 2013-11-05 20:58 UTC  (2+ messages)

pull request: bluetooth-next 2013-10-21
 2013-11-05 20:50 UTC  (2+ messages)

[PATCH_v3 01/04] android/hid: Implement hid get protocol in daemon
 2013-11-05 17:28 UTC  (12+ messages)
` [PATCH_v3 02/04] android/hid: Implement hid set "
` [PATCH_v3 03/04] android/hid: Implement hid get report "
` [PATCH_v3 04/04] android/hid: Implement hid set "

[PATCH BlueZ] android/hid: Fix passing wrong adapter address to bt_io_listen
 2013-11-05 13:22 UTC  (2+ messages)

[PATCH] android/client: Fix build for android 4.3
 2013-11-05 12:56 UTC  (2+ messages)

[PATCH] Bluetooth: Fix rejecting SMP security request in slave role
 2013-11-05 12:33 UTC  (2+ messages)

[PATCH] android/daemon: Send update name notification on mgmt evt
 2013-11-05 12:28 UTC  (4+ messages)
` [PATCH] android/daemon: Save adapter name on complete event

Wireshark and new BlueZ BTSNOOP format
 2013-11-05 12:25 UTC  (4+ messages)

[PATCH] Bluetooth: Fix RFCOMM bind fail for L2CAP sock
 2013-11-05 12:07 UTC  (3+ messages)
` [PATCH] Bluetooth: Fix to set proper bdaddr_type for RFCOMM connect

[PATCH_v2 00/13] Implemented hid interfaces in daemon and hal
 2013-11-05 11:38 UTC  (14+ messages)
` [PATCH_v2 01/13] android/hid: Add hid event proto mode structure to hal msg headers
` [PATCH_v2 02/13] android/hid: Implement hid get protocol in daemon
` [PATCH_v2 03/13] android/hid: Implement hid set "
` [PATCH_v2 04/13] android/hid: Handle protocol mode notification in hal
` [PATCH_v2 05/13] android/hid: Add hid event get report structure to hal msg headers
` [PATCH_v2 06/13] android/hid: Implement hid get report in daemon
` [PATCH_v2 07/13] android/hid: Add missing set report parameters to ipc document
` [PATCH_v2 08/13] android/hid: Implement hid set report in daemon
` [PATCH_v2 09/13] android/hid: Handle get report notification in hal
` [PATCH_v2 10/13] android/hid: Replace header checking magic number with defines
` [PATCH_v2 11/13] android/hid: Handle invalid parameters in hal
` [PATCH_v2 12/13] android/hid: Handle uhid events
` [PATCH_v2 13/13] android/hid: Align hal hid struct variables properly

[PATCH 1/6] android: Initial implementation of get_remote_services
 2013-11-05 11:05 UTC  (8+ messages)
` [PATCH 2/6] android: Fetch remote device uuids after pairing
` [PATCH 3/6] android: Pass found uuids to remote_device_properties_cb
` [PATCH 4/6] android: Add supported uuids when adapter is initialized
` [PATCH 5/6] android: Implement class of device property callback
` [PATCH 6/6] android: Add support for getting adapter uuids

[PATCH] android: Suppress compiler warnings not enabled by autotools build
 2013-11-05 11:04 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).