linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-12-31 00:32:24 to 2015-01-08 14:20:06 UTC [more...]

[PATCH 1/2] shared/gatt: Fix NULL dereference
 2015-01-08 14:20 UTC  (3+ messages)

[PATCH] android/gatt: Fix dead code warnings
 2015-01-08 14:19 UTC  (2+ messages)

[PATCHv4 bluetooth-next 0/3] 6lowpan: introduce nhc framework
 2015-01-08 12:31 UTC  (4+ messages)
` [PATCHv4 bluetooth-next 1/3] 6lowpan: add generic nhc layer interface
` [PATCHv4 bluetooth-next 2/3] 6lowpan: add udp compression via nhc layer
` [PATCHv4 bluetooth-next 3/3] 6lowpan: nhc: add other known rfc6282 compressions

[PATCH 0/3] core: Fix ERROR CODES desc as per core_v4.2
 2015-01-08 10:21 UTC  (7+ messages)
` [PATCH 1/3] monitor/packet: Fix ERROR CODES "

[PATCH] android: Make shutdown timeout shorter
 2015-01-08 10:16 UTC 

[PATCH] hid2hci add CSR 8510 A10 support
 2015-01-08 10:02 UTC  (12+ messages)
` [PATCH v3] "
      ` [PATCH v4] "
          ` [PATCH v5 0/2] "
            ` [PATCH v5 1/2] "
            ` [PATCH v5 2/2] use const uint_8* for pointer in control_message

[PATCH] tools/bccmd: Remove dead code
 2015-01-08  9:51 UTC  (3+ messages)

[PATCH 1/1] tools/bluemoon: Remove dead code
 2015-01-08  9:50 UTC  (3+ messages)

[PATCH 01/11] android/tester: Use uint16_t for handles
 2015-01-08  9:17 UTC  (11+ messages)
` [PATCH 02/11] android/tester: Add macro improving pdu send procedure
` [PATCH 03/11] android/tester: Support remote sending pdu from fragments
` [PATCH 04/11] android/tester: Use multiple iovecs instead of one large buffer
` [PATCH 05/11] android/tester: Add case for GATT embeded attributes writes
` [PATCH 06/11] android/tester: Add case for GATT prep. and exec. write on ccc descr
` [PATCH 07/11] android/gatt: Fix not handling service change ccc write execute
` [PATCH 08/11] android/tester: Add GATT Server test for invalid value length for ccc
` [PATCH 09/11] android/tester: Add case for error passing in GATT server responses
` [PATCH 10/11] android/tester: Add GATT case for Svc. change invalid offset write
` [PATCH 11/11] android/gatt: Verify offset on srvc change ccc write

[PATCH 0/6] L2CAP control field + AVRCP browsing PDU parsing
 2015-01-08  9:05 UTC  (12+ messages)
` [PATCH 1/6] monitor: Make the parameter name generic
` [PATCH 2/6] monitor: Add functionality to store extented control in DB
` [PATCH 3/6] monitor: Extract extended L2CAP extended control field
` [PATCH 4/6] monitor: Add support for parsing "
` [PATCH 5/6] monitor: Add support for parsing L2CAP "
` [PATCH 6/6] monitor: Add AVRCP SetBrowsedPlayer support

[PATCH] Bluetooth: Add support for yet another BCM20702A0 variant (0489:e031)
 2015-01-08  5:55 UTC  (3+ messages)

[PATCH BlueZ v2 00/14] Implmenet doc/gatt-api.txt for client
 2015-01-08  5:48 UTC  (15+ messages)
` [PATCH BlueZ v2 01/14] core: gatt: Expose charac. extended properties
` [PATCH BlueZ v2 02/14] shared/gatt-client: Make read/write cancelable
` [PATCH BlueZ v2 03/14] shared/gatt-client: Make long-write cancelable
` [PATCH BlueZ v2 04/14] core: gatt: Cancel pending reads/writes
` [PATCH BlueZ v2 05/14] shared/gatt-db: Add gatt_db_attribute_reset
` [PATCH BlueZ v2 06/14] core: gatt: Reset value in db when caching
` [PATCH BlueZ v2 07/14] core: gatt: Issue long write for reliable-write
` [PATCH BlueZ v2 08/14] core: gatt: Handle Service Changed
` [PATCH BlueZ v2 09/14] core: device: Fix GATT profile probing
` [PATCH BlueZ v2 10/14] profiles/gap: Fix probe/accept behavior
` [PATCH BlueZ v2 11/14] core: service: Remove GATT handle logic
` [PATCH BlueZ v2 12/14] shared/gatt-db: Fix crash in gatt_db_find_by_type
` [PATCH BlueZ v2 13/14] shared/gatt-db: Add "claimed" field to services
` [PATCH BlueZ v2 14/14] core: gatt: Use "claimed" instead of "active"

[PATCH v2 1/2] Bluetooth: btmrvl: use msecs_to_jiffies within macro definition
 2015-01-08  5:39 UTC  (4+ messages)
` [PATCH v2 2/2] Bluetooth: btmrvl: fix card reset and suspend race issue

