linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-02-05 14:13:16 to 2014-02-11 18:37:22 UTC [more...]

[PATCH 1/3] avrcp: Avoid unneeded calculation
 2014-02-11 18:37 UTC  (5+ messages)
` [PATCH 2/3] avrcp: Fix using incorrect buffer for SetVolume

[PATCH 1/2] unit/avctp: Use pre-defined values instead of magic numbers
 2014-02-11 18:34 UTC  (4+ messages)
` [PATCH 2/2] unit/avctp: Cleanup code, remove fragmentation support

[PATCH BlueZ 1/7] android: Use 16-bit UUID for SDP search
 2014-02-11 18:32 UTC  (7+ messages)
` [PATCH BlueZ 2/7] android/tester: Update SDP PDU after UUID change
` [PATCH BlueZ 3/7] android/hidhost: Trivial coding style fix
` [PATCH BlueZ 4/7] android/client: Fix set_info command
` [PATCH BlueZ 5/7] android/test-ipc: Fix crash due to invalid ipc_register() parameter
` [PATCH BlueZ 6/7] android: Add assertion for ID parameter in ipc_register/ipc_unregister
` [PATCH BlueZ 7/7] android: Add test-ipc to "make check"

[PATCH BlueZ] unit: Fix memory leaks in gobex tests
 2014-02-11 18:16 UTC 

[PATCH 1/6] shared: Add support for disonnect handler to GLib based IO handling
 2014-02-11 17:02 UTC  (9+ messages)
` [PATCH 2/6] shared: Add support for disonnect handler to mainloop "
` [PATCH 3/6] shared: Add support for disconnect handler in HFP
` [PATCH 4/6] shared: Add support for shutdown to IO
` [PATCH 5/6] shared: Add support for local disconnect to HFP
` [PATCH 6/6] android/handsfree: Use HFP code for connection handling

[RFC] android/ipc: Add AVRCP HAL message definitions
 2014-02-11 16:59 UTC  (2+ messages)

[PATCH 00/11] Socket HAL updates
 2014-02-11 16:58 UTC  (12+ messages)
` [PATCH 01/11] android/bluetooth: Handle 128-bit UUIDs
` [PATCH 02/11] android/socket: Refactor socket related symbol names
` [PATCH 03/11] android/socket: Improve logging
` [PATCH 04/11] android/socket: Simplify SDP records handling
` [PATCH 05/11] android/socket: Make servers list as static array
` [PATCH 06/11] android/tester: Update test data
` [PATCH 07/11] android/socket: Add support for dynamic channel numbers
` [PATCH 08/11] android/socket: Register SDP record for application service
` [PATCH 09/11] android/socket: Include HF AG in built-in profiles
` [PATCH 10/11] android/socket: Update channel numbers
` [PATCH 11/11] android/socket: Fix sockets security

[PATCH] android/README: Add Valgrind description
 2014-02-11 16:34 UTC  (2+ messages)

[PATCH v4] android: Add support for Valgrind in debug variants
 2014-02-11 16:34 UTC  (2+ messages)

[RFC 0/2] Add hci_smd driver
 2014-02-11 16:24 UTC  (6+ messages)
` [RFC 1/2] Add basic API for shared memory driver
` [RFC 2/2] bluetooth: Add initial support for BT chip over SMD

[PATCH] btusb.c add IMC Networks id 13d3:3404 (bcm20702A0)
 2014-02-11 16:00 UTC  (3+ messages)

[PATCH] Bluetooth: Fix channel check when binding RFCOMM sock
 2014-02-11 15:58 UTC  (2+ messages)

[PATCH 1/4] android/avrcp: Decouple AVRCP logic from btio
 2014-02-11 14:37 UTC  (6+ messages)
` [PATCH 2/4] unit/avrcp: First unit test for AVRCP profile
` [PATCH 3/4] unit/avrcp: Add support for browsing AVCTP channel
` [PATCH 4/4] unit/avrcp: Add TP/MPS/BV-03-C test case

AW: Bluetooth with full AMP
 2014-02-11 13:38 UTC  (3+ messages)
`  "

Some patches applied on Fedora that maybe should be considered for being applied upstream
 2014-02-11 13:27 UTC  (4+ messages)

[PATCH v3] android: Add support for Valgrind in debug variants
 2014-02-11 13:25 UTC  (2+ messages)

[PATCH 1/5] emulator/bthost: Check length of received RFCOMM SABM frame
 2014-02-11 10:51 UTC  (5+ messages)
` [PATCH 2/5] emulator/bthost: Check length of received RFCOMM DISC frame
` [PATCH 3/5] emulator/bthost: Check length of received RFCOMM DM frames
` [PATCH 4/5] emulator/bthost: Check length of received RFCOMM UA frames
` [PATCH 5/5] emulator/bthost: Check length of received RFCOMM UIH frames

