linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-08-11 10:13:32 to 2014-08-18 06:48:48 UTC [more...]

[PATCH ] GATT: Fixed PTS issues for multiple write request
 2014-08-18  6:48 UTC  (2+ messages)

[PATCH 1/4] Bluetooth: Use zero timeout for immediate scheduling
 2014-08-17 22:15 UTC  (8+ messages)
` [PATCH 2/4] Bluetooth: Fix hci_conn reference counting with hci_chan
` [PATCH 3/4] Bluetooth: Set disc_timeout to 0 when calling hci_chan_del
` [PATCH 4/4] Bluetooth: Ignore incoming data after initiating disconnection

[PATCH 0/9] Bluetooth: Reference counting and other fixes
 2014-08-17 21:35 UTC  (13+ messages)
` [PATCH 1/9] Bluetooth: Fix incorrect LE CoC PDU length restriction based on HCI MTU
` [PATCH 2/9] Bluetooth: Remove unnecessary l2cap_chan_unlock before l2cap_chan_add
` [PATCH 3/9] Bluetooth: Fix hci_conn reference counting for fixed channels
  ` [PATCH v2 "
` [PATCH 4/9] Bluetooth: Fix hci_conn reference counting for auto-connections
` [PATCH 5/9] Bluetooth: Set addr_type only when it's needed
` [PATCH 6/9] Bluetooth: Optimize connection parameter lookup for LE connections
` [PATCH 7/9] Bluetooth: Improve *_get() functions to return the object type
` [PATCH 8/9] Bluetooth: Fix using hci_conn_get() for hci_conn pointers
  ` [PATCH v2 "
` [PATCH 9/9] Bluetooth: Refactor connection parameter freeing into its own function

[PATCH 1/2] Bluetooth: Fix using hci_conn_get() for hci_conn pointers
 2014-08-15 17:49 UTC  (2+ messages)
` [PATCH 2/2] Bluetooth: Refactor connection parameter freeing into its own function

[PATCH] Bluetooth: Fix hci_conn reference counting for auto-connections
 2014-08-15 17:33 UTC  (5+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

pull request: bluetooth-next 2014-08-14
 2014-08-15 16:32 UTC  (6+ messages)

[PATCH] Bluetooth: Improve *_get() functions to return the object type
 2014-08-15 15:23 UTC 

[PATCH] Bluetooth: Optimize connection parameter lookup for LE connections
 2014-08-15 13:39 UTC 

[PATCH] Bluetooth: Set addr_type only when it's needed
 2014-08-15 13:39 UTC 

[PATCH] Bluetooth: Fix hci_conn reference counting for fixed channels
 2014-08-15 12:45 UTC 

[PATCH] Bluetooth: Remove unnecessary l2cap_chan_unlock before l2cap_chan_add
 2014-08-15 12:45 UTC 

[PATCH] android: Fix memory leak
 2014-08-15 11:03 UTC  (2+ messages)

[PATCH] Bluetooth: Fix incorrect LE CoC PDU length restriction based on HCI MTU
 2014-08-15  9:47 UTC 

[PATCH v3 0/3] shared/att: Handle disconnects
 2014-08-15  7:53 UTC  (5+ messages)
` [PATCH v3 1/3] shared/io-mainloop: Increment the ref count inside io_callback
` [PATCH v3 2/3] shared/att: Use io_set_close_on_destroy
` [PATCH v3 3/3] shared/att: Handle disconnects

[PATCH v3 1/2] android/bluetooth: Add support for get remote service record property cmd
 2014-08-15  7:51 UTC  (3+ messages)
` [PATCH v3 2/2] android/pts: Update IOPT test results

Missing vendor-specific ID for BCM20702A0
 2014-08-15  3:40 UTC  (4+ messages)

[PATCH] monitor: Add AVRCP ListPlayerApplicationSettingAttributes support
 2014-08-14 15:11 UTC  (2+ messages)

[PATCH v2 1/2] android/bluetooth: Add support for get remote service record property cmd
 2014-08-14 12:43 UTC  (4+ messages)
` [PATCH v2 2/2] android/pts: Update IOPT test results

[PATCH 1/3] android/bluetooth: remove unused include
 2014-08-14 10:13 UTC  (6+ messages)
` [PATCH 2/3] android/bluetooth: Add support for get remote service record property cmd
` [PATCH 3/3] android/pts: Update IOPT test results

