linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-11-05 15:02:32 to 2013-11-08 13:16:37 UTC [more...]

[PATCH 0/8] Improve user experience
 2013-11-08 13:16 UTC  (10+ messages)
` [PATCH 1/8] android/client: Export get_interface_method
` [PATCH 2/8] android/client: Add NELEM macro for count elements
` [PATCH 3/8] android/client: Initialize all interfaces at start
` [PATCH 4/8] android/client: Add command line arguments
` [PATCH 5/8] android/client: Split terminal_process_char
` [PATCH 6/8] android/client: Add prompting for answer
` [PATCH 7/8] android/client: Add pin handling for bind
` [PATCH 8/8] android/client: Add ssp key confirmation helper

[PATCHv5 1/3] android: Create debug hal-utils helpers
 2013-11-08 13:16 UTC  (3+ messages)
` [PATCHv5 2/3] android/debug: Convert uuid helper to use uint8_t buffer
` [PATCHv5 3/3] android/hal-sock: Add UUID debug print in socket HAL

[PATCH_v5 3/5] android/hid: Fill send data command struct in hal-hidhost
 2013-11-08 12:32 UTC 

[PATCH_v5 1/5] android/hid: Fix set seport ipc cmd preparation
 2013-11-08 12:32 UTC 

[PATCH_v4 0/5] Fixed and implemented set report and send data ifaces
 2013-11-08 12:27 UTC  (8+ messages)
` [PATCH_v4 1/5] android/hid: Fix set seport ipc cmd preparation
` [PATCH_v4 2/5] android/hid: Fix set report data format in daemon
` [PATCH_v4 3/5] android/hid: Fill send data command struct in hal-hidhost
` [PATCH_v4 4/5] android/hid: Add send data implemention in daemon
` [PATCH_v4 5/5] android/hid: Add virtual unplug "

[PATCH 0/4] Add support for registering local SDP records
 2013-11-08 12:21 UTC  (5+ messages)
` [PATCH 1/4] android: Add and remove sdp records and uuids
` [PATCH 2/4] android: Clear adapter uuids during initialization
` [PATCH 3/4] android: Add support for getting UUIDs property
` [PATCH 4/4] android: Register DeviceID record when adapter is initialized

[PATCH_v3 0/5] Fixed and implemented set report and send data ifaces
 2013-11-08 11:28 UTC  (10+ messages)
` [PATCH_v3 1/5] android/hid: Fix set seport ipc cmd preparation
` [PATCH_v3 2/5] android/hid: Fix set report data format in daemon
` [PATCH_v3 3/5] android/hid: Fill send data command struct in hal-hidhost
` [PATCH_v3 4/5] android/hid: Add send data implemention in daemon
` [PATCH_v3 5/5] android/hid: Add virtual unplug "

[PATCHv4 0/3] Reuse debug helpers for HAL client and HAL
 2013-11-08 11:21 UTC  (6+ messages)
` [PATCHv4 1/3] android: Create debug hal-utils helpers
` [PATCHv4 2/3] android/debug: Convert uuid helper to use uint8_t buffer
` [PATCHv4 3/3] android/hal: Add UUID debug print in socket HAL

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

[PATCH] android: Fix pan service registration
 2013-11-08 10:46 UTC  (2+ messages)

[PATCH_v2 00/11] Fix issues and implement virtual unplug and send data
 2013-11-08  9:30 UTC  (21+ 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] android/ipc: Fix crash when sending file descriptor
 2013-11-08  9:04 UTC  (4+ messages)

[PATCH v2 1/2] Bluetooth: Remove unneeded check in hci_disconn_complete_evt()
 2013-11-08  8:55 UTC  (5+ messages)
` [PATCH v2 2/2] Bluetooth: Refactor hci_disconn_complete_evt

[PATCH_Bluez] gitignore: Add tools/smp-tester to .gitignore
 2013-11-08  8:41 UTC  (2+ messages)

[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 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  (7+ messages)
` [PATCHv2 4/6] android: Add supported uuids when adapter is initialized

[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  (8+ messages)
      ` [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  (4+ messages)
` [PATCH v2 "

[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  (5+ 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).