linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-07-08 19:12:52 to 2013-07-19 04:31:52 UTC [more...]

[PATCH BlueZ] attrib: Fix interactive gatttool segfault
 2013-07-19  4:31 UTC 

AVRCP(-CT): Fixed volume control for devices in controller mode
 2013-07-18 17:54 UTC 

[PATCH 1/8] Take proper tty references in net/bluetooth/rfcomm/tty.c
 2013-07-18 15:19 UTC  (21+ messages)
` [PATCH 2/8] Move functions before the definition of rfcomm_port_ops
` [PATCH 3/8] Move device initialization and shutdown to tty_port_operations
` [PATCH 4/8] Move tty initialization and cleanup out of open/close
` [PATCH 5/8] Use the tty_port_* functions in tty_open/tty_close/tty_hangup
` [PATCH 6/8] Fix the reference counting of tty_port
` [PATCH 7/8] Avoid a circular dependency between dev and dev->dlc
` [PATCH 8/8] Add module_put in rfcomm_dev_add error path

[PATCH BlueZ 1/2] build-sys: Rename lib suffix to -internal
 2013-07-18 14:44 UTC  (4+ messages)
` [PATCH BlueZ 2/2] build-sys: Don't build gdbus several times

057c:3800 BlueFRITZ! Bluetooth Stick broken since 2.6.something
 2013-07-18 14:13 UTC  (2+ messages)

[PATCH bluez] attrib: Fix interactive gatttool segfault
 2013-07-18 14:03 UTC  (3+ messages)

[PATCH BlueZ] attrib: Fix interactive gatttool Segfault
 2013-07-18 14:02 UTC 

[PATCH bluez] attrib: gatttool segfault interactive
 2013-07-18 10:35 UTC 

[PATCH BlueZ] lib: Remove duplicated HSP_HS_UUID definition
 2013-07-18  9:33 UTC  (2+ messages)

[PATCH] obex/session: Export the right target uuid
 2013-07-18  2:38 UTC 

[PATCH v9 0/9] sco: SCO socket option for voice_setting
 2013-07-18  1:22 UTC  (16+ messages)
` [PATCH v9 1/9] Bluetooth: Use hci_connect_sco directly
` [PATCH v9 2/9] Bluetooth: Remove unused mask parameter in sco_conn_defer_accept
` [PATCH v9 3/9] Bluetooth: Add bluetooth socket voice option
` [PATCH v9 4/9] Bluetooth: Constants declaration for SCO airmode
` [PATCH v9 5/9] Bluetooth: Use voice setting in defered SCO connection request
` [PATCH v9 6/9] Bluetooth: Parameters for outgoing SCO connections
` [PATCH v9 7/9] Bluetooth: Constants and macro declaration for transparent data
` [PATCH v9 8/9] Bluetooth: Prevent transparent SCO on older devices
` [PATCH v9 9/9] Bluetooth: SCO connection fallback

[PATCH 1/1 v2] Bluetooth: Fix ACL alive for long in case of non pariable devices
 2013-07-17 16:40 UTC  (2+ messages)

[PATCH 1/1 v1] Bluetooth: Fix ACL alive for long in case of non pariable devices
 2013-07-17 16:28 UTC  (3+ messages)

gatttool Segmentation fault
 2013-07-17 12:53 UTC 

[PATCH v2] obex/session: Redefine session target property
 2013-07-17  9:17 UTC  (3+ messages)

[PATCH] profile: fix set default exteranl profile authorize
 2013-07-17  8:36 UTC  (2+ messages)

[PATCH] obexd/session: Do not check session->driver->uuid in get_target()
 2013-07-17  8:17 UTC  (2+ messages)

[PATCH] Obex/Session: Redefine session target property
 2013-07-17  6:20 UTC  (3+ messages)

[PATCH] Bluetooth: Add support for Atheros [0cf3:3121]
 2013-07-17  3:27 UTC 

[PATCH] Profile: fix set default exteranl profile authorize
 2013-07-16  7:25 UTC 

[PATCH 1/3] Profile: fix set default exteranl profile authorize
 2013-07-16  6:22 UTC  (5+ messages)

[PATCH] ath3k: Add support for ID 0x13d3/0x3402
 2013-07-15 22:04 UTC  (3+ messages)

minimum requirement version of GCC and GNU Readline Library to compile
 2013-07-15 17:28 UTC 

pull request: bluetooth 2013-06-23
 2013-07-15 12:28 UTC  (7+ messages)

[PATCH] core: Use proper header for S_IRUSR/S_IWUSR
 2013-07-15  9:25 UTC  (2+ messages)

[PATCH] ath3k: Add support for ID 0x13d3/0x3402
 2013-07-15  4:23 UTC 

BlueZ user space log on Android
 2013-07-15  3:26 UTC  (2+ messages)

[PATCH 00/50] USB: cleanup spin_lock in URB->complete()
 2013-07-14 14:33 UTC  (2+ messages)

bluez-5.x sdptool browse local failed to connect to SDP server
 2013-07-12 16:47 UTC  (3+ messages)

[PATCH v8 0/8] sco: SCO socket option for voice_setting
 2013-07-12 16:35 UTC  (20+ messages)
` [PATCH v8 2/8] Bluetooth: Remove unused mask parameter in sco_conn_defer_accept
` [PATCH v8 3/8] Bluetooth: Add bluetooth socket voice option
` [PATCH v8 5/8] Bluetooth: Use voice setting in defered SCO connection request
` [PATCH v8 6/8] Bluetooth: Parameters for outgoing SCO connections
` [PATCH v8 7/8] Bluetooth: SCO connection fallback
` [PATCH v8 8/8] Bluetooth: Prevent transparent SCO on older devices

[RFC] PATCH: rfcomm tty refcount fixes
 2013-07-12 15:37 UTC  (3+ messages)

[PATCH v2] Fix refcounting issues in rfcomm/tty.c
 2013-07-12 15:06 UTC  (3+ messages)

[RFC BlueZ v0 00/10] HSP plugin
 2013-07-12 13:48 UTC  (13+ messages)
` [RFC BlueZ v0 01/10] media: Expose Media API internally
` [RFC BlueZ v0 02/10] media: Add callback to report new endpoints
` [RFC BlueZ v0 03/10] transport: Regroup a2dp-specific members in struct
` [RFC BlueZ v0 04/10] transport: Add API to register drivers
` [RFC BlueZ v0 05/10] transport: Add API to report suspend/resume complete
` [RFC BlueZ v0 06/10] transport: Add microphone/speaker gains
` [RFC BlueZ v0 07/10] audio: Add function to remove inactive devices
` [RFC BlueZ v0 08/10] hsp: Add initial HSP plugin
` [RFC BlueZ v0 09/10] hsp: Add Media API integration
` [RFC BlueZ v0 10/10] hsp: Implement media transport driver

[PATCH 0/2] Bluetooth: hidp: cleanup HID init and re-enable hidinput_input_event callback
 2013-07-12 12:55 UTC  (11+ messages)
` [PATCH 1/2] Bluetooth: hidp: implement "
` [PATCH 2/2] Bluetooth: hidp: remove wrong send_report at init

[PATCH v2 00/21] Remove audio_device and introduce policy plugin
 2013-07-12 12:07 UTC  (27+ messages)
` [PATCH v2 01/21] audio/sink: Use service user_data for private data
` [PATCH BlueZ 1/3 v2] core/service: Rename service_shutdown to service_remove
` [PATCH v2 02/21] audio/source: Use service user_data for private data
` [PATCH BlueZ 2/3 v2] core/device: Fix crash while freeing services list
` [PATCH v2 03/21] audio/control: Use service user_data for private data
` [PATCH BlueZ 3/3 v2] core/device: Don't call btd_service_disconnect on device_remove
` [PATCH v2 04/21] audio/sink: Reduce dependency on struct audio_device
` [PATCH v2 05/21] audio/source: "
` [PATCH v2 06/21] audio/control: "
` [PATCH v2 07/21] audio/AVCTP: Remove "
` [PATCH v2 08/21] audio/AVDTP: "
` [PATCH v2 09/21] audio/AVRCP: "
` [PATCH v2 10/21] audio/control: "
` [PATCH v2 11/21] audio/A2DP: "
` [PATCH v2 12/21] audio/sink: "
` [PATCH v2 13/21] audio/source: "
` [PATCH v2 14/21] audio/media: "
` [PATCH v2 15/21] audio/transport: "
` [PATCH v2 16/21] audio/manager: "
` [PATCH v2 17/21] audio/main: "
` [PATCH v2 18/21] plugins/policy: Reword audio policy code in a simple plugin
` [PATCH v2 19/21] audio/source: Move stream retry logic to policy plugin
` [PATCH v2 20/21] audio/sink: "
` [PATCH v2 21/21] audio/control: Enable initiate connection to CT role

[RFC 0/1] MAP Notification API
 2013-07-12  8:23 UTC  (4+ messages)

[PATCH] sdpd: Remove redundant include
 2013-07-12  6:56 UTC  (2+ messages)

[PATCH] Bluetooth: Fix race between hci_register_dev() and hci_dev_open()
 2013-07-11 12:03 UTC  (4+ messages)
  ` [PATCH -v2] "

