Linux bluetooth development
 help / color / mirror / Atom feed
 messages from 2017-09-13 07:36:27 to 2017-09-27 09:03:33 UTC [more...]

[RFC 0/2] Use address resolution in the controller to enable device filtering when peers use RPA
 2017-09-27  9:03 UTC 

[PATCH BlueZ] doc: fix typos
 2017-09-26 12:07 UTC  (2+ messages)

[PATCH BlueZ] build: use abspath for lib/bluetooth
 2017-09-25 22:39 UTC  (9+ messages)

[RESEND RFC PATCH 0/2] Bluetooth: let the crypto subsystem generate the ecc privkey
 2017-09-25 16:13 UTC  (7+ messages)
` [RESEND RFC PATCH 1/2] Bluetooth: move ecdh allocation outside of ecdh_helper
` [RESEND RFC PATCH 2/2] Bluetooth: let the crypto subsystem generate the ecc privkey

[PATCH] Bluetooth: btmrvl: *_err() and *_info() strings should end with newlines
 2017-09-25 13:35 UTC  (2+ messages)

[PATCH BlueZ v2 0/6] Improve around advertise of bluetoothctl
 2017-09-25 13:04 UTC  (7+ messages)
` [PATCH BlueZ v2 1/5] client: Fix memory leak of advertise command
` [PATCH BlueZ v2 2/5] client: Fix core dump when using set-advertise-name
` [PATCH BlueZ v2 3/5] client: Prevent to pass invalid ad type to D-Bus
` [PATCH BlueZ v2 4/5] client: Use existing function for parsing argument
` [PATCH BlueZ v2 5/5] client: Use new parse_argument() instead of parse_argument_XX()

[PATCH BlueZ] profile: Fix printing error when disconnecting
 2017-09-25 12:43 UTC 

[Bug 110901] Macbook8,1 12-inch (Early 2015) Bluetooth not working
 2017-09-25  7:08 UTC  (3+ messages)

Problem with StopDiscovery() via dbus-send
 2017-09-25  1:26 UTC  (9+ messages)

[RFC PATCH 0/2] let the crypto subsystem generate the ecc privkey
 2017-09-24 19:35 UTC  (2+ messages)

[PATCH BlueZ] doc: fix typo
 2017-09-24 17:59 UTC  (2+ messages)

[PATCH BlueZ 0/6] Improve around advertise of bluetoothctl
 2017-09-24 17:58 UTC  (8+ messages)
` [PATCH BlueZ 1/6] client: Fix memory leak of advertise command
` [PATCH BlueZ 2/6] client: Fix core dump when using set-advertise-name
` [PATCH BlueZ 3/6] client: Prevent to pass invalid type to D-Bus
` [PATCH BlueZ 4/6] client: Use existing function for parsing argument
` [PATCH BlueZ 5/6] client: Introduce parse_argument()
` [PATCH BlueZ 6/6] client: Use new parse_argument() function

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

[PATCH BlueZ] android: Typo fix
 2017-09-24  3:45 UTC  (2+ messages)

[PATCH BlueZ] doc: fix typo
 2017-09-22 15:56 UTC 

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

Fedora 27 kernel and RPi3 Bluetooth oops
 2017-09-22 11:32 UTC  (13+ messages)

[PATCH v2 00/10] gatt: Add server support for AcquireWrite and AcquireNotify
 2017-09-22 10:58 UTC  (14+ 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 0/4] Move common client code to bt_shell
 2017-09-22  8:09 UTC  (11+ 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 4/4] client: Use 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

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

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

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)

[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

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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox