linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-12-19 17:06:01 to 2018-01-03 08:07:20 UTC [more...]

[PATCH v2 00/10] Bluetooth on 2015+ MacBook (Pro)
 2018-01-03  8:07 UTC  (15+ messages)
` [PATCH v2 04/10] Bluetooth: hci_bcm: Validate IRQ before using it
` [PATCH v2 06/10] Bluetooth: hci_bcm: Silence IRQ printk
` [PATCH v2 07/10] Bluetooth: hci_bcm: Clean up unnecessary #ifdef
` [PATCH v2 10/10] Bluetooth: hci_bcm: Support Apple GPIO handling
` [PATCH v2 03/10] Bluetooth: hci_bcm: Enable runtime PM despite absence of IRQ
` [PATCH v2 05/10] Bluetooth: hci_bcm: Add helper to toggle device wake GPIO
` [PATCH v2 09/10] Bluetooth: hci_bcm: Handle errors properly
` [PATCH v2 01/10] Bluetooth: Depend on rather than select GPIOLIB
` [PATCH v2 02/10] Bluetooth: hci_bcm: Mandate presence of shutdown and device wake GPIO
` [PATCH v2 08/10] Bluetooth: hci_bcm: Document struct bcm_device

[RFC v2 0/9] Realtek Bluetooth serdev support (H5 protocol)
 2018-01-02 23:06 UTC  (27+ messages)
` [RFC v2 1/9] serdev: implement parity configuration
` [RFC v2 2/9] dt-bindings: net: bluetooth: add support for Realtek Bluetooth chips
` [RFC v2 3/9] Bluetooth: btrtl: add MODULE_FIRMWARE declarations
` [RFC v2 4/9] Bluetooth: btrtl: split the device initialization into smaller parts
` [RFC v2 5/9] Bluetooth: btrtl: add support for retrieving the UART settings
` [RFC v2 6/9] Bluetooth: btrtl: add support for the RTL8723BS and RTL8723DS chips
` [RFC v2 7/9] bluetooth: btrtl: load the config blob from devicetree when available
` [RFC v2 8/9] Bluetooth: drop HCI_UART_INIT_PENDING support
` [RFC v2 9/9] Bluetooth: hci_h5: add support for Realtek UART Bluetooth modules

Pairing when already paired results in a hang
 2018-01-02 21:49 UTC 

Boot crash @hci_uart_tx_wakeup+0x38/0x148 w/ Linus' HEAD?
 2018-01-02 20:45 UTC  (7+ messages)
        ` [PATCH] Bluetooth: hci_serdev: Init hci_uart proto_lock to avoid oops

[PATCH 1/3] Bluetooth: hci_bcm: Support Apple GPIO handling
 2018-01-02 17:10 UTC  (26+ messages)
` [PATCH 3/3] Bluetooth: Avoid WARN splat due to missing GPIOLIB
` [PATCH 2/3] Bluetooth: hci_bcm: Streamline runtime PM code

[PATCH BlueZ v2 0/8] Add generators for bluetooth-player/obexctl
 2018-01-02 16:29 UTC  (10+ messages)
` [PATCH BlueZ v2 1/8] gdbus: Make proxy_lookup() global
` [PATCH BlueZ v2 2/8] client: Use g_dbus_proxy_lookup()
` [PATCH BlueZ v2 3/8] tools/bluetooth-player: Use g_dbus_proxy_lookup() instead of find_*
` [PATCH BlueZ v2 4/8] tools/obexctl: "
` [PATCH BlueZ v2 5/8] gdbus: Introduce g_dbus_proxy_path_lookup()
` [PATCH BlueZ v2 6/8] client: Use g_dbus_proxy_path_lookup()
` [PATCH BlueZ v2 7/8] tools/bluetooth-player: Add generator for player/item
` [PATCH BlueZ v2 8/8] tools/obexctl: Add generator for session/transfer

[PATCH] Bluetooth: hciuart: add nvmem dependency
 2018-01-02 11:18 UTC  (2+ messages)

A2DP: simple-agent vs bluetoothctl
 2018-01-02 11:02 UTC  (5+ messages)

[PATCH] Bluetooth: btusb: Add support for 0cf3:e010
 2018-01-02 10:50 UTC  (2+ messages)

[PATCH 1/2] Revert "Bluetooth: btusb: fix QCA Rome suspend/resume"
 2018-01-02 10:06 UTC  (11+ messages)
` [PATCH 2/2] usb: quirks: Add reset-resume quirk for Dell DW1820 QCA Rome Bluetooth

[PATCH BlueZ v3 1/5] tools/btpclient: Move string to address conversion to helper
 2018-01-02  9:20 UTC  (6+ messages)
` [PATCH BlueZ v3 2/5] tools/btpclient: Add advertising proxy to adapter
` [PATCH BlueZ v3 3/5] tools/btpclient: Add device found event
` [PATCH BlueZ v3 4/5] tools/btpclient: Add start, stop discovery commands
` [PATCH BlueZ v3 5/5] tools/btpclient: Add set connectable command

[PATCH] usb: quirks: Add reset-resume quirk for QCA6174 Rome Bluetooth
 2018-01-01  9:51 UTC  (3+ messages)

[PATCH BlueZ 0/1] Remove useless error from StartNotify()
 2017-12-30 10:07 UTC  (2+ messages)
` [PATCH BlueZ 1/1] remove InProgress error from StartNotify() The error is only returned when the device is not connected, even though StartNotify is supposed to work in that case as well

[PATCH v2] Bluetooth: Replace dependency on SERIAL_DEV_BUS by selection
 2017-12-29  6:09 UTC  (4+ messages)

