linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-06-12 11:07:47 to 2014-06-17 09:59:29 UTC [more...]

[PATCH_v2 0/4] Intiates L2CAP Control Channel
 2014-06-17  9:59 UTC  (8+ messages)
` [PATCH_v2 1/4] profiles/health/hdp: Fix memory leak in SDP record preparati Sdp record preparation part is copied to android/health.c from profiles/health/hdp_utils.c. Memory leak is noticed while testing. Memory summay is from android daemon, but code snippet is same. It is already fixed in android/health.c while submitting android related patches
` [PATCH_v2 2/4] anrdoid/health: Fix wrong channel type defines
` [PATCH_v2 3/4] android/health: Initial connect channel implementation
` [PATCH_v2 4/4] android/health: Notify channel connection status

BlueZ make error
 2014-06-17  9:45 UTC  (3+ messages)

[PATCH v4 0/4] bt_att initial implementation
 2014-06-17  9:33 UTC  (10+ messages)
` [PATCH v4 1/4] src/shared/att: Introduce struct bt_att
` [PATCH v4 2/4] src/shared/att: Implement basic boilerplate
` [PATCH v4 3/4] src/shared/att: Implement write handler and bt_att_send
` [PATCH v4 4/4] src/shared/att: Handle incoming response PDUs

[PATCH] android/gatt: Add test command for sign write
 2014-06-17  9:23 UTC  (2+ messages)

[PATCH] Bluetooth: Provide L2CAP ops callback for memcpy_fromiovec
 2014-06-17  9:20 UTC  (2+ messages)

[PATCH] tools/l2test: Fix setopts and getopts functions
 2014-06-17  9:15 UTC  (2+ messages)

[PATCH] android/system-emulator: Allow to run daemon without valgrind
 2014-06-17  9:11 UTC  (2+ messages)

[PATCH BlueZ 1/3] audio/media: Remove experimental status from Media* interfaces
 2014-06-17  8:22 UTC  (3+ messages)
` [PATCH BlueZ 2/3] tools/mpris-player: Rename to mpris-proxy
` [PATCH BlueZ 3/3] build: Remove mpris-proxy from experimental

[PATCH] android/health: Fix using uninitialized value err
 2014-06-17  7:34 UTC 

[PATCH 01/17] HDP: Fix checking always constant error code
 2014-06-17  7:20 UTC  (18+ messages)
` [PATCH 02/17] "
` [PATCH 03/17] android/HDP: Change scope of mdep
` [PATCH 04/17] android/gatt: Change DBG() to error()
` [PATCH 05/17] android/gatt: Fix wrong initial value
` [PATCH 06/17] HDP: trivial: Make code more readable
` [PATCH 07/17] android/gatt: Fix meory leak
` [PATCH 08/17] HDP: Add length check
` [PATCH 09/17] mcap: Fix possible overflow
` [PATCH 10/17] android/hal-sco: Fix error code printing
` [PATCH 11/17] android/ipc-tester: Fix closing invalid fd
` [PATCH 12/17] android/avrcp: Fix adding missing breaks
` [PATCH 13/17] android/hal-audio: Remove dead code
` [PATCH 14/17] android/gatt: Fix error check
` [PATCH 15/17] HDP: Fix possible memory leak
` [PATCH 16/17] android/hal-sco: Remove unneeded statement
` [PATCH 17/17] android/hal-health: trivial: Remove empty line

[PATCH 1/2] android/bluetooth: Clear CSRK information after unpair
 2014-06-17  6:54 UTC  (2+ messages)
` [PATCH 2/2] android/bluetooth: Update bonding state after receiving new CSRK

Bluetooth on Ubuntu 14.04 uses 100% cpu on HID disconnect
 2014-06-16 23:42 UTC 

[PATCH 1/2] android/pts: Disable OOB from Secure Manager PICS
 2014-06-16 22:39 UTC  (2+ messages)
` [PATCH 2/2] android/pts: Update SM PTS results

[PATCH] android: Build btiotest tool
 2014-06-16 21:38 UTC  (5+ messages)

[PATCH 0/4] Intiates L2CAP Control Channel
 2014-06-16 20:57 UTC  (9+ messages)
` [PATCH 1/4] profiles/health/hdp: Fix memory leak in SDP record preparati Sdp record preparation part is copied to android/health.c from profiles/health/hdp_utils.c. Memory leak is noticed while testing. Memory summay is from android daemon, but code snippet is same. It is already fixed in android/health.c while submitting android related patches
` [PATCH 2/4] anrdoid/hal-health: Fix wrong channel type defines
` [PATCH 3/4] android/health: Initial connect channel implementation
` [PATCH 4/4] android/health: Notify channel connection status

