linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-09-07 18:51:14 to 2017-09-22 05:00:01 UTC [more...]

[PATCH 0/4] Move common client code to bt_shell
 2017-09-22  5:00 UTC  (4+ messages)
` [PATCH 1/4] shared/bt_shell: Add initial implementation
` [PATCH 2/4] client: Use bt_shell to process commands
` [PATCH 3/4] shared/bt_shell: Add bt_shell_completion

[PATCH 0/4] Move common client code to bt_shell
 2017-09-22  4:48 UTC  (7+ messages)
` [PATCH 1/4] shared/shell/bt_shell: Add initial implementation
` [PATCH 2/4] client: Use bt_shell to process commands
` [PATCH 3/4] shared/shell/bt_shell: Add bt_shell_completion
` [PATCH 4/4] client: Use bt_shell_completion

[PATCH v2 00/10] gatt: Add server support for AcquireWrite and AcquireNotify
 2017-09-21 18:15 UTC  (13+ messages)
` [PATCH v2 01/10] gatt: Remove useless debug
` [PATCH v2 02/10] client: Rework variables for AcquireWrite/AcquireNotify
` [PATCH v2 03/10] doc/gatt-api: Add server support for AcquireWrite and AcquireNotify
` [PATCH v2 04/10] shared/gatt-server: Add bt_gatt_server_get_mtu
` [PATCH v2 05/10] shared/gatt-db: Add gatt_db_attribute_get_user_data
` [PATCH v2 06/10] gatt: Implement AcquireWrite for server
` [PATCH v2 07/10] client: "
` [PATCH v2 08/10] gatt: Implement AcquireNotify "
` [PATCH v2 09/10] client: "
` [PATCH v2 10/10] gatt: Update signature of AcquireWrite and AcquireNotify

[PATCH BlueZ] build: use abspath for lib/bluetooth
 2017-09-21 18:11 UTC  (5+ messages)

[RFC PATCH 0/2] let the crypto subsystem generate the ecc privkey
 2017-09-21 15:47 UTC 

Bluetooth LE battery reporting?
 2017-09-21 15:03 UTC  (10+ messages)

Possible BT deadlock due to recursive read locking (Was: Re: kernel BUG at kernel/locking/rtmutex.c:1059)
 2017-09-21 13:51 UTC  (2+ messages)
  ` [PATCH] Bluetooth: avoid recursive locking in hci_send_to_channel()

[PATCH] Bluetooth: 6lowpan: Fix multi-link setup
 2017-09-21 12:19 UTC  (2+ messages)

[PATCH 1/2] hostname: Add more debug in soft failure cases
 2017-09-20 18:57 UTC  (6+ messages)
` [PATCH 2/2] hostname: Fix "BlueZ 5.XX" adapter name on startup

btattach and 3wire doesn't work
 2017-09-20 17:11 UTC  (7+ messages)

[PATCH BlueZ] tools: Only add unique entries to readline history
 2017-09-20 12:49 UTC  (4+ messages)

Fedora 27 kernel and RPi3 Bluetooth oops
 2017-09-20 12:04 UTC  (11+ messages)

[PATCH BlueZ 1/2] client: Fix completion for list/pair command
 2017-09-20 11:55 UTC  (3+ messages)

[PATCH 1/4] build: Always define confdir and statedir
 2017-09-20 11:48 UTC  (4+ messages)
` [PATCH 2/4] systemd: Add PrivateTmp and NoNewPrivileges options
` [PATCH 3/4] systemd: Add more filesystem lockdown
` [PATCH 4/4] systemd: More lockdown

Problem with StopDiscovery() via dbus-send
 2017-09-19 23:58 UTC  (8+ messages)

[PATCH BlueZ 00/10] gatt: Add server support for AcquireWrite and AcquireNotify
 2017-09-19  9:57 UTC  (13+ messages)
` [PATCH BlueZ 01/10] gatt: Remove useless debug
` [PATCH BlueZ 02/10] client: Rework variables for AcquireWrite/AcquireNotify
` [PATCH BlueZ 03/10] doc/gatt-api: Add server support for AcquireWrite and AcquireNotify
` [PATCH BlueZ 04/10] shared/gatt-server: Add bt_gatt_server_get_mtu
` [PATCH BlueZ 05/10] shared/gatt-db: Add gatt_db_attribute_get_user_data
` [PATCH BlueZ 06/10] gatt: Implement AcquireWrite for server
` [PATCH BlueZ 07/10] client: "
` [PATCH BlueZ 08/10] gatt: Implement AcquireNotify "
` [PATCH BlueZ 09/10] client: "
` [PATCH BlueZ 10/10] gatt: Update signature of AcquireWrite and AcquireNotify

Mesh support roadmap
 2017-09-19  2:54 UTC 

meshctl fails on rpi 3
 2017-09-18 19:48 UTC  (7+ messages)

[PATCH 1/3] build: Enable BIND_NOW
 2017-09-18 14:41 UTC  (3+ messages)

[PATCH v2 1/3] adapter: Fix not waiting for start discovery result
 2017-09-18  9:23 UTC  (4+ messages)
` [PATCH v2 2/3] adapter: Fix not waiting for stop "
` [PATCH v2 3/3] adapter: Refactor code around discovery

[PATCH BlueZ 1/2] core: Fix segfault when detaching adapter
 2017-09-18  8:08 UTC  (3+ messages)
