linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-01-20 14:45:53 to 2014-01-23 13:39:27 UTC [more...]

[PATCH 1/3] android/pan: Fix control state change callback parameters order
 2014-01-23 13:39 UTC  (3+ messages)
` [PATCH 2/3] android/pan: Handle error case properly in NAP registration
` [PATCH 3/3] android/pan: Fix bnep interface name

[PATCH] btproxy: Fix resource leak
 2014-01-23 13:24 UTC  (2+ messages)

[PATCH 1/2] Bluetooth: Rename L2CAP_CHAN_CONN_FIX_A2MP to L2CAP_CHAN_FIXED_CID
 2014-01-23 13:22 UTC  (2+ messages)
` [PATCH 2/2] Bluetooth: Switch ATT channels to use L2CAP_CHAN_FIXED_CID

[PATCH SBC 1/2] sbc: Add sbc_reinit_a2dp
 2014-01-23 12:20 UTC  (2+ messages)
` [PATCH SBC 2/2] sbc: Add sbc_reinit_a2dp to sbc.sym

[PATCH v3 00/10] android: Add SBC encoding
 2014-01-23  9:43 UTC  (12+ messages)
` [PATCH v3 01/10] android: Add MTU data to Open Stream Audio IPC
` [PATCH v3 02/10] android: Build Audio HAL with SBC
` [PATCH v3 03/10] android/hal-audio: Rename sbc_init to avoid collision with libsbc
` [PATCH v3 04/10] android/hal-audio: Initialize SBC encoder
` [PATCH v3 05/10] android/hal-audio: Calculate SBC stream parameters
` [PATCH v3 06/10] android/hal-audio: Add resume to codec callbacks
` [PATCH v3 07/10] android/hal-audio: Return proper buffer size to AudioFlinger
` [PATCH v3 08/10] android/hal-audio: Read fd from Output Stream response
` [PATCH v3 09/10] android/hal-audio: Add proper SBC encoding
` [PATCH v3 10/10] android/hal-audio: Return proper latency for stream

[PATCH] 6lowpan: add a license to 6lowpan_iphc module
 2014-01-23  5:59 UTC  (3+ messages)

[PATCH] android/hidhost: Fix vid and pid information
 2014-01-22 23:09 UTC  (2+ messages)

[PATCH 1/3] bnep: avoid use of caddr_t
 2014-01-22 21:20 UTC  (10+ messages)
` [PATCH v2 0/3] Various fixes for building bluez with musl libc
  ` [PATCH v2 1/3] various header include fixes for building "
          ` [PATCH v3] "
  ` [PATCH v2 2/3] bnep: avoid use of caddr_t
  ` [PATCH v2 3/3] unit: prevent use of glibc's error(3)

[PATCH 1/2] android/ipc: trivial: Remove empty line
 2014-01-22 16:40 UTC  (3+ messages)
` [PATCH 2/2] android/pan: Fix possible NULL dereference

[RFC] android/ipc: Add AVRCP HAL message definitions
 2014-01-22 16:06 UTC 

[PATCH] btproxy: Fix resource leak
 2014-01-22 15:54 UTC  (3+ messages)

[PATCH] unit/avdtp: Remove extra zero table entry
 2014-01-22 13:52 UTC  (2+ messages)

[PATCH] unit/sdp: Remove extra zero table entry
 2014-01-22 13:52 UTC  (2+ messages)

[PATCH] android/pan: Fix wrong freeing dev
 2014-01-22 13:51 UTC  (2+ messages)

[PATCH BlueZ v2 00/18] GATT API: External Services
 2014-01-22 13:40 UTC  (42+ messages)