[PATCH 1/2] unit/test-queue: Extend /queue/remove_all with NULL data checks
 2015-01-07 22:38 UTC  (3+ messages)
` [PATCH 2/2] shared/queue: Fix NULL data handling in queue_remove_all

Valgrind issue on sdp
 2015-01-07 17:07 UTC  (4+ messages)

[PATCH 1/2] unit/test-queue: Add /queue/remove_all test
 2015-01-07 16:08 UTC  (3+ messages)
` [PATCH 2/2] shared/queue: Fix queue_remove_all entires count

[PATCH] profiles/hog: Remove dead code
 2015-01-07 13:34 UTC  (3+ messages)

[PATCH] src/att: Fix usage of memory after it is freed
 2015-01-07 13:34 UTC  (3+ messages)

[PATCH v6 1/3] Bluetooth: Add marker to hci_req_ctrl
 2015-01-07 13:10 UTC  (3+ messages)
` [PATCH v6 2/3] Bluetooth: Add le_scan_restart
` [PATCH v6 3/3] Bluetooth: Add restarting to service discovery

[PATCH BlueZ v1 0/8] Implmenet doc/gatt-api.txt for client
 2015-01-07 12:41 UTC  (21+ messages)
` [PATCH BlueZ v1 1/8] core: gatt: Expose charac. extended properties
` [PATCH BlueZ v1 2/8] core: gatt: Implement GattCharacteristic1.StartNotify
` [PATCH BlueZ v1 3/8] core: gatt: Implement GattCharacteristic1.StopNotify
` [PATCH BlueZ v1 4/8] shared/gatt-db: Add truncate argument to write
` [PATCH BlueZ v1 5/8] core: gatt: Issue long write for reliable-write
` [PATCH BlueZ v1 6/8] core: gatt: Reference count chrcs and descs
` [PATCH BlueZ v1 7/8] core: gatt: Handle Service Changed
` [PATCH BlueZ v1 8/8] doc/gatt-api.txt: Update error names

[PATCH] shared/hfp: Remove dead code
 2015-01-07  9:51 UTC  (3+ messages)

[PATCH] Bluetooth: btmrvl: fix card reset and suspend race issue
 2015-01-07  5:36 UTC  (3+ messages)

[PATCH 1/3] tools/sdptool: Fix search for UUID128
 2015-01-06 22:32 UTC  (3+ messages)
` [PATCH 2/3] tools/sdptool: Fix UUID128 format in tree output
` [PATCH 3/3] tools/hciconfig: Display UUID32 and UUID128 EIR data

[PATCH BlueZ v2 00/12] Add TS Large Databases, more server tests
 2015-01-06 17:11 UTC  (15+ messages)
` [PATCH BlueZ v2 01/12] gatt_db: use callback for gatt_db_find_by_type
` [PATCH BlueZ v2 02/12] shared/gatt-db: Add gatt_db_find_by_type_value
` [PATCH BlueZ v2 03/12] shared/gatt-server: support Discover by UUID
` [PATCH BlueZ v2 04/12] unit/gatt: Add Test Spec Large Database 1
` [PATCH BlueZ v2 05/12] unit/gatt: Comment cleanup
` [PATCH BlueZ v2 06/12] unit/gatt: Add /TP/GAD/SR/BV-02-C test
` [PATCH BlueZ v2 07/12] unit/gatt: Add /TP/GAD/SR/BV-03-C test
` [PATCH BlueZ v2 08/12] unit/gatt: Add /TP/GAD/SR/BV-04-C test
` [PATCH BlueZ v2 09/12] unit/gatt: Add clarifying note about dup tests
` [PATCH BlueZ v2 10/12] unit/gatt: Add /TP/GAD/SR/BV-06-C test
` [PATCH BlueZ v2 11/12] unit/gatt: Add /TP/GAR/SR/BV-01-C test
` [PATCH BlueZ v2 12/12] unit/gatt: Add /TP/GAR/SR/BI-02-C test

[PATCH v2 1/4] Bluetooth: btmrvl: fix race issue while stopping main thread
 2015-01-06 15:21 UTC  (8+ messages)
