linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-28 17:50:28 to 2017-04-19 17:43:07 UTC [more...]

bluetooth 6lowpan interfaces are not virtual anymore
 2017-04-19 17:43 UTC  (4+ messages)

[PATCH BlueZ v2 1/5] monitor: Add description for filter in scan parameters
 2017-04-19 14:12 UTC  (6+ messages)
` [PATCH BlueZ v2 2/5] monitor: Add LE Read PHY decoding
` [PATCH BlueZ v2 3/5] monitor: Add LE Set default "
` [PATCH BlueZ v2 4/5] monitor: Add LE Set "
` [PATCH BlueZ v2 5/5] monitor: Add LE PHY update complete event decoding

[bug report] Bluetooth: Introduce Qualcomm WCNSS SMD based HCI driver
 2017-04-19 13:51 UTC 

[PATCH v3 0/4] TI Bluetooth serdev support
 2017-04-17 20:11 UTC  (12+ messages)
` [PATCH v3 1/4] dt-bindings: net: Add TI WiLink shared transport binding
` [PATCH v3 2/4] bluetooth: hci_uart: remove unused hci_uart_init_tty
` [PATCH v3 3/4] bluetooth: hci_uart: add LL protocol serdev driver support
    ` [PATCH] Bluetooth: hci_ll: Fix NULL pointer deref on FW upload failure
` [PATCH v3 4/4] arm64: dts: hikey: add WL1835 Bluetooth device node

pull request: bluetooth-next 2017-04-14
 2017-04-17 19:02 UTC  (2+ messages)

[PATCH] ARM: dts: omap4-droid4: add bluetooth
 2017-04-17 12:51 UTC  (4+ messages)

[bluetooth-next:master 25/60] drivers/clocksource/timer-sun5i.c:52:21: error: field 'clksrc' has incomplete type
 2017-04-16 22:12 UTC 

[PATCH BlueZ] test: Fix misuse of flags in re.sub() call
 2017-04-16 12:38 UTC 

GATT Server: DBus GATT Services not advertised/exported
 2017-04-15 11:11 UTC  (9+ messages)

[PATCHv4 0/2] Nokia H4+ support
 2017-04-13 23:19 UTC  (5+ messages)
` [PATCHv4 1/2] dt-bindings: net: bluetooth: Add nokia-bluetooth
` [PATCHv4 2/2] Bluetooth: add nokia driver

[PATCH v5 BlueZ 0/4] Connection Update improvements
 2017-04-13 22:04 UTC  (9+ messages)
` [PATCH v5 BlueZ 1/4] Bluetooth: L2CAP: Refactor L2CAP_CONN_PARAM_UPDATE_REQ into a function
` [PATCH v5 BlueZ 2/4] Bluetooth: L2CAP: Add handler for Connection Parameter Update Response
` [PATCH v5 BlueZ 3/4] Bluetooth: L2CAP: Add BT_LE_CONN_PARAM socket option
` [PATCH v5 BlueZ 4/4] Bluetooth: Handle Slave Connection Interval Range AD

[PATCHv4 0/2] cfg80211: mac80211: BTCOEX feature support
 2017-04-13  6:32 UTC  (3+ messages)

[PATCHv3 00/10] Nokia H4+ support
 2017-04-13  0:26 UTC  (17+ messages)
` [PATCHv3 02/10] serdev: add serdev_device_wait_until_sent

[PATCH 0/4] TI Bluetooth serdev support
 2017-04-12 20:20 UTC  (10+ messages)
