messages from 2014-12-17 02:07:14 to 2014-12-19 20:26:02 UTC [more...]
[PATCH 0/4] Bluetooth: Add/Remove Device completion through hci_request
2014-12-19 20:26 UTC (4+ messages)
` [PATCH 1/4] Bluetooth: Add hci_request support for hci_update_background_scan
` [PATCH 2/4] Bluetooth: Fix Remove Device to wait for HCI before sending cmd_complete
` [PATCH 3/4] Bluetooth: Fix Add "
[patches] a bunch of old bluetooth fixes
2014-12-19 18:25 UTC (12+ messages)
` [PATCH 1/3] bluetooth: hidp_connection_add() unsafe use of l2cap_pi()
` [PATCH 2/3] cmtp: cmtp_add_connection() should verify that it's dealing with l2cap socket
` [PATCH 3/3] bnep: bnep_add_connection() "
pull request: bluetooth 2014-12-19
2014-12-19 14:34 UTC
[PATCH] src/att: Fix usage of memory after it is freed
2014-12-19 14:01 UTC
[PATCH] profiles/hog: Remove dead code
2014-12-19 13:50 UTC
[PATCH] android/gatt: Fix memory leak
2014-12-19 13:50 UTC
[PATCH] tools/bccmd: Remove dead code
2014-12-19 13:32 UTC
[PATCH 1/3] android/handsfree: Add initial support for configure WBS commmand
2014-12-19 13:31 UTC (4+ messages)
` [PATCH 2/3] android/handsfree: Add support for configure WBS command
` [PATCH 3/3] android/README: Update implementation status for handsfree
[PATCH 0/3] core: Fix ERROR CODES desc as per core_v4.2
2014-12-19 13:16 UTC (6+ messages)
` [PATCH 1/3] monitor/packet: Fix ERROR CODES "
[PATCHv2] android/gatt: Report error on invalid value length for CCC descriptor
2014-12-19 13:10 UTC (2+ messages)
[PATCH] android/gatt: Fix possible NULL dereference
2014-12-19 13:10 UTC (2+ messages)
[PATCH] emulator: Fix magic numbers and remove dead code
2014-12-19 13:06 UTC (2+ messages)
[PATCH] emulator: Remove dead code
2014-12-19 13:03 UTC
[PATCH 0/2] rfcomm: Add Test command decoding implementation
2014-12-19 13:01 UTC (4+ messages)
` [PATCH 1/2] monitor/rfcomm: Add support for decoding Test command
` [PATCH 2/2] parser/rfcomm: "
[PATCH v2 00/19] android/gatt: Fix HOG connect/disconnect
2014-12-19 12:57 UTC (21+ messages)
` [PATCH v2 01/19] android/bluetooth: Minor typo fix
` [PATCH v2 02/19] android/bluetooth: Minor fix, add missing NULL assignment
` [PATCH v2 03/19] android/bluetooth: Add possibility to register for bonded event
` [PATCH v2 04/19] android/gatt: Add paired cb to gatt.c
` [PATCH v2 05/19] android/bluetooth: Add API to check if device is bonding
` [PATCH v2 06/19] android/gatt: Improve LE connection after pair
` [PATCH v2 07/19] android/hog: Add support to track gatt operations
` [PATCH v2 08/19] android/hog: Cancel all GATT operations on disconnect
` [PATCH v2 09/19] android/hog: Keep track on primary and include service search
` [PATCH v2 10/19] android/hog: Keep track on discover characteristic and descriptors
` [PATCH v2 11/19] android/hog: Keep track on read/write char and descr
` [PATCH v2 12/19] android/bas: Add queue to keep track on GATT operations
` [PATCH v2 13/19] android/bas: Keep track read/write "
` [PATCH v2 14/19] android/bas: Keep track on discover characteristic and descriptor
` [PATCH v2 15/19] android/dis: Add queue to keep track on GATT operations
` [PATCH v2 16/19] android/dis: Keep track on discover and read characteristic
` [PATCH v2 17/19] android/scpp: Add queue to keep GATT operations
` [PATCH v2 18/19] android/scpp: Keep track on discover characteristic and descriptor
` [PATCH v2 19/19] android/scpp: Keep track on write operation
[PATCH] Bluetooth: 6lowpan: Do not free skb when packet is dropped
2014-12-19 12:43 UTC (5+ messages)
[PATCH] shared/gap: Fix memory leak in gap
2014-12-19 12:43 UTC (3+ messages)
[PATCHv2] shared/gap: Fix memory leak in gap
2014-12-19 12:37 UTC
[RFC v2] Bluetooth: 6lowpan: Use new network management channel to connect/disconnect
2014-12-19 12:35 UTC (2+ messages)
[PATCH 1/2] Bluetooth: Split hci_update_page_scan into two functions
2014-12-19 12:06 UTC (4+ messages)
` [PATCH 2/2] Bluetooth: Split hci_request helpers to hci_request.[ch]
ShanWan Sixaxis PS3 controller
2014-12-19 11:53 UTC (4+ messages)
GATT connection without BlueZ installed
2014-12-19 10:56 UTC (3+ messages)
[PATCH] gdbus: use caller's bus name in polkit authorization check
2014-12-19 10:54 UTC (4+ messages)
[PATCH 0/4] Bluetooth: Add/Remove Device completion through hci_request
2014-12-19 10:43 UTC (16+ messages)
` [PATCH 1/4] Bluetooth: Move struct hci_request definition higher up in hci_core.h
` [PATCH 2/4] Bluetooth: Add hci_request parameter to hci_update_background_scan
` [PATCH 3/4] Bluetooth: Fix Remove Device to wait for HCI before sending cmd_complete
` [PATCH 4/4] Bluetooth: Fix Add "
[PATCH] android/gatt: Fix dead code warnings
2014-12-19 10:22 UTC (6+ messages)
` [PATCH] android/gatt: Simplify gatt_db_attribute_get_permissions()
[PATCH v2 0/3] attrib/gattrib: Add tracking request id
2014-12-19 10:05 UTC (9+ messages)
` [PATCH v2 1/3] attrib/gattrib: Add track for request ids
` [PATCH v2 2/3] attrib/gatt: Fix for search services
` [PATCH v2 3/3] attrib/gattrib: Add tracking all the internal request id
bluetooth: Add hci_h4p driver
2014-12-19 9:58 UTC (7+ messages)
[PATCH 1/2] shared/gatt: Fix NULL dereference
2014-12-19 9:25 UTC (2+ messages)
` [PATCH 2/2] tools/gatt: Fix not checking malloc() failure
[PATCH] Bluetooth: 6lowpan: Add IPSP PSM value
2014-12-19 8:39 UTC
[PATCH BlueZ v5 0/7] core: Use shared/gatt-client
2014-12-19 1:24 UTC (8+ messages)
` [PATCH BlueZ v5 1/7] core: device: Don't disconnect if attios not set
` [PATCH BlueZ v5 2/7] core: device: Add getters for GATT db and client
` [PATCH BlueZ v5 3/7] core: device: Make profile calls in GATT events
` [PATCH BlueZ v5 4/7] profiles/gatt: Don't handle GATT service
` [PATCH BlueZ v5 5/7] profiles/gatt: Rename profile to gap
` [PATCH BlueZ v5 6/7] profiles/gap: Rewrite using bt_gatt_client
` [PATCH BlueZ v5 7/7] profiles/gap: Add Google copyright
pull request: bluetooth 2014-12-17
2014-12-18 20:32 UTC (2+ messages)
changes to Linux wireless maintenance
2014-12-18 20:03 UTC (10+ messages)
` [linux-nfc] "
[PATCH v3 1/7] android/map-client: Don't check if interface is ready on init
2014-12-18 17:42 UTC (8+ messages)
` [PATCH v3 2/7] android/tester: Refreactor tester-main header includes
` [PATCH v3 3/7] android/tester: If print dbg log if emulator starts
` [PATCH v3 4/7] android/tester: Add verification for test case list creators
` [PATCH v3 5/7] android/tester: Refractor properties veryfying
` [PATCH v3 6/7] android/tester: Set action status to fail if no l2cap data is given
` [PATCH v3 7/7] android/tester: add initial support for map-client tester
[PATCH v3] android/gatt: Add connectable flag to device found callback
2014-12-18 17:15 UTC (2+ messages)
[RFC 0/2] Connect 6lowpan via management interface
2014-12-18 16:48 UTC (5+ messages)
` [RFC 1/2] Bluetooth: 6lowpan: Add IPSP PSM value
` [RFC 2/2] Bluetooth: 6lowpan: Add connect/disconnect management commands
[PATCH v4] android/bluetooth: Enable LE privacy mode on BfA startup
2014-12-18 11:28 UTC
changes to Linux wireless maintenance
2014-12-18 10:55 UTC
[PATCH 1/2] android/gatt: Fix embeded services not responsing to some requests
2014-12-18 10:47 UTC (4+ messages)
` [PATCH 2/2] android/gatt: Report error on invalid value length for CCC descriptor
[PATCH v2 1/2] android/gatt: Remove discoverable flag from device found callback
2014-12-18 9:05 UTC (2+ messages)
[PATCH] android/pts: MAP testing against PTS 6.0
2014-12-18 8:50 UTC (2+ messages)
[PATCH] android/pts: Re-test of MPS on PTS 6.0
2014-12-18 8:49 UTC (2+ messages)
[PATCH BlueZ v4 00/10] core: Use shared/gatt-client
2014-12-17 22:01 UTC (18+ messages)
` [PATCH BlueZ v4 05/10] core: device: Don't disconnect if attios not set
` [PATCH BlueZ v4 06/10] core: device: Add getters for GATT db and client
` [PATCH BlueZ v4 07/10] core: device: Make profile calls in GATT events
` [PATCH BlueZ v4 08/10] profiles/gatt: Don't handle GATT service
` [PATCH BlueZ v4 09/10] profiles/gatt: Rename profile to gap
` [PATCH BlueZ v4 10/10] profiles/gap: Rewrite using bt_gatt_client
[PATCH 1/2] attrib/gattrib: Add track for internal request id
2014-12-17 21:55 UTC
[PATCH v4] doc/adapter-api.txt: StartFilteredDiscovery method
2014-12-17 21:13 UTC
[PATCH v4] doc/adapter-api.txt: StartFilteredDiscovery method
2014-12-17 21:12 UTC
[PATCH] Bluetooth: Fix bug with filter in service discovery optimization
2014-12-17 20:09 UTC (2+ messages)
[PATCH 0/2] attrib/gattrib: Add tracking request id
2014-12-17 17:57 UTC (5+ messages)
` [PATCH 1/2] attrib/gattrib: Add track for internal "
` [PATCH 2/2] attrib/gatt: Fix for search services
[PATCH v5 1/3] Bluetooth: Add lock for HCI_OP_SCAN_ENABLE command
2014-12-17 14:44 UTC (3+ messages)
[PATCH] monitor/rfcomm: Add support for decoding Test command
2014-12-17 12:01 UTC (2+ messages)
[RFC] android/map-client: Don't check if interface is ready on init
2014-12-17 10:58 UTC (6+ messages)
` [PATCH v2 1/5] android/tester: Refreactor tester-main header includes
` [PATCH v2 2/5] android/tester: Add verification for test case list creators
` [PATCH v2 3/5] android/tester: Refractor properties veryfying
` [PATCH v2 4/5] android/tester: Set action status to fail if no l2cap data is given
` [PATCH v2 5/5] android/tester: add initial support for map-client tester
[PATCH 0/2] BCSP Link Establishment in kernel
2014-12-17 9:23 UTC (5+ messages)
` [PATCH 1/2] hci_bcsp: Add LE protocol on kernel side
MGMT_OP_SET_DISCOVERABLE is queued for a long time if Pairing is in progress
2014-12-17 9:19 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).