` [PATCH v2 2/4] Bluetooth: btmrvl: error path handling in setup handler
` [PATCH v2 3/4] Bluetooth: btmrvl: add surprise_removed flag
` [PATCH v2 4/4] bluetooth: btmrvl: increase the priority of firmware download message

[PATCH v2 0/2] hci_bcsp: Add LE protocol on kernel side
 2015-01-06  7:17 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] bcsp: Change tx window size in configuration

Keeping hci interface powered
 2015-01-06  2:25 UTC  (11+ messages)
        ` BlueZ question about HID profile

[PATCH BlueZ 00/14] Add TS Large Database, more server tests
 2015-01-05 21:23 UTC  (14+ messages)
` [PATCH BlueZ 01/14] shared/gatt-db: Add gatt_db_find_by_type_value
` [PATCH BlueZ 06/14] unit/gatt: Add Test Spec Large Database 1
` [PATCH BlueZ 07/14] unit/gatt: Comment cleanup
` [PATCH BlueZ 08/14] unit/gatt: Add /TP/GAD/SR/BV-02-C test
` [PATCH BlueZ 09/14] unit/gatt: Add /TP/GAD/SR/BV-03-C test
` [PATCH BlueZ 10/14] unit/gatt: Add /TP/GAD/SR/BV-04-C test
` [PATCH BlueZ 11/14] unit/gatt: Add clarifying note about dup tests
` [PATCH BlueZ 12/14] unit/gatt: Add /TP/GAD/SR/BV-06-C test
` [PATCH BlueZ 13/14] unit/gatt: Add /TP/GAR/SR/BV-01-C test
` [PATCH BlueZ 14/14] unit/gatt: Add /TP/GAR/SR/BI-02-C test

[PATCH] Bluetooth: Remove dead code
 2015-01-05 14:02 UTC 

[PATCH] bluetooth: Remove unused function
 2015-01-04 15:55 UTC 

Services connected in BlueZ 5
 2015-01-04 15:06 UTC 

[PATCH 1/3] Bluetooth: Remove dead code for manufacturer inquiry mode quirks
 2015-01-03 20:33 UTC  (2+ messages)

[PATCH 3/3] Bluetooth: Use HCI_QUIRK_FIXUP_INQUIRY_MODE for Silicon Wave devices
 2015-01-03  7:35 UTC 

[PATCH 2/3] Bluetooth: Introduce HCI_QUIRK_FIXUP_INQUIRY_MODE option
 2015-01-03  7:35 UTC 

pull request: bluetooth-next 2014-12-31
 2015-01-02 21:04 UTC  (2+ messages)

[RFC] build: Enable -Wformat -Wformat-security in maintainer mode
 2015-01-02 17:03 UTC  (2+ messages)

ShanWan Sixaxis PS3 controller
 2015-01-02 14:12 UTC  (5+ messages)

[PATCH bluez] src/shared/ecc.c: include <config.h>
 2015-01-02  7:07 UTC  (2+ messages)

[PATCH] Bluetooth: Fix issue with Roper Class 1 Bluetooth Dongle
 2015-01-02  7:05 UTC  (2+ messages)

PROBLEM: 0489:e062 [Sony VAIO SVF1531C5E] Bluetooth adapter does not see BT devices
 2015-01-01 19:47 UTC  (8+ messages)

[PATCH] Bluetooth: Fix SMP channel registration for unconfigured controllers
 2015-01-01 10:27 UTC  (2+ messages)

[PATCH] Bluetooth: Fix for a leftover debug of pairing credentials
 2015-01-01  8:59 UTC  (2+ messages)

[PATCH 1/4] Bluetooth: Introduce force_bredr_smp debugfs option for testing
 2015-01-01  8:59 UTC  (2+ messages)

[PATCH 1/4] Bluetooth: btmrvl: fix race issue while stopping main thread
 2015-01-01  8:11 UTC  (8+ messages)
` [PATCH 2/4] Bluetooth: btmrvl: error path handling in setup handler
` [PATCH 3/4] Bluetooth: btmrvl: add surprise_removed flag
` [PATCH 4/4] bluetooth: btmrvl: increase the priority of firmware download message

[PATCH 4/4] Bluetooth: Fix scope of sc_only_mode debugfs entry
 2014-12-31 22:43 UTC 

[PATCH 3/4] Bluetooth: Remove no longer needed force_sc_support debugfs option
 2014-12-31 22:43 UTC 

[PATCH 2/4] Bluetooth: Remove broken force_lesc_support debugfs option
 2014-12-31 22:43 UTC 


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