` [PATCH 1/4] dt-bindings: net: Add TI WiLink shared transport binding
` [PATCH 2/4] bluetooth: hci_uart: remove unused hci_uart_init_tty
` [PATCH 3/4] bluetooth: hci_uart: add LL protocol serdev driver support
  ` [PATCH v2 "
` [PATCH 4/4] arm64: dts: hikey: add WL1835 Bluetooth device node

[PATCH 1/6] 6lowpan: Don't set IFF_NO_QUEUE
 2017-04-12 19:58 UTC  (13+ messages)
` [PATCH 2/6] Bluetooth: 6lowpan: Don't drop packets when run out of credits
` [PATCH 3/6] Bluetooth: 6lowpan: Use netif APIs to flow control
` [PATCH 4/6] Bluetooth: L2CAP: Add l2cap_le_flowctl_send
` [PATCH 5/6] Bluetooth: 6lowpan: Set tx_queue_len to DEFAULT_TX_QUEUE_LEN
` [PATCH 6/6] bluetooth: Do not set IFF_POINTOPOINT

[PATCH BlueZ 1/5] monitor: Add description for filter in scan parameters
 2017-04-12 12:13 UTC  (5+ messages)
` [PATCH BlueZ 2/5] monitor: Add LE Read PHY decoding
` [PATCH BlueZ 3/5] monitor: Add LE Set default "
` [PATCH BlueZ 4/5] monitor: Add LE Set "
` [PATCH BlueZ 5/5] monitor: Add LE PHY update complete event decoding

Errors with SelectConfiguration callback implementation with bluez
 2017-04-12  9:15 UTC 

[PATCH V2 00/16] hci_ldisc hci_uart_tty_close() fixes
 2017-04-12  9:13 UTC  (18+ messages)
` [PATCH V2 01/16] Bluetooth: hci_ldisc: Add missing return in hci_uart_init_work()
` [PATCH V2 02/16] Bluetooth: hci_ldisc: Ensure hu->hdev set to NULL before freeing hdev
` [PATCH V2 03/16] Bluetooth: hci_ldisc: Add missing clear HCI_UART_PROTO_READY
` [PATCH V2 04/16] Bluetooth: hci_ldisc: Add HCI RESET comment to hci_unregister_dev() call
` [PATCH V2 05/16] Bluetooth: hci_ldisc: Separate flag handling in hci_uart_tty_close()
` [PATCH V2 06/16] Bluetooth: hci_ldisc: Add protocol check to hci_uart_send_frame()
` [PATCH V2 07/16] Bluetooth: hci_ldisc: Add protocol check to hci_uart_dequeue()
` [PATCH V2 08/16] Bluetooth: hci_ldisc: Add protocol check to hci_uart_tx_wakeup()
` [PATCH V2 09/16] Bluetooth: hci_ldisc: Use rwlocking to avoid closing proto races
` [PATCH V2 10/16] Bluetooth: hci_ldisc: Tidy-up HCI_UART_REGISTERED in hci_uart_tty_close()
` [PATCH V2 11/16] Bluetooth: hci_ldisc: hci_uart_tty_close() move hci_uart_close()
` [PATCH V2 12/16] Bluetooth: hci_ldisc: hci_uart_tty_close() detach tty after last msg
` [PATCH V2 13/16] Bluetooth: hci_ldisc: hci_uart_tty_close() move cancel_work_sync()
` [PATCH V2 14/16] Bluetooth: hci_ldisc: hci_uart_tty_close() free hu->tx_skb
` [PATCH V2 15/16] Bluetooth: hci_ldisc: Simplify flushing
` [PATCH V2 16/16] Bluetooth: hci_ldisc: Add ioctl_mutex avoiding concurrency

[PATCH] monitor: Add support for decoding LE Channel Selection Algorithm Event
 2017-04-09 19:39 UTC  (2+ messages)

Serial Port connection with DBus API
 2017-04-08  7:57 UTC  (4+ messages)

[PATCH BlueZ] Use STOPPING=1 when shutting down
 2017-04-07 19:57 UTC 

Fw: [Bug 195269] New: Bluetooth - 6lowpan -- RFC7668 vs. draft - IPv6 addressing
 2017-04-06 21:19 UTC 

Regression in bluez 5.44, bluetoothd crashes
 2017-04-06 20:46 UTC  (2+ messages)

[RFC V1 00/16] hci_ldisc hci_uart_tty_close() fixes
 2017-04-06  7:23 UTC  (13+ messages)
` [RFC V1 04/16] Bluetooth: hci_ldisc: Add HCI RESET comment to hci_unregister_dev() call
` [RFC V1 07/16] Bluetooth: hci_ldisc: Add protocol check to hci_uart_tx_wakeup()
` [RFC V1 15/16] Bluetooth: hci_ldisc: Use rwlocking to avoid closing proto races
` [RFC V1 16/16] Bluetooth: hci_ldisc: Add ioctl_mutex avoiding concurrency

[PATCH 1/3] Bluetooth: 6lowpan: Remove unnecessary peer lookup
 2017-04-05 13:47 UTC  (7+ messages)
` [PATCH 2/3] Bluetooth: 6lowpan: Print errors during recv_pkt
` [PATCH 3/3] Bluetooth: L2CAP: Don't return -EAGAIN if out of credits

Re-connect to BLE device in response to ADV_DIRECT_IND
 2017-04-05 11:25 UTC  (4+ messages)

Bluetooth PAN Connection - NAP and GN
 2017-04-04  9:34 UTC  (2+ messages)

[PATCH BlueZ] build: Make btmgmt tools installable
 2017-04-03 11:08 UTC  (2+ messages)

[PATCH] core: replace sizeof(filename) with PATH_MAX
 2017-04-03 11:08 UTC  (7+ messages)
` [PATCH v2] "

Possible crashing bug in bluez 5.44
 2017-04-03  9:24 UTC  (2+ messages)

[bluetooth-next:master 25/36] drivers/clocksource/timer-sun5i.c:52:21: error: field 'clksrc' has incomplete type
 2017-04-02  3:39 UTC 

[PATCH v3 1/2] Bluetooth: btmrvl: disable platform wakeup interrupt in suspend failure path
 2017-03-31 10:11 UTC  (3+ messages)
` [PATCH v3 2/2] Bluetooth: btmrvl: remove unnecessary wakeup interrupt number sanity check

[PATCH] bluetooth: 6lowpan: fix delay work init in add_peer_chan()
 2017-03-31 10:10 UTC  (3+ messages)

[PATCH] bluetooth: 6lowpan: fix use after free in chan_suspend/resume
 2017-03-31 10:10 UTC  (4+ messages)

[PATCH v2 1/2] Bluetooth: btmrvl: disable platform wakeup interrupt in suspend failure path
 2017-03-31  6:31 UTC  (4+ messages)
` [PATCH v2 2/2] Bluetooth: btmrvl: remove unnecessary wakeup interrupt number sanity check

[PATCH 1/2] Bluetooth: btmrvl: disable platform wakeup interrupt in suspend failure path
 2017-03-30 15:00 UTC  (8+ messages)
` [PATCH 2/2] Bluetooth: btmrvl: remove unnecessary wakeup interrupt number sanity check
    ` [EXT] "

Unexpected SMP Command 0x17
 2017-03-30  6:13 UTC  (6+ messages)
` [EXT] "
        ` [EXT] "

[Bug 64671] hci0 command 0x1009 tx timeout, bluez can't find adapter
 2017-03-30  5:29 UTC  (2+ messages)

[PATCH 0/2] Bluetooth: fix hci-uart crashes
 2017-03-29 18:57 UTC  (4+ messages)
` [PATCH 1/2] Bluetooth: hci_bcm: add missing tty-device sanity check
` [PATCH 2/2] Bluetooth: hci_intel: "

[PATCH] Bluetooth: btmrvl: cleanup code in return from btmrvl_sdio_suspend()
 2017-03-29  6:58 UTC  (2+ messages)

[PATCH] lib: Add company names and identifiers upto 1190
 2017-03-29  2:25 UTC 

Clarification on tools/eddystone.c - how to advertise the simplest way
 2017-03-29  1:31 UTC 

[PATCH 1/3] soc: qcom: smd: Transition client drivers from smd to rpmsg
 2017-03-29  0:58 UTC  (4+ messages)

[bluetooth-next:master 25/28] drivers/net/ieee802154/ca8210.c:918:9-12: ERROR: spi is NULL but dereferenced. (fwd)
 2017-03-28 19:55 UTC 


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