[PATCH v6 0/4] Bluetooth LE 6LoWPAN using CoC
 2014-06-16 19:02 UTC  (11+ messages)
` [PATCH v6 1/4] Bluetooth: 6LoWPAN: Use connected oriented channel instead of fixed one
` [PATCH v6 2/4] Bluetooth: 6LoWPAN: Create a kernel module
` [PATCH v6 3/4] Bluetooth: 6LoWPAN: Count module usage
` [PATCH v6 4/4] Bluetooth: 6LoWPAN: Remove network devices when unloading

[PATCH_v2 0/6] HDP initial implementaion
 2014-06-16 16:41 UTC  (8+ messages)
` [PATCH_v2 1/6] android/health: Cache health application data on app register call
` [PATCH_v2 2/6] android/health: Perform clean up on app unregister call
` [PATCH_v2 3/6] android/health: Add HDP SDP record
` [PATCH_v2 4/6] android/health: Notify application registration status
` [PATCH_v2 5/6] android/health: Notify application deregistration status
` [PATCH_v2 6/6] profile/health: Free sdp list after adding it to record

[PATCH 0/6] Bluetooth: Various SMP cleanups & fixes
 2014-06-16 16:33 UTC  (9+ messages)
` [PATCH 1/6] Bluetooth: Fix missing NULL check for smp_chan_create() return value
` [PATCH 2/6] Bluetooth: Remove unnecessary SMP STK define
  ` [PATCH v2 "
` [PATCH 3/6] Bluetooth: Remove HCI prefix from SMP LTK defines
` [PATCH 4/6] Bluetooth: Remove unused LTK authentication defines
` [PATCH 5/6] Bluetooth: Convert SMP flags into an enum
` [PATCH 6/6] Bluetooth: Add flexible buffer byte order swapping function

[PATCH v2 1/6] Bluetooth: Fix missing NULL check for smp_chan_create() return value
 2014-06-16 16:25 UTC  (6+ messages)
` [PATCH v2 2/6] Bluetooth: Remove unnecessary SMP STK define
` [PATCH v2 3/6] Bluetooth: Remove HCI prefix from SMP LTK defines
` [PATCH v2 4/6] Bluetooth: Remove unused LTK authentication defines
` [PATCH v2 5/6] Bluetooth: Convert SMP flags into an enum
` [PATCH v2 6/6] Bluetooth: Add flexible buffer byte order swapping function

[PATCH 1/2] android/hal-health: Fix not setting offsets for empty strings
 2014-06-16 14:05 UTC  (3+ messages)
` [PATCH 2/2] android/health: Verify register_app command correctness

[PATCH v3 RESEND] Bluetooth: Fix for ACL disconnect when pairing fails
 2014-06-16 14:02 UTC 

[PATCH ] sdp: Fix memory issues to avoid potential crash
 2014-06-16 13:11 UTC  (2+ messages)

[PATCH] Bluetooth: Use struct delayed_work for HCI command timeout
 2014-06-16 12:50 UTC  (2+ messages)

[PATCH 0/6] HDP initial implementaion
 2014-06-16 12:02 UTC  (16+ messages)
` [PATCH 1/6] android/hal-health: Add channel state event handler
` [PATCH 2/6] android/health: Cache health application data on app register call
` [PATCH 3/6] android/health: Perform clean up on app unregister call
` [PATCH 4/6] android/health: Add HDP SDP record
` [PATCH 5/6] android/health: Notify application registration status
` [PATCH 6/6] profile/health: Free sdp list after adding it to record

[PATCH 1/2] doc: Fix bit numbering in mgmt-api
 2014-06-16 10:42 UTC  (4+ messages)
` [PATCH 2/2] lib: Update indexes in mgmt string translation arrays

[RFC] Bluetooth: Provide L2CAP ops callback for memcpy_fromiovec
 2014-06-16 10:34 UTC  (4+ messages)

[PATCH 2/2] Bluetooth: Provide L2CAP ops callback for memcpy_fromiovec
 2014-06-16 10:25 UTC 

[PATCH 1/2] Bluetooth: Provide default implementation for L2CAP alloc_skb callback
 2014-06-16 10:25 UTC 

External Bluez plugin and GATT profile
 2014-06-16 10:12 UTC  (2+ messages)

[PATCH v3 0/4] bt_att initial implementation
 2014-06-14 13:45 UTC  (14+ messages)
