linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-05-01 03:03:36 to 2017-05-29 13:16:06 UTC [more...]

[PATCH BlueZ] shared/gatt-client: Fix not removing services that had disappeared
 2017-05-29 13:16 UTC  (2+ messages)

[PATCH BlueZ] client: Fix using RegisterProfile
 2017-05-29 13:15 UTC  (2+ messages)

[PATCH BlueZ] core/gatt: Don't return an error if notification is already enabled
 2017-05-29 13:15 UTC  (2+ messages)

[BUG] unit/test-gatt failure uninitialized pointer(?)
 2017-05-29 12:45 UTC  (10+ messages)
` [BUG] unit/test-midi spurious failure

[PATCH] device: Clear GATT DB after disconnection for unpaired device
 2017-05-28  8:39 UTC  (9+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

Questions about GATT server example in /test/example-gatt-server.py - Generice access service can't be overidden
 2017-05-27  6:57 UTC  (2+ messages)

Unexpected SMP Command 0x0a
 2017-05-26 20:42 UTC  (5+ messages)

pull request: bluetooth-next 2017-05-23
 2017-05-25 16:56 UTC  (2+ messages)

How to use GattProfile1
 2017-05-25 13:01 UTC  (20+ messages)

How to create multiple rfcomm devices with a set name
 2017-05-25  8:16 UTC  (3+ messages)

bluez proximity implemention
 2017-05-24  8:41 UTC 

Question on switiching codecs with bluez 5
 2017-05-23 18:07 UTC  (2+ messages)

[PATCH] Bluetooth: btintel: Add MODULE_FIRMWARE entries for iBT 3.5 controllers
 2017-05-23 17:56 UTC  (2+ messages)

Determining whether a Bluetooth device supports pairing
 2017-05-23 14:33 UTC  (4+ messages)

[PATCH] Bluetooth: btwilink: Fix unexpected skb free
 2017-05-23 14:21 UTC  (2+ messages)

[PATCH] Bluetooth: hci_ll: Fix download_firmware() return when __hci_cmd_sync fails
 2017-05-23 14:18 UTC  (3+ messages)

[bug report] Bluetooth: Fix memory leaking when hdev->send returns an error
 2017-05-23  9:27 UTC  (2+ messages)

[PATCH] Bluetooth: Delete error messages for failed memory allocations in two functions
 2017-05-22  8:25 UTC  (2+ messages)

[Bug 84521] Ralink RT3290 doesn't have a bluetooth driver
 2017-05-20 13:25 UTC 

[PATCH] Bluetooth: btusb: set HCI_QUIRK_BROKEN_LOCAL_COMMANDS for 0x0a5c:0x21f3
 2017-05-20  1:09 UTC  (3+ messages)

[RFC] btmrvl-sdio: FW failed to be active in time!
 2017-05-18 19:08 UTC  (3+ messages)

[PATCH] bluetooth: hci_ll: add proper SERDEV dependency
 2017-05-18 14:58 UTC  (4+ messages)

[PATCH] Bluetooth: hci_nokia: select BT_HCIUART_H4
 2017-05-18 12:00 UTC  (3+ messages)

[PATCHv2 0/4] Motorola Droid 4: Add WL1285C support
 2017-05-16 16:41 UTC  (10+ messages)
` [PATCHv2 1/4] wlcore: add wl1285 compatible
` [PATCHv2 2/4] ARM: dts: omap4-droid4: Use wl1285 for wifi compatible
` [PATCHv2 3/4] Bluetooth: hci_ll: Add compatible values for more WL chips
` [PATCHv2 4/4] ARM: dts: omap4-droid4: Add bluetooth

[PATCH] ARM: dts: omap4-droid4: add bluetooth
 2017-05-16 16:34 UTC  (2+ messages)

[PATCH] net: socket: mark socket protocol handler structs as const
 2017-05-16 15:55 UTC  (2+ messages)

Understanding Bluez mgmt events
 2017-05-16 15:27 UTC  (3+ messages)

Some pointers how to use GattProfile1
 2017-05-16 11:21 UTC 

[PATCH] Bluetooth: Check for available le pkts before sending frame
 2017-05-16  2:58 UTC  (3+ messages)

Clarification on deprecated tools (e.g. hciconfig)
 2017-05-14 20:55 UTC  (4+ messages)

Detecting GATT connections over bus
 2017-05-12 13:40 UTC  (2+ messages)

[PATCH] Bluetooth: hci_nokia: select CONFIG_BT_HCIUART_H4
 2017-05-11 18:14 UTC  (2+ messages)

[PATCH v2 BlueZ 1/3] shared/gatt-db: Remove services with match function
 2017-05-11 14:24 UTC  (5+ messages)
` [PATCH v2 BlueZ 2/3] shared/gatt-client: Validate cached services
` [PATCH v2 BlueZ 3/3] shared/gatt-client: Fix searching secondary services

[PATCH v2 BlueZ 1/2] shared/gatt-db: Remove services with match function
 2017-05-10 18:29 UTC  (2+ messages)
` [PATCH v2 BlueZ 2/2] shared/gatt-client: Validate cached services