[PATCH v2] android/README: Update with implementation status summary
 2014-02-11 10:40 UTC 

(no subject)
 2014-02-11  7:13 UTC  (3+ messages)
` 

[PATCH 00/24] rfcomm fixes
 2014-02-10 23:00 UTC  (27+ messages)
` [PATCH 01/24] Revert "Bluetooth: Remove rfcomm_carrier_raised()"
` [PATCH 02/24] Revert "Bluetooth: Always wait for a connection on RFCOMM open()"
` [PATCH 03/24] Revert "Bluetooth: Move rfcomm_get_device() before rfcomm_dev_activate()"
` [PATCH 04/24] tty: Fix ref counting for port krefs
` [PATCH 05/24] Bluetooth: Fix racy acquire of rfcomm_dev reference
` [PATCH 06/24] Bluetooth: Exclude released devices from RFCOMMGETDEVLIST ioctl
` [PATCH 07/24] Bluetooth: Release rfcomm_dev only once
` [PATCH 08/24] Bluetooth: Fix unreleased rfcomm_dev reference
` [PATCH 09/24] Bluetooth: Fix RFCOMM tty teardown race
` [PATCH 10/24] Bluetooth: Verify dlci not in use before rfcomm_dev create
` [PATCH 11/24] Bluetooth: Simplify RFCOMM session state eval
` [PATCH 12/24] Bluetooth: Refactor deferred setup test in rfcomm_dlc_close()
` [PATCH 13/24] Bluetooth: Refactor dlc disconnect logic "
` [PATCH 14/24] Bluetooth: Directly close dlc for not yet started RFCOMM session
` [PATCH 15/24] Bluetooth: Fix unsafe RFCOMM device parenting
` [PATCH 16/24] Bluetooth: Fix RFCOMM parent device for reused dlc
` [PATCH 17/24] Bluetooth: Rename __rfcomm_dev_get() to __rfcomm_dev_lookup()
` [PATCH 18/24] Bluetooth: Serialize RFCOMMCREATEDEV and RFCOMMRELEASEDEV ioctls
` [PATCH 19/24] Bluetooth: Refactor rfcomm_dev_add()
` [PATCH 20/24] Bluetooth: Cleanup RFCOMM device registration error handling
` [PATCH 21/24] Bluetooth: Force -EIO from tty read/write if .activate() fails
` [PATCH 22/24] Bluetooth: Don't fail RFCOMM tty writes
` [PATCH 23/24] Bluetooth: Refactor write_room() calculation
` [PATCH 24/24] Bluetooth: Fix "

[PATCH] android/README: Update with implementation status summary
 2014-02-10 18:37 UTC  (4+ messages)

[PATCH BlueZ 1/3] gdbus: Fix memory leak
 2014-02-10 17:14 UTC  (3+ messages)
` [PATCH BlueZ 2/3] gdbus: Fix incorrect DBusConnection reference counting
` [PATCH BlueZ 3/3] unit: Fix memory leaks in test-gdbus-client

LE Connection Update Disallowed
 2014-02-10 12:30 UTC  (6+ messages)

[PATCH 1/4] android/haltest: Remove unneeded assignment
 2014-02-10 12:16 UTC  (5+ messages)
` [PATCH 2/4] avdtp: Fix passing NULL pointer to memcpy
` [PATCH 3/4] "
` [PATCH 4/4] bnep: Calculate ifindex after NULL check

[PATCH v2 1/6] android/a2dp: Shutdown AVDTP gracefully
 2014-02-10 11:36 UTC  (7+ messages)
` [PATCH v2 2/6] android/a2dp: Notify audio state on SEP close
` [PATCH v2 3/6] android/hal-audio: Ignore write call when closing
` [PATCH v2 4/6] android/hal-audio: Write SBC parameters to logcat
` [PATCH v2 5/6] android/a2dp: Disconnect headset on IPC failure
` [PATCH v2 6/6] android/a2dp: Fix audio deregistration

Bluez 5, A2DP headphones
 2014-02-09 20:37 UTC 

possible bug in blueZ 5.8 gatt tool or library
 2014-02-07 23:34 UTC  (5+ messages)

[PATCH 0/5] Fixes for memory leaks
 2014-02-07 22:28 UTC  (6+ messages)
` [PATCH 1/5] hcitool: Fix memory leak in cmd_info
` [PATCH 2/5] hcidump: Fix memory leak
` [PATCH 3/5] cltest: "
` [PATCH 4/5] amptest: "
` [PATCH 5/5] rctest: "

[PATCH] health: Fix HealthDevice dbus registration
 2014-02-07 22:28 UTC  (3+ messages)
` [PATCH] btsnoop: Remove unused local function and macro
` [PATCH] gitignore: Add cscope files

[PATCH BlueZ 1/3] lib/sdp: Add missing Service Class ID for GAP
 2014-02-07 20:14 UTC  (3+ messages)