` [PATCH BlueZ v2 01/18] doc: Add GATT API
` [PATCH BlueZ v2 02/18] gatt: Add stub for gatt.{c, h} files
` [PATCH BlueZ v2 03/18] gatt: Register Manager D-Bus Interface
` [PATCH BlueZ v2 04/18] gatt: Add registering external service
` [PATCH BlueZ v2 05/18] lib: Move GATT UUID to uuid.h
` [PATCH BlueZ v2 06/18] gatt: Add helper for creating GATT services
` [PATCH BlueZ v2 07/18] gatt: Add external services tracking
` [PATCH BlueZ v2 08/18] gatt: Add server unix socket
` [PATCH BlueZ v2 09/18] gattrib: Use default ATT LE MTU for non-standard sockets
` [PATCH BlueZ v2 10/18] gatt: Register ATT command/event handler
` [PATCH BlueZ v2 11/18] gatt: Add Discover All Primary Services
` [PATCH BlueZ v2 12/18] test: Add external service GATT skeleton
` [PATCH BlueZ v2 13/18] gitignore: Add test/gatt-service
` [PATCH BlueZ v2 14/18] test: Add signal handling for gatt-service
` [PATCH BlueZ v2 15/18] test: Add registering external service
` [PATCH BlueZ v2 16/18] gatttool: Add unix socket connect
` [PATCH BlueZ v2 17/18] gatttool: Add unix socket support for interactive mode
` [PATCH BlueZ v2 18/18] bluetooth.conf: Add ObjectManager interface
` [PATCH BlueZ v3 00/18] GATT API: External Services
  ` [PATCH BlueZ v3 01/18] doc: Add GATT API
  ` [PATCH BlueZ v3 02/18] gatt: Add stub for gatt.{c, h} files
  ` [PATCH BlueZ v3 03/18] gatt: Register Manager D-Bus Interface
  ` [PATCH BlueZ v3 04/18] gatt: Add registering external service
  ` [PATCH BlueZ v3 05/18] lib: Move GATT UUID to uuid.h
  ` [PATCH BlueZ v3 06/18] gatt: Add helper for creating GATT services
  ` [PATCH BlueZ v3 07/18] gatt: Add external services tracking
  ` [PATCH BlueZ v3 08/18] gatt: Add server unix socket
  ` [PATCH BlueZ v3 09/18] gattrib: Use default ATT LE MTU for non-standard sockets
  ` [PATCH BlueZ v3 10/18] gatt: Register ATT command/event handler
  ` [PATCH BlueZ v3 11/18] gatt: Add Discover All Primary Services
  ` [PATCH BlueZ v3 12/18] test: Add external service GATT skeleton
  ` [PATCH BlueZ v3 13/18] gitignore: Add test/gatt-service
  ` [PATCH BlueZ v3 14/18] test: Add signal handling for gatt-service
  ` [PATCH BlueZ v3 15/18] test: Add registering external service
  ` [PATCH BlueZ v3 16/18] gatttool: Add unix socket connect
  ` [PATCH BlueZ v3 17/18] gatttool: Add unix socket support for interactive mode
  ` [PATCH BlueZ v3 18/18] bluetooth.conf: Add ObjectManager interface

[RFC v5 00/14] LE auto connection and connection parameters
 2014-01-22  9:08 UTC  (6+ messages)
` [RFC v5 05/14] Bluetooth: Introduce fail_conn_attempt() helper
` [RFC v5 06/14] Bluetooth: Stop scanning on LE connection

[PATCH SBC v5 1/2] sbc: Add sbc_init_a2dp
 2014-01-22  8:51 UTC  (3+ messages)
` [PATCH SBC v5 2/2] sbc: Add sbc_init_a2dp to sbc.sym

[PATCH] android: Refactor paths in Android.mk
 2014-01-22  8:37 UTC  (2+ messages)

[PATCH 1/9] android/ipc-tester: Add cases for SOCK msg size
 2014-01-22  8:25 UTC  (9+ messages)