[PATCH v2] Bluetooth: Fix ERTM L2CAP resend packet
 2014-08-14  7:48 UTC  (2+ messages)

[PATCH v2 0/1] shared/att: Handle disconnects
 2014-08-14  1:18 UTC  (10+ messages)
` [PATCH v2 1/1] "

[RFC v2 0/1] doc/gatt-api: New API properties and methods for the GATT D-Bus API
 2014-08-13 17:45 UTC  (4+ messages)
` [RFC v2 1/1] "

[PATCH] Bluetooth: Improve data packing in SAR mode
 2014-08-13 17:27 UTC  (2+ messages)

[PATCH] Bluetooth: Fix ERTM L2CAP resend packet
 2014-08-13 17:23 UTC  (2+ messages)

[PATCH] Bluetooth: bluecard_cs.c: Remove typedef bluecard_info_t
 2014-08-13 17:18 UTC  (2+ messages)

[PATCH] bluetooth/dtl1_cs: Remove typedefs nsh_t and dtl1_info_t
 2014-08-13 17:18 UTC  (2+ messages)

[PATCH] drivers/bluetooth: Remove typedef bt3c_info_t
 2014-08-13 17:18 UTC  (2+ messages)

[PATCH] bluetooth/btuart_cs: Remove typedef btuart_info_t
 2014-08-13 17:18 UTC  (2+ messages)

[PATCH] android/health: Fix reconnect scenario
 2014-08-13 14:57 UTC  (4+ messages)

[PATCH 1/2] android/gatt: Stop listening while unregistering app
 2014-08-13 14:50 UTC  (2+ messages)
` [PATCH 2/2] android/gatt: Add helper to create listen data

[PATCH] monitor: Fix use of uninitialized value
 2014-08-13 12:31 UTC  (2+ messages)

[PATCHv2 01/10] monitor: Fix segmentation fault with malformed packet
 2014-08-13 11:42 UTC  (17+ messages)
` [PATCHv2 02/10] monitor: Handle default switch case
` [PATCHv2 10/10] obexd: Fix possible NULL dereference
      ` [PATCHv3 1/5] monitor: Use common maximum packet size definition
        ` [PATCHv3 2/5] shared/btsnoop: Fix segmentation fault with malformed packet
        ` [PATCHv3 3/5] btmon: "
        ` [PATCHv3 4/5] monitor: Handle default switch case
            ` [PATCHv4] "
        ` [PATCHv3 5/5] obexd: Fix possible NULL dereference

[PATCH v3 1/6] monitor: Add AVRCP specific AV/C commands support
 2014-08-13 10:16 UTC  (7+ messages)
` [PATCH v3 2/6] monitor: Add AV/C commands related macros and helper functions
` [PATCH v3 3/6] monitor: Handle AVRCP specific AV/C PDUs
` [PATCH v3 4/6] monitor: Add AVRCP specific AV/C PDUs' macros and helper functions
` [PATCH v3 5/6] monitor: Add AV/C specific PDUs' error macros and functions
` [PATCH v3 6/6] monitor: Add AVRCP GetCapabilities support

[PATCH] android/pts: Correct trivial typos
 2014-08-13  9:59 UTC  (2+ messages)

[PATCH] tools/l2test: And listen and not receive mode option
 2014-08-13  9:44 UTC  (4+ messages)

[PATCH v2 1/6] monitor: Add AVRCP specific AV/C commands support
 2014-08-13  8:23 UTC  (9+ messages)
` [PATCH v2 2/6] monitor: Add AV/C commands related macros and helper functions
` [PATCH v2 3/6] monitor: Handle AVRCP specific AV/C PDUs
` [PATCH v2 4/6] monitor: Add AVRCP specific AV/C PDUs' macros and helper functions
` [PATCH v2 5/6] monitor: Add AV/C specific PDUs' error macros and functions
` [PATCH v2 6/6] monitor: Add AVRCP GetCapabilities support

[PATCH] android/pts: Update PTS files for L2CAP
 2014-08-12 13:38 UTC  (5+ messages)
` [PATCH] Interim test results "

Gatttool: Why limited to 5 connections?
 2014-08-12 11:45 UTC  (2+ messages)

[PATCH BlueZ] Revert "gdbus: Don't include just added interfaces in GetManagedObjects"
 2014-08-12  7:58 UTC  (2+ messages)