` [PATCH v3 1/4] src/shared/att: Introduce struct bt_att
` [PATCH v3 3/4] src/shared/att: Implement write handler and bt_att_send
` [PATCH v3 4/4] src/shared/att: Handle incoming response PDUs

[PATCH] Bluetooth: Fix properly ignoring LTKs of unknown types
 2014-06-14  9:20 UTC  (4+ messages)

pull request: bluetooth 2014-06-13
 2014-06-13 22:20 UTC 

[PATCH] android/gatt: Allow signed write only on non encrypted link
 2014-06-13 14:48 UTC  (2+ messages)

[PATCH] android/gatt: Fix wrong check
 2014-06-13 14:44 UTC  (2+ messages)

[PATCH] android/pts: Add PICS and PIXIT for HOGP
 2014-06-13 14:44 UTC  (2+ messages)

[PATCH] android/pts: Adjust PICS for l2cap
 2014-06-13 14:43 UTC  (2+ messages)

Failed to connect SPP profile with Bluez
 2014-06-13 14:03 UTC 

Updated bluetooth.git tree
 2014-06-13 12:59 UTC  (2+ messages)

[PATCH] Bluetooth: Allow change security level on ATT_CID in slave role
 2014-06-13 12:58 UTC  (3+ messages)

[PATCH BlueZ v2 01/11] android/gatt: Make application API public
 2014-06-13 12:52 UTC  (12+ messages)
` [PATCH BlueZ v2 02/11] android/bluetooth: Add bt_is_device_le function
` [PATCH BlueZ v2 03/11] android/hidhost: Add support for HoG
` [PATCH BlueZ v2 04/11] android/gatt: Fix not detecting device found by Bluetooth HAL
` [PATCH BlueZ v2 05/11] android/gatt: Create device and connect bonded devices
` [PATCH BlueZ v2 06/11] android/bluetooth: Add bt_device_set_uuids
` [PATCH BlueZ v2 07/11] android/gatt: Automatically discover primary services for bonded devices
` [PATCH BlueZ v2 08/11] android/gatt: Do not disconnect immediately after discovering primaries
` [PATCH BlueZ v2 09/11] android/hidhost: Add support for re-connecting HoG
` [PATCH BlueZ v2 10/11] android/bluetooth: Fix not setting expected discovery type
` [PATCH BlueZ v2 11/11] android/gatt: Fix not setting medium security for paired devices

[PATCH] HDP: Set error message on error condition
 2014-06-13 12:44 UTC  (2+ messages)

[PATCH] HDP: trivial: Fix redundant debug print
 2014-06-13 12:41 UTC  (2+ messages)

[PATCH 1/2] btio: Fix typo in error message
 2014-06-13 11:33 UTC  (3+ messages)
` [PATCH 2/2] btio: Fix not setting getsockopt optlen for BT_SNDMTU

[PATCH] Bluetooth: Fix locking of hdev when calling into SMP code
 2014-06-13 11:18 UTC  (4+ messages)

[PATCH ] Fixed memory issues to avoid potential crash
 2014-06-13  7:07 UTC  (2+ messages)

[PATCH] android/gatt: Fix error check
 2014-06-12 14:52 UTC 

[PATCH] android/avrcp: Fix adding missing breaks
 2014-06-12 14:22 UTC 

[PATCH] android/ipc-tester: Fix closing invalid fd
 2014-06-12 14:07 UTC 

[PATCH] mcap: Fix possible overflow
 2014-06-12 13:49 UTC 

SPP profile in Bluez
 2014-06-12 13:36 UTC  (6+ messages)

[PATCH BlueZ 01/10] android/gatt: Make application API public
 2014-06-12 12:33 UTC  (10+ messages)
` [PATCH BlueZ 02/10] android/bluetooth: Add bt_is_device_le function
` [PATCH BlueZ 03/10] android/hidhost: Add support for HoG
` [PATCH BlueZ 04/10] android/gatt: Fix not detecting device found by Bluetooth HAL
` [PATCH BlueZ 05/10] android/gatt: Create device and connect bonded devices
` [PATCH BlueZ 06/10] android/bluetooth: Add bt_device_set_uuids
` [PATCH BlueZ 07/10] android/gatt: Automatically discover primary services for bonded devices
` [PATCH BlueZ 08/10] android/gatt: Do not disconnect immediately after discovering primaries
` [PATCH BlueZ 09/10] android/hidhost: Add support for re-connecting HoG
` [PATCH BlueZ 10/10] android/bluetooth: Fix not setting expected discovery type

[PATCH] android/gatt: Fix meory leak
 2014-06-12 11:53 UTC 

[PATCH 1/4] android/gatt: Change check permissions order
 2014-06-12 11:39 UTC  (2+ messages)

[PATCH 1/2] HDP: Fix checking always constant error code
 2014-06-12 11:33 UTC  (5+ messages)
` [PATCH 2/2] SDP: Make sdp_set_access_protos() return void

[PATCH] android/gatt: Fix wrong initial value
 2014-06-12 11:24 UTC  (4+ messages)

[PATCH 00/10] Some HAL IPC work
 2014-06-12 11:07 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).