linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-02-06 16:06:11 to 2014-02-12 21:31:12 UTC [more...]

partial success with PS3 sixaxis
 2014-02-12 21:31 UTC 

[PATCH] android/README: Add note on libglib under Valgrind
 2014-02-12 19:23 UTC 

[PATCH BlueZ] android/test-ipc: Use correct boolean values for glib functions
 2014-02-12 19:21 UTC  (2+ messages)

[PATCH 1/6] shared: Add support for disonnect handler to GLib based IO handling
 2014-02-12 18:47 UTC  (14+ 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

[PATCH BlueZ 1/9] android/hal-ipc-api: Add Get Play Status Response
 2014-02-12 18:29 UTC  (10+ messages)
` [PATCH BlueZ 2/9] android/hal-ipc-api: Add List Player Attributes Response
` [PATCH BlueZ 3/9] android/hal-ipc-api: Add List Player Values Response
` [PATCH BlueZ 4/9] android/hal-ipc-api: Add Get Player Attributes Response
` [PATCH BlueZ 5/9] android/hal-ipc-api: Add Get Player Attributes Text Response
` [PATCH BlueZ 6/9] android/hal-ipc-api: Add Get Player Values "
` [PATCH BlueZ 7/9] android/hal-ipc-api: Add Get Element Attributes "
` [PATCH BlueZ 8/9] android/hal-ipc-api: Add Set Player Attributes Value Response
` [PATCH BlueZ 9/9] android/hal-ipc-api: Add Register Notification Response

[PATCH] android/socket: Fix wrong memory access
 2014-02-12 14:24 UTC  (2+ messages)

[PATCH] android: Fix memory leak: uuid free
 2014-02-12 14:22 UTC 

[PATCH 1/4] android/avrcp: Decouple AVRCP logic from btio
 2014-02-12 13:13 UTC  (7+ 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
    ` [RFCV2] android/avrcp: Decouple AVRCP logic from btio

[PATCH v2] android/README: Update with implementation status summary
 2014-02-12 13:00 UTC  (2+ messages)

[PATCH 00/11] Socket HAL updates
 2014-02-12 12:55 UTC  (15+ 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 BlueZ 1/7] android: Use 16-bit UUID for SDP search
 2014-02-12 12:17 UTC  (12+ 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 0/6] RFCOMM data transfer support in bthost
 2014-02-12 11:41 UTC  (7+ messages)
` [PATCH 1/6] emulator/bthost: Add api to handle RFCOMM data on bthost
` [PATCH 2/6] tools/rfcomm-tester: Add RFCOMM client write test case
` [PATCH 3/6] tools/rfcomm-tester: Add RFCOMM server "
` [PATCH 4/6] emulator/bthost: Add function to send RFCOMM UIH frames from bthost
` [PATCH 5/6] tools/rfcomm-tester: Add RFCOMM client read test case
` [PATCH 6/6] tools/rfcomm-tester: Add RFCOMM server "

[PATCH 00/24] rfcomm fixes
 2014-02-12 11:06 UTC  (28+ 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 "

Bluetooth high speed supported drivers or patches for kernel 3.11
 2014-02-12 10:21 UTC  (3+ messages)
  ` AW: "

[PATCH BlueZ] unit: Fix memory leaks in gobex tests
 2014-02-12  9:53 UTC  (2+ messages)

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

[PATCH] Bluetooth: Fix channel check when binding RFCOMM sock
 2014-02-11 22:26 UTC  (3+ messages)

[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  (3+ messages)

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

[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)

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

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

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

[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  (3+ messages)
` [PATCHv2 1/2] "

[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  (2+ messages)

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  (5+ messages)
` [RFC v8 06/10] Bluetooth: Introduce LE auto connection infrastructure


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).