linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-12-19 09:23:34 to 2014-12-29 17:42:46 UTC [more...]

[RFC] build: Enable -Wformat -Wformat-security in maintainer mode
 2014-12-29 17:42 UTC  (3+ messages)

[PATCH bluez-utils] Link mcaptest with -lrt
 2014-12-29 17:40 UTC  (2+ messages)

[PATCH v2 0/5] Bluetooth: Add SMP self-tests through debugfs
 2014-12-29 10:28 UTC  (7+ messages)
` [PATCH v2 1/5] Bluetooth: Fix const declarations for smp_f5 and smp_f6
` [PATCH v2 2/5] Bluetooth: Add skeleton for debugfs-based SMP self-tests
  ` [PATCH v3 "
` [PATCH v2 3/5] Bluetooth: Add SMP self-tests for legacy crypto functions
` [PATCH v2 4/5] Bluetooth: Add SMP self-tests for SC "
` [PATCH v2 5/5] Bluetooth: Add SMP self-tests for ECDH functionality

[PATCH 0/5] Bluetooth: Add SMP self-tests through debugfs
 2014-12-29 10:04 UTC  (6+ messages)
` [PATCH 1/5] Bluetooth: Fix const declarations for smp_f5 and smp_f6
` [PATCH 2/5] Bluetooth: Add skeleton for debugfs-based SMP self-tests
` [PATCH 3/5] Bluetooth: Add SMP self-tests for legacy crypto functions
` [PATCH 4/5] Bluetooth: Add SMP self-tests for SC "
` [PATCH 5/5] Bluetooth: Add SMP self-tests for ECDH functionality

[PATCH BlueZ 00/17] Implement doc/gatt-api.txt for client
 2014-12-28 23:39 UTC  (25+ messages)
` [PATCH BlueZ 01/17] core: gatt: Introduce gatt-client
` [PATCH BlueZ 02/17] core: gatt: Export GATT services on D-Bus
` [PATCH BlueZ 03/17] core: gatt: Export GATT characteristics "
` [PATCH BlueZ 04/17] core: gatt: Export GATT descriptors "
` [PATCH BlueZ 05/17] core: gatt: Implement GattCharacteristic1.ReadValue
` [PATCH BlueZ 06/17] core: gatt: Implement GattDescriptor1.ReadValue
` [PATCH BlueZ 07/17] core: gatt: Implement GattCharacteristic1.StartNotify
` [PATCH BlueZ 08/17] core: gatt: Implement GattCharacteristic1.StopNotify
` [PATCH BlueZ 09/17] core: gatt: Expose charac. extended properties
` [PATCH BlueZ 10/17] shared/gatt-client: Expose MTU
` [PATCH BlueZ 11/17] core: gatt: Implement GattCharacteristic1.WriteValue
` [PATCH BlueZ 12/17] core: gatt: Don't always issue read-long for ReadValue
` [PATCH BlueZ 13/17] core: gatt: Implement GattDescriptor1.WriteValue
` [PATCH BlueZ 14/17] core: gatt: Reference count chrcs and descs
` [PATCH BlueZ 15/17] core: gatt: Handle Service Changed
` [PATCH BlueZ 16/17] core: device: Add function to get GATT service
` [PATCH BlueZ 17/17] core: gatt: Don't export claimed services

[PATCH] drivers:bluetooth:Remove unneeded code in the function,hci_uart_tty_open for the file,hci_ldisc.c
 2014-12-28  1:47 UTC 

[PATCH] Fix sdptool search with UUID128
 2014-12-26 23:42 UTC 

[PATCH 1/2] tools: Fix comparison between signed and unsigned integer
 2014-12-26 23:31 UTC  (2+ messages)
` [PATCH 2/2] Add missing format specifiers in src/error.c

pull request: bluetooth 2014-12-26
 2014-12-26 23:24 UTC  (2+ messages)

[PATCH 1/4] Bluetooth: Introduce HCI_QUIRK_BROKEN_LOCAL_COMMANDS constant
 2014-12-26 18:35 UTC  (2+ messages)

[PATCH 4/4] Bluetooth: Remove BlueFritz! specific check from initialization
 2014-12-26  3:42 UTC 

[PATCH 3/4] Bluetooth: btusb: Set the HCI_QUIRK_BROKEN_LOCAL_COMMANDS quirk
 2014-12-26  3:42 UTC 

[PATCH 2/4] Bluetooth: bfusb: Set the HCI_QUIRK_BROKEN_LOCAL_COMMANDS quirk
 2014-12-26  3:42 UTC 

[PATCH v2] Bluetooth: Fix accepting connections when not using mgmt
 2014-12-24 19:03 UTC  (2+ messages)

3.19-rc1 refuse connection from bluetooth headset
 2014-12-24 18:41 UTC  (5+ messages)

[PATCH] Bluetooth: Fix accepting connections when not using mgmt
 2014-12-24 18:38 UTC 

[PATCH] android/gatt: Fix memory leak
 2014-12-24 11:16 UTC  (2+ messages)

[PATCH] android/pts: L2CAP test results update
 2014-12-24 10:52 UTC  (2+ messages)

[PATCH] android: Provide SELinux policy files
 2014-12-24 10:06 UTC  (2+ messages)

[PATCH] Bluetooth: Fix controller configuration with HCI_QUIRK_INVALID_BDADDR
 2014-12-24  7:18 UTC  (2+ messages)

[PATCH] Bluetooth: Cancel the hci_request timeout if it received expected event
 2014-12-23 20:37 UTC  (4+ messages)

[[RFC] 0/2] Split AVRCP into TG, CT
 2014-12-23 14:48 UTC  (3+ messages)
` [[RFC] 1/2] android/avrcp: Split AVRCP into TG and CT
` [[RFC] 2/2] android/avrcp-ctrl: Add support for Send Pass Through command in daemon

[PATCH] android/client: Fix Send Pass Through command
 2014-12-23 14:29 UTC 

[PATCH] android/scpp: Simplify requests queueing
 2014-12-23 13:44 UTC  (2+ messages)

[PATCH] bluetooth: Add hci_h4p driver
 2014-12-23 13:02 UTC 

bluetooth: Add hci_h4p driver
 2014-12-23 12:41 UTC  (11+ messages)
` [PATCH] "