` [PATCH 2/9] android/ipc-tester: Add cases for HIDHOST "
` [PATCH 3/9] android/ipc-tester: Add case for HIDHOST Set Info
` [PATCH 4/9] android/ipc-tester: Add case for HIDHOST Set Report
` [PATCH 5/9] android/ipc-tester: Add case for HIDHOST Send Data
` [PATCH 6/9] android/ipc-tester: Add cases for PAN msg size
` [PATCH 7/9] android/ipc-tester: Add cases for A2DP "
` [PATCH 8/9] android/ipc-tester: Add case for BT Set adapter prop
` [PATCH 9/9] android/ipc-tester: Add case for BT Set remote prop

[PATCH v2 0/4] Remote device cache support
 2014-01-22  0:30 UTC  (5+ messages)
` [PATCH v2 1/4] android/bluetooth: Split devices list to devices and bonded_devices
` [PATCH v2 2/4] android/bluetooth: Use defines for settings and devices files paths
` [PATCH v2 3/4] android/bluetooth: Add support for caching remote device info
` [PATCH v2 4/4] android/bluetooth: Add support for loading caches devices from storage

[PATCH v2 1/2] android: Add btmgmt to debug builds
 2014-01-22  0:03 UTC  (3+ messages)
` [PATCH v2 2/2] android: Add l2ping "

[PATCH 60/73] drivers/bluetooth: delete non-required instances of include <linux/init.h>
 2014-01-21 22:30 UTC  (3+ messages)

[PATCH 0/5] Remote device cache support
 2014-01-21 19:13 UTC  (9+ messages)
` [PATCH 1/5] android/bluetooth: Split devices list to devices and bonded_devices
` [PATCH 2/5] android/bluetooth: Use defines for settings and devices files paths
` [PATCH 3/5] android/bluetooth: Always store device info
` [PATCH 4/5] android/bluetooth: Add support for caching remote "
` [PATCH 5/5] android/bluetooth: Add support for loading caches devices from storage

[PATCH 0/1] HIDP: Add a special case for the Dualshock 4
 2014-01-21 16:34 UTC  (4+ messages)

[PATCH BlueZ 1/2] android/A2DP: Add retry logic to Audio IPC
 2014-01-21 15:24 UTC  (3+ messages)
` [PATCH BlueZ 2/2] android/ipc: Leave the connect callback to handle errors

[PATCH_v2 1/2] android/hidhost: Fix miscalculation of get report event notification length
 2014-01-21 15:20 UTC  (3+ messages)
` [PATCH_v2 2/2] android/tester: Add HIDhost GetReport test

[PATCH 1/2] android: Add btmgmt to debug builds
 2014-01-21 12:56 UTC  (3+ messages)

[PATCH BlueZ 1/2] android/hal-audio: Fix not closing audio_sk
 2014-01-21 11:41 UTC  (3+ messages)
` [PATCH BlueZ 2/2] android/A2DP: Fix sending notification on bt_a2dp_unregister

unknown main item tag 0x0
 2014-01-21 11:32 UTC 

Unable to use Sony Dualshock 4 game controller
 2014-01-21 11:06 UTC  (2+ messages)

[PATCH BlueZ] emulator: Fix unaligned memory access compilation errors
 2014-01-21  9:08 UTC  (2+ messages)

[PATCH SBC v4 1/2] sbc: Add sbc_init_a2dp
 2014-01-21  8:58 UTC  (3+ messages)
` [PATCH SBC v4 2/2] sbc: Add sbc_init_a2dp to sbc.sym

[PATCH 0/1] HIDP: Add a special case for the Dualshock 4
 2014-01-20 23:37 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCHv5 00/11] IPC negative tester
 2014-01-20 22:26 UTC  (2+ messages)

[PATCH SBC v3 1/2] sbc: Add sbc_init_a2dp
 2014-01-20 22:07 UTC  (3+ messages)