` [PATCH BlueZ 2/3] tools/sdptool: Fix output formatting
` [PATCH BlueZ 3/3] lib/sdp: Fix printing of multiple record fields

[PATCH] avrcp: Avoids unneeded memory allocation
 2014-02-07 13:27 UTC 

[PATCH] android/haltest: Close file in case of error
 2014-02-07 10:05 UTC  (5+ messages)
` [PATCHv2 1/2] "
  ` [PATCHv2 2/2] android/haltest: Remove unneeded assignment

[PATCH 1/6] android/a2dp: Close AVDTP gracefully
 2014-02-07  9:58 UTC  (9+ messages)
` [PATCH 2/6] android/a2dp: Notify audio state on SEP close
` [PATCH 3/6] android/hal-audio: Ignore write call when closing
` [PATCH 4/6] android/hal-audio: Write SBC parameters to logcat
` [PATCH 5/6] android/a2dp: Disconnect headset on IPC failure
` [PATCH 6/6] android/a2dp: Fix audio deregistration

[PATCH v3 0/8] Android PAN fixes
 2014-02-07  9:37 UTC  (10+ messages)
` [PATCH v3 1/8] profiles/network: Use interface name passed to bnep_connadd
` [PATCH v3 2/8] profiles/network: Allow to pass interface name to bnep_new
` [PATCH v3 3/8] android/pan: Move functions up to avoid forward declarations
` [PATCH v3 4/8] android/pan: Fix unregistering NAP bridge
` [PATCH v3 5/8] android/pan: Fix bnep interface name
` [PATCH v3 6/8] android/pan: Use ioctl instead of sysfs for setting forward delay
` [PATCH v3 7/8] android/pan: Pass error in nap_remove_bridge
` [PATCH v3 8/8] android/pan: Bring bridge interface down before removing it

3.14-mw regression: circular locking dependency (&tty->legacy_mutex){+.+.+.}, at: [<ffffffff81ad6344>] tty_lock_nested+0x44/0xa0
 2014-02-07  6:55 UTC  (3+ messages)
` BISECTED "

FW: How to install bluez in Linux mint
 2014-02-06 22:21 UTC 

[RFC v8 01/10] Bluetooth: Create hci_stop_le_scan_req() helper
 2014-02-06 17:35 UTC  (13+ messages)
` [RFC v8 02/10] Bluetooth: Declare le_conn_failed in hci_core.h
` [RFC v8 03/10] Bluetooth: Stop scanning on LE connection
` [RFC v8 04/10] Bluetooth: Remove unused function
` [RFC v8 05/10] Bluetooth: Introduce hdev->pend_le_conn list
` [RFC v8 06/10] Bluetooth: Introduce LE auto connection infrastructure
` [RFC v8 07/10] Bluetooth: Temporarily stop background scanning on discovery
` [RFC v8 08/10] Bluetooth: Introduce LE auto connect options
` [RFC v8 09/10] Bluetooth: Auto connection and power on
` [RFC v8 10/10] Bluetooth: Add le_auto_conn file on debugfs

[PATCH] android/client-av: Close audio output stream on a2dp disconnection
 2014-02-06 14:12 UTC  (2+ messages)

[PATCH BlueZ 1/2] audio/AVCTP: Add keys that can be mapped to uinput
 2014-02-06 14:08 UTC  (3+ messages)
` [PATCH BlueZ 2/2] audio/AVCTP: Lookup key name from key_map table

[PATCH V2] android/pan: Use ioctl instead of sysfs for setting forward delay
 2014-02-06 11:24 UTC 

[PATCH] android/pan: Use ioctl instead of sysfs for setting forward delay
 2014-02-06 10:55 UTC 

[PATCH] Bluetooth: Fix to auto accept pairing request for no MITM case
 2014-02-05 19:01 UTC 

[PATCH v2] Valgrind on Android
 2014-02-05 18:44 UTC  (3+ messages)
` [PATCH v2] android: Add support for Valgrind in debug variants

[PATCH v2 0/5] Android PAN fixes
 2014-02-05 16:00 UTC  (6+ messages)
` [PATCH v2 1/5] profiles/network: Use interface name passed to bnep_connadd
` [PATCH v2 2/5] profiles/network: Allow to pass interface name to bnep_new
` [PATCH v2 3/5] android/pan: Move functions up to avoid forward declarations
` [PATCH v2 4/5] android/pan: Fix unregistering NAP bridge
` [PATCH v2 5/5] android/pan: Fix bnep interface name

[PATCH] Bluetooth: hidp: make sure input buffers are big enough
 2014-02-05 15:49 UTC  (13+ messages)

[PATCH] android/haltest: Remove unneeded assignment
 2014-02-05 15:45 UTC 

[RFC 00/15] android/client: Add audio support
 2014-02-05 14:13 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).