[PATCH] don't use == in /bin/sh script (bash-specific)
 2017-12-28 23:05 UTC 

[PATCH v1] Bluetooth: Replace dependency on SERIAL_DEV_BUS by selection
 2017-12-28 19:56 UTC  (2+ messages)

[PATCH BlueZ 0/8] Add generators for bluetooth-player/obexctl
 2017-12-27 18:55 UTC  (11+ messages)
` [PATCH BlueZ 1/8] gdbus: Make proxy_lookup() global
` [PATCH BlueZ 2/8] client: Use g_dbus_proxy_lookup()
` [PATCH BlueZ 3/8] tools/bluetooth-player: Use g_dbus_proxy_lookup() instead of find_*
` [PATCH BlueZ 4/8] tools/obexctl: "
` [PATCH BlueZ 5/8] gdbus: Introduce g_dbus_proxy_path_lookup()
` [PATCH BlueZ 6/8] client: Use g_dbus_proxy_path_lookup()
` [PATCH BlueZ 7/8] tools/bluetooth-player: Add generator for player/item
` [PATCH BlueZ 8/8] tools/obexctl: Add generator for session/transfer

[PATCH BlueZ 0/1] Fix bug in StartNotify()
 2017-12-27 16:29 UTC  (4+ messages)
` [PATCH BlueZ 1/1] Fix bug in characteristic_start_notify
          ` Fwd: "

Question about HOG input devices
 2017-12-27  4:48 UTC  (2+ messages)

[PATCH] mesh: meshctl: Correct display security
 2017-12-25 19:06 UTC  (2+ messages)

Bluetooth: hci_bcm: Unable to handle kernel NULL pointer dereference in Linux 4.15rc4
 2017-12-23 16:47 UTC  (3+ messages)

[PATCH v2 1/5] tools/btpclient: Move string to address conversion to helper
 2017-12-22 14:17 UTC  (5+ messages)
` [PATCH v2 2/5] tools/btpclient: Add advertising proxy to adapter
` [PATCH v2 3/5] tools/btpclient: Add device found event
` [PATCH v2 4/5] tools/btpclient: Add start, stop discovery commands
` [PATCH v2 5/5] tools/btpclient: Add set connectable command

[PATCH BlueZ 1/6] shared/btp: define gap device found flags as bit mask
 2017-12-22 13:53 UTC  (15+ messages)
` [PATCH BlueZ 2/6] tools/btpclient: Move string to address conversion to helper
` [PATCH BlueZ 3/6] tools/btpclient: Add advertising proxy to adapter
` [PATCH BlueZ 4/6] tools/btpclient: Add device found event
` [PATCH BlueZ 5/6] tools/btpclient: Add start, stop discovery commands
` [PATCH BlueZ 6/6] tools/btpclient: Add set connectable command

[PATCH 1/2] android/tester: Clarify default properties match names
 2017-12-22  9:27 UTC  (3+ messages)
` [PATCH 2/2] android/tester: Fix race in discovering devices

Issue using obexftp -l
 2017-12-21 16:35 UTC 

[PATCH BlueZ] monitor: Fix out of the tree build
 2017-12-21 15:59 UTC  (2+ messages)

[PATCH] android/tester: Fix remote advertising data
 2017-12-21 15:58 UTC  (2+ messages)

[PATCH v2 1/4] shared/util: Add helpers to decode UUIDs strings
 2017-12-21 12:10 UTC  (5+ messages)
` [PATCH v2 2/4] tools: Remove monitor/uuid.{c,h}
` [PATCH v2 3/4] shared/util: Introduce bt_appear_to_str
` [PATCH v2 4/4] monitor: Use bt_appear_to_str

[PATCH] shared/gatt-client: Fix memory leak of ready callback
 2017-12-21  8:31 UTC  (2+ messages)

[PATCH BlueZ] shared/att: Fix possible crash when security is changed
 2017-12-20 19:58 UTC  (2+ messages)

[PATCH V2] mesh: Add subscriptions to node structure and json database
 2017-12-20 16:19 UTC 

[PATCH] mesh: Add subscriptions to node structure and json database
 2017-12-20 14:05 UTC  (2+ messages)

[PATCH] gdbus: Fix crash on proxy remove
 2017-12-20 12:51 UTC  (2+ messages)

Re-provisioning & Re-configuring a node
 2017-12-20 11:00 UTC 

[PATCH] mesh: meshctl: Make composition-get argument optional
 2017-12-20  8:54 UTC  (2+ messages)

[RFC 1/8] Bluetooth: Define PHY flags in hdev and set 1M as default
 2017-12-20  6:14 UTC  (8+ messages)
` [RFC 2/8] Bluetooth: Implement Get PHY Configuration mgmt command
` [RFC 3/8] Bluetooth: Implement Set PHY Confguration command
` [RFC 4/8] Bluetooth: Introduce helpers for LE set scan start and complete
` [RFC 5/8] Bluetooth: Use ext scanning if selected PHY is 2M or CODED
` [RFC 6/8] Bluetooth: Process extended ADV report event
` [RFC 7/8] Bluetooth: Introduce helpers for le conn status and complete
` [RFC 8/8] Bluetooth: Implement extended LE Connection

[PATCH BlueZ] gatt: Mark AcquireWrite and AcquireNotify as stable
 2017-12-19 19:25 UTC  (3+ messages)

pull request: bluetooth-next 2017-12-18
 2017-12-19 18:53 UTC  (2+ messages)

[PATCH BlueZ 1/4] lib/uuid: Add helpers to decode UUIDs strings
 2017-12-19 17:38 UTC  (4+ messages)
` [PATCH BlueZ 3/4] lib: Introduce bt_appeartostr


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