[PATCH v1 0/1] shared/att: Handle disconnects
 2014-08-11 21:21 UTC  (4+ messages)
` [PATCH v1 1/1] "

[RFC v1 0/1] doc/gatt-api: New API properties and methods for the GATT D-Bus API
 2014-08-11 20:38 UTC  (15+ messages)
` [RFC v1 1/1] "

pull-request: wpan-next 2014-08-11
 2014-08-11 19:24 UTC  (11+ messages)
` [PATCH 1/4] mac802154: cleanup in rx path
` [PATCH 2/4] mac802154: common error path
` [PATCH 3/4] ieee802154: 6lowpan: remove unused function
` [PATCH 4/4] mac802154: common tx error path

[PATCH v2 0/9] Bluetooth: SMP fixes & cleanups
 2014-08-11 19:18 UTC  (11+ messages)
` [PATCH v2 1/9] Bluetooth: Use L2CAP resume callback to call smp_distribute_keys
` [PATCH v2 2/9] Bluetooth: Add public l2cap_conn_shutdown() API to request disconnection
` [PATCH v2 3/9] Bluetooth: Call l2cap_conn_shutdown() when SMP recv callback fails
` [PATCH v2 4/9] Bluetooth: Fix double free of SMP data skb
` [PATCH v2 5/9] Bluetooth: Add SMP-internal timeout callback
` [PATCH v2 6/9] Bluetooth: Remove unused l2cap_conn->security_timer
` [PATCH v2 7/9] Bluetooth: Move canceling security_timer into smp_chan_destroy()
` [PATCH v2 8/9] Bluetooth: Always call smp_distribute_keys() from a workqueue
` [PATCH v2 9/9] Bluetooth: Make smp_chan_destroy() private to smp.c

[PATCH] Bluetooth: Fix double free of SMP data skb
 2014-08-11 18:43 UTC  (2+ messages)

[PATCH BlueZ v2 1/7] android: Fix not including shared/queue.c in A2DP plugin
 2014-08-11 15:03 UTC  (7+ messages)
` [PATCH BlueZ v2 3/7] android/tester: Add A2DP init - Success test case
` [PATCH BlueZ v2 4/7] android/tester: Add A2DP connect "
` [PATCH BlueZ v2 5/7] android/tester: Add A2DP Disconnect "
` [PATCH BlueZ v2 6/7] android/tester: Add A2DP Resume "
` [PATCH BlueZ v2 7/7] android/tester: Add A2DP Suspend "

[PATCH 1/6] monitor: Add AVRCP specific AV/C commands support
 2014-08-11 14:26 UTC  (6+ messages)
` [PATCH 2/6] monitor: Add AV/C commands related macros and helper functions
` [PATCH 3/6] monitor: Handle AVRCP specific AV/C PDUs
` [PATCH 4/6] monitor: Add AVRCP specific AV/C PDUs' macros and helper functions
` [PATCH 5/6] monitor: Add AV/C specific PDUs' error macros and fuctions
` [PATCH 6/6] monitor: Add AVRCP GetCapabilities support

[PATCH] android/pixit: TSPX_security_enabled is not default
 2014-08-11 13:39 UTC  (2+ messages)

[PATCH] Android/pts: Update PTS files for IOPT
 2014-08-11 13:38 UTC  (2+ messages)

Bug: bluetoothd dies when connecting device
 2014-08-11 13:38 UTC  (3+ messages)

[PATCH 0/5] Bluetooth: Further SMP fixes & cleanups
 2014-08-11 12:40 UTC  (6+ messages)
` [PATCH 1/5] Bluetooth: Add SMP-internal timeout callback
` [PATCH 2/5] Bluetooth: Remove unused l2cap_conn->security_timer
` [PATCH 3/5] Bluetooth: Move canceling security_timer into smp_chan_destroy()
` [PATCH 4/5] Bluetooth: Always call smp_distribute_keys() from a workqueue
` [PATCH 5/5] Bluetooth: Make smp_chan_destroy() private to smp.c

[PATCH 0/3] Some more SMP fixes
 2014-08-11 12:24 UTC  (4+ messages)
` [PATCH 1/3] Bluetooth: Use L2CAP resume callback to call smp_distribute_keys
` [PATCH 2/3] Bluetooth: Add public l2cap_conn_drop() API to request disconnection
` [PATCH 3/3] Bluetooth: Call l2cap_conn_drop() when SMP recv callback fails


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