` [PATCH SBC v3 2/2] sbc: Add sbc_init_a2dp to sbc.sym

[PATCH] obexd/irmc: Fix folder for LUID requests
 2014-01-20 20:55 UTC  (3+ messages)

linux-firmware: pull-request Marvell mwifiex-firmware 2014-01-09
 2014-01-20 20:32 UTC  (8+ messages)

[PATCH 1/5] lib: Add flag to double L2CAP IMTU size used for SDP connection
 2014-01-20 20:00 UTC  (3+ messages)

[PATCH SBC v2 1/2] sbc: Add sbc_init_a2dp
 2014-01-20 18:51 UTC  (2+ messages)
` [PATCH SBC v2 2/2] sbc: Add sbc_init_a2dp to sbc.sym

[PATCH v2 1/5] lib: Add flag to force large MTU size used for SDP connection
 2014-01-20 18:48 UTC  (3+ messages)

[PATCH 00/11] HIDHost E2E tests and fixes
 2014-01-20 18:08 UTC  (5+ messages)
` [PATCH 02/11] android/hidhost: Fix miscalculation of get report event struct length

[PATCH BlueZ v0 00/18] GATT API: External Services
 2014-01-20 18:05 UTC  (20+ messages)
` [PATCH BlueZ v1 "
  ` [PATCH BlueZ v1 01/18] gatt: Add stub for gatt.{c, h} files
  ` [PATCH BlueZ v1 02/18] gatt: Register Manager D-Bus Interface
  ` [PATCH BlueZ v1 03/18] gatt: Add registering external service
  ` [PATCH BlueZ v1 04/18] lib: Move GATT UUID to uuid.h
  ` [PATCH BlueZ v1 05/18] gatt: Add helper for creating GATT services
  ` [PATCH BlueZ v1 06/18] gatt: Add external services tracking
  ` [PATCH BlueZ v1 07/18] gatt: Implement UnregisterService
  ` [PATCH BlueZ v1 08/18] gatt: Add server unix socket
  ` [PATCH BlueZ v1 09/18] gattrib: Use default ATT LE MTU for non-standard sockets
  ` [PATCH BlueZ v1 10/18] gatt: Register ATT command/event handler
  ` [PATCH BlueZ v1 11/18] gatt: Add Discover All Primary Services
  ` [PATCH BlueZ v1 12/18] test: Add external service GATT skeleton
  ` [PATCH BlueZ v1 13/18] gitignore: Add test/gatt-service
  ` [PATCH BlueZ v1 14/18] test: Add signal handling for gatt-service
  ` [PATCH BlueZ v1 15/18] test: Add registering external service
  ` [PATCH BlueZ v1 16/18] gatttool: Add unix socket connect
  ` [PATCH BlueZ v1 17/18] gatttool: Add unix socket support for interactive mode
  ` [PATCH BlueZ v1 18/18] bluetooth.conf: Add ObjectManager interface

[PATCH SBC 1/2] sbc: Add sbc_init_a2dp
 2014-01-20 17:43 UTC  (2+ messages)

[PATCH v3 0/4] Regression fixes for rfcomm/tty.c
 2014-01-20 17:37 UTC  (4+ messages)

Status of BlueZ GATT APIs
 2014-01-20 16:54 UTC  (3+ messages)

[PATCH v2 0/9] android: Add SBC encoding
 2014-01-20 14:59 UTC  (10+ messages)
` [PATCH v2 1/9] android: Add MTU data to Open Stream Audio IPC
` [PATCH v2 2/9] android: Build Audio HAL with SBC
` [PATCH v2 3/9] android/hal-audio: Rename sbc_init to avoid collision with libsbc
` [PATCH v2 4/9] android/hal-audio: Initialize SBC encoder
` [PATCH v2 5/9] android/hal-audio: Calculate SBC stream parameters
` [PATCH v2 6/9] android/hal-audio: Add resume to codec callbacks
` [PATCH v2 7/9] android/hal-audio: Return proper buffer size to AudioFlinger
` [PATCH v2 8/9] android/hal-audio: Read fd from Output Stream response
` [PATCH v2 9/9] android/hal-audio: Add proper SBC encoding

[PATCH] build: Bump D-Bus dependency to 1.6
 2014-01-20 14:45 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).