[RFC BlueZ] shared/gatt-client: Simplify descriptor discovery
 2017-05-10 13:03 UTC 

[PATCH v2 00/10] Optimize discovery
 2017-05-10 12:48 UTC  (11+ messages)
` [PATCH v2 01/10] shared/gatt-db: Add gatt_db_get_service
` [PATCH v2 02/10] shared/gatt-db: Add gatt_db_service_insert_included
` [PATCH v2 03/10] shared/gatt-client: Insert included attribute with handle
` [PATCH v2 04/10] shared/gatt-db: Add gatt_db_insert_included
` [PATCH v2 05/10] shared/gatt-client: Simplify included discovery
` [PATCH v2 06/10] unit/test-gatt: Adjust the PDUs to the new behavior
` [PATCH v2 07/10] shared/gatt-db: Add gatt_db_insert_characteristic
` [PATCH v2 08/10] shared/gatt-db: Add gatt_db_insert_descriptor
` [PATCH v2 09/10] shared/gatt-client: Simplify characteristics discovery
` [PATCH v2 10/10] unit/test-gatt: Adjust the PDUs for characteristic discovery

[PATCH BlueZ 00/10] GATT: Optimize discovery
 2017-05-09 20:48 UTC  (11+ messages)
` [PATCH BlueZ 01/10] shared/gatt-db: Add gatt_db_get_service
` [PATCH BlueZ 02/10] shared/gatt-db: Add gatt_db_service_insert_included
` [PATCH BlueZ 03/10] shared/gatt-client: Insert included attribute with handle
` [PATCH BlueZ 04/10] shared/gatt-db: Add gatt_db_insert_included
` [PATCH BlueZ 05/10] shared/gatt-client: Simplify included discovery
` [PATCH BlueZ 06/10] unit/test-gatt: Adjust the PDUs to the new behavior
` [PATCH BlueZ 07/10] shared/gatt-db: Add gatt_db_insert_characteristic
` [PATCH BlueZ 08/10] shared/gatt-db: Add gatt_db_insert_descriptor
` [PATCH BlueZ 09/10] shared/gatt-client: Simplify characteristics discovery
` [PATCH BlueZ 10/10] unit/test-gatt: Adjust the PDUs for characteristic discovery

[PATCH 0/4] TI Bluetooth serdev support
 2017-05-09 14:14 UTC  (8+ messages)

BLE Advertisement frustrations with pydbus
 2017-05-08 20:46 UTC  (8+ messages)

[PATCH] tools: add logitech diNovo rules for hid2hci
 2017-05-08 11:45 UTC  (3+ messages)

[RFC net-next] ipv6: ext_header: add function to handle RPL extension header option 0x63
 2017-05-06 10:37 UTC  (4+ messages)
    ` [Unstrung-hackers] "

bluez5.44 and Debian?
 2017-05-06  1:26 UTC  (2+ messages)

[PATCH V1 0/1] hci_ldisc: Use rwlocking to avoid closing proto races
 2017-05-05 15:55 UTC  (3+ messages)
` [PATCH V1 1/1] Bluetooth: "

KORG nanoKONTROL Studio MIDI over Bluetooth problem
 2017-05-04 11:51 UTC  (2+ messages)

[PATCH] Bluetooth: Skip vendor diagnostic configuration for HCI User Channel
 2017-05-02 19:43 UTC 

[PATCH] Bluetooth: add a check for kmalloc() failure
 2017-05-02 18:34 UTC  (3+ messages)

[PATCH] bluetooth: hci_uart: fix kconfig dependency
 2017-05-02 18:07 UTC  (2+ messages)

[PATCH BlueZ v2] core/gatt-client: Add support for Includes property
 2017-05-02 15:36 UTC  (2+ messages)

[PATCH v2 1/3] shared/att: Respond to any opcode that is not command
 2017-05-02 11:24 UTC  (4+ messages)
` [PATCH v2 2/3] unit/test-gatt: Add test for unknown request
` [PATCH v2 3/3] "

[PATCH BlueZ 0/2] Service caching improvements
 2017-05-02  8:28 UTC  (3+ messages)
` [PATCH BlueZ 1/2] shared/gatt-db: Remove services with match function
` [PATCH BlueZ 2/2] shared/gatt-client: Validate cached services

[PATCH 1/3] Bluetooth: Enable LE Channel Selection Algorithm event
 2017-05-02  7:48 UTC  (3+ messages)

[PATCH 3/3] Bluetooth: Set LE Default PHY preferences
 2017-05-02  6:54 UTC 

[PATCH 2/3] Bluetooth: Enable LE PHY Update Complete event
 2017-05-02  6:54 UTC 

[PATCH] Bluetooth: Set LE Suggested Default Data Length to maximum
 2017-05-02  4:43 UTC 

[PATCH] Bluetooth: Add support for Intel Bluetooth device 9460/9560 [8087:0aaa]
 2017-05-02  3:08 UTC  (2+ messages)

pull request: bluetooth-next 2017-04-30
 2017-05-01 19:21 UTC  (5+ 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).