` [PATCH BlueZ 2/2] core: Fix potential segfault with passive_scanning_timeout

Bose QC35 HFP/HSP MTU size
 2017-09-16 18:12 UTC  (4+ messages)
  ` [pulseaudio-discuss] "

Meshctl beginner
 2017-09-16  9:51 UTC  (2+ messages)

WARNING: CPU: 3 PID: 2952 at drivers/base/firmware_class.c:1225 _request_firmware+0x329/0x890
 2017-09-16  4:52 UTC  (5+ messages)

[PATCH BlueZ] adapter: Fix not waiting for start discovery result
 2017-09-15  8:38 UTC  (7+ messages)

[PATCH BlueZ 1/3] adapter: Fix not waiting for start discovery result
 2017-09-15  7:44 UTC  (5+ messages)
` [PATCH BlueZ 2/3] adapter: Fix not waiting for stop "
` [PATCH BlueZ 3/3] adapter: Refactor code around discovery

[PATCH BlueZ 3/3] client: Add MTU and UpdateMTU implementation
 2017-09-15  7:36 UTC  (6+ messages)
` [PATCH BlueZ 2/3] gatt: Do UpdateMTU when write comes in
` [PATCH BlueZ 1/3] doc/gatt-api: Add UpdateMTU and MTU

Playstation 4 Media Remote
 2017-09-15  5:25 UTC 

RFCOMM socket connection is taking a bit too much time
 2017-09-14  9:36 UTC 

[PATCH v2] mesh: Add 'security' command
 2017-09-14  8:26 UTC  (4+ messages)

[PATCH 1/1] Rename sample JSON Databases
 2017-09-14  8:24 UTC  (2+ messages)

[PATCH BlueZ] test/example-advertisement: add LocalName to properties
 2017-09-14  8:24 UTC  (2+ messages)

[PATCH BlueZ v4] client: Fix default_ctrl change when new adapter is found
 2017-09-14  8:23 UTC  (2+ messages)

[PATCH v3] client: Fix default_ctrl change when new adapter is found
 2017-09-14  3:03 UTC  (4+ messages)

btusb "firmware request while host is not available" at resume
 2017-09-13 17:39 UTC  (18+ messages)

[PATCH v5 1/3] DT: net: document Bluetooth bindings in one place
 2017-09-13 16:21 UTC  (4+ messages)
` [PATCH v5 2/3] dt-bindings: soc: qcom: Add local-bd-address property to WCNSS-BT

[PATCH BlueZ] a2dp: Fix possible crash when accepting stream transport
 2017-09-13 11:42 UTC 

[PATCH BlueZ] mesh: Add 'security' command
 2017-09-13  8:34 UTC 

[PATCH v2] client: Fix default_ctrl change when new adapter is found
 2017-09-13  7:37 UTC  (3+ messages)

[PATCH BlueZ] sdp: Fix Out-of-bounds heap read in service_search_attr_req function
 2017-09-13  7:08 UTC  (2+ messages)

[PATCH] Bluetooth: btusb: Update firmware filename for Intel 9x60 and,later
 2017-09-12 12:55 UTC  (2+ messages)

[PATCH BlueZ] mesh: Use correct length for config server response
 2017-09-11 13:13 UTC  (2+ messages)

[PATCH BlueZ] mesh: Add characteristic property name check
 2017-09-11 13:10 UTC  (3+ messages)

[RFC 0/3] ACPI serdev support
 2017-09-09 18:50 UTC  (14+ messages)
` [RFC 1/3] serdev: Add ACPI support
` [RFC 2/3] ACPI / scan: Fix enumeration for special UART devices

Is it a way to decrease the connection time of a bluetooth socket?
 2017-09-09 18:34 UTC 

PROBLEM: 4.13 generating tracebacks while attempting to load bluetooth firmware
 2017-09-09 17:50 UTC 

[PATCH 1/1] mesh: Remove StopNotify method to avoid reading data twice on some mesh nodes
 2017-09-08 22:29 UTC  (5+ messages)

[PATCH v7 1/3] dt-bindings: net: document Bluetooth bindings in one place
 2017-09-08 15:31 UTC  (4+ messages)
` [PATCH v7 2/3] dt-bindings: soc: qcom: Add local-bd-address property to WCNSS-BT
` [PATCH v7 3/3] Bluetooth: btqcomsmd: retrieve BD address from DT property

[PATCH v6 1/3] dt-bindings: net: document Bluetooth bindings in one place
 2017-09-08 10:57 UTC  (5+ messages)
` [PATCH v6 3/3] Bluetooth: btqcomsmd: retrieve BD address from DT property

Headset fails to reconnect input 1st connection after pairing
 2017-09-08  7:55 UTC 

[PATCH v4 3/3] Bluetooth: btqcomsmd: retieve BD address from DT
 2017-09-08  3:54 UTC  (2+ messages)

[PATCH 1/2] Bluetooth: btbcm: Add entry for BCM4356A2 UART bluetooth
 2017-09-07 20:25 UTC  (2+ messages)
` [PATCH 2/2] Bluetooth: hci_bcm: Add support for BCM2E7E

[PATCH] Bluetooth: btbcm: Add entry for BCM4343A0 UART bluetooth
 2017-09-07 19:18 UTC 

Typo in firmware file name for BCM4354A2?
 2017-09-07 19:17 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).