[PATCH 0/6] Bluetooth: Add self-tests through a dedicated module
 2014-12-22 18:14 UTC  (8+ messages)
` [PATCH 1/6] Bluetooth: Export SMP crypto functions for self-test module
` [PATCH 2/6] Bluetooth: Export ECDH "
` [PATCH 3/6] Bluetooth: Add skeleton "
  ` [PATCH v2 "
` [PATCH 4/6] Bluetooth: Add legacy SMP self-tests
` [PATCH 5/6] Bluetooth: Add LE SC "
` [PATCH 6/6] Bluetooth: Add ECDH self-tests

[PATCH] android/scpp: Fix using freed memory
 2014-12-22 14:07 UTC  (4+ messages)

[PATCH] shared/hfp: Remove dead code
 2014-12-22 13:16 UTC 

[PATCH] android/tester: Fix wrong check
 2014-12-22 12:57 UTC  (2+ messages)

[PATCH] emulator: Fix magic numbers and remove dead code
 2014-12-22 11:59 UTC  (3+ messages)

[PATCHv2] shared/gap: Fix memory leak in gap
 2014-12-22 11:56 UTC  (2+ messages)

[PATCH 1/2] shared/gatt: Fix NULL dereference
 2014-12-22 11:32 UTC  (3+ messages)
` [PATCH 2/2] tools/gatt: Fix not checking malloc() failure

changes to Linux wireless maintenance
 2014-12-22  9:55 UTC  (4+ messages)

[PATCH v2] Bluetooth: Remove duplicate constant for RFCOMM PSM
 2014-12-20 21:02 UTC  (2+ messages)

[PATCH] Bluetooth: Create debugfs directory for each connection handle
 2014-12-20 21:02 UTC  (2+ messages)

[PATCH] Bluetooth: Remove duplicate constant for RFCOMM PSM
 2014-12-20 16:59 UTC 

[PATCH 1/3] Bluetooth: Add structures for LE Data Length Extension feature
 2014-12-20 15:54 UTC  (2+ messages)

[PATCH 1/4] Bluetooth: Add skeleton functions for debugfs creation
 2014-12-20 15:54 UTC  (2+ messages)

[PATCH 3/3] Bluetooth: Store default and maximum LE data length settings
 2014-12-20 15:28 UTC 

[PATCH 2/3] Bluetooth: Enable basics for LE Data Length Extension feature
 2014-12-20 15:28 UTC 

[PATCH 4/4] Bluetooth: Move LE debugfs file creation into hci_debugfs.c
 2014-12-20 15:05 UTC 

[PATCH 3/4] Bluetooth: Move BR/EDR debugfs file creation into hci_debugfs.c
 2014-12-20 15:05 UTC 

[PATCH 2/4] Bluetooth: Move common debugfs file creation into hci_debugfs.c
 2014-12-20 15:05 UTC 

[PATCH] Bluetooth: Support static address when BR/EDR has been disabled
 2014-12-20  7:52 UTC  (2+ messages)

[PATCH] Bluetooth: Move hci_update_page_scan to hci_request.c
 2014-12-19 21:25 UTC  (2+ messages)

[PATCH 0/4] Bluetooth: Add/Remove Device completion through hci_request
 2014-12-19 21:22 UTC  (6+ 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 "
` [PATCH 4/4] Bluetooth: Add return parameter to cmd_complete callbacks

[PATCH BlueZ v5 0/7] core: Use shared/gatt-client
 2014-12-19 21:00 UTC  (2+ messages)

pull request: bluetooth 2014-12-19
 2014-12-19 20:47 UTC  (2+ messages)

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

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

[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: Remove dead code
 2014-12-19 13:03 UTC 

[PATCH 0/2] rfcomm: Add Test command decoding implementation
 2014-12-19 13:01 UTC  (2+ messages)

[PATCH v2 00/19] android/gatt: Fix HOG connect/disconnect
 2014-12-19 12:57 UTC  (2+ messages)

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

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