linux-next: Tree for Apr 26 [ bluetooth on suspend/resume ]
 2013-07-11  7:50 UTC  (5+ messages)

[PATCH] ar3k: add Bluetooth support for QCA98XX/QCA24XX
 2013-07-11  2:02 UTC  (3+ messages)

[PATCH 1/2] Fix tty refcounting in rfcomm/tty.c
 2013-07-10 17:01 UTC  (10+ messages)

[PATCH] btusb: fix overflow return values
 2013-07-10 10:28 UTC  (8+ messages)
      ` [PATCH v2] btusb: fix wrong use of PTR_ERR()
      ` [PATCH v3] "

[PATCH] lib: Add range check for SDP_SVC_ATTR_RSP/SDP_SVC_SEARCH_ATTR_RSP
 2013-07-10  9:37 UTC  (3+ messages)

[PATCH 2/2] Fix tty_port refcounting in rfcomm/tty.c
 2013-07-09 17:05 UTC 

[PATCH] ath3k: don't use stack memory for DMA
 2013-07-09 15:25 UTC  (4+ messages)
  ` [PATCH v2] "

[RFC BlueZ v3 0/8] SSP MITM protection
 2013-07-09 15:13 UTC  (6+ messages)
` [RFC BlueZ v3 3/8] Bluetooth: Use defines instead of integer literals

[PATCH BlueZ 1/3 v2] core/service: Rename service_shutdown to service_remove
 2013-07-09 12:49 UTC  (4+ messages)
` [PATCH BlueZ 2/3 v2] core/device: Fix crash while freeing services list
` [PATCH BlueZ 3/3 v2] core/device: Don't call btd_service_disconnect on device_remove

[PATCH] Profile: fix set default external profile authorize
 2013-07-09 12:05 UTC  (2+ messages)

[RFC v2 0/6] sco: Integrate SCO socket option in user space
 2013-07-09 11:42 UTC  (7+ messages)
` [RFC v2 2/6] btio: Add option for SCO voice setting
` [RFC v2 5/6] sco-tester: Initial sco tester implementation
` [RFC v2 6/6] sco-tester: Test BT_VOICE option with 1.1 adapter

Bluez with uclibc
 2013-07-09  8:37 UTC  (4+ 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).