linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-13 03:39:02 to 2020-09-17 22:23:09 UTC [more...]

[PATCH v2 0/6] Bluetooth: Add new MGMT interface for advertising add
 2020-09-17 22:22 UTC  (6+ messages)
` [PATCH v2 1/6] Bluetooth: Add helper to set adv data
` [PATCH v2 3/6] Bluetooth: Use intervals and tx power from mgmt cmds
` [PATCH v2 4/6] Bluetooth: Emit tx power chosen on ext adv params completion
` [PATCH v2 5/6] Bluetooth: Query LE tx power on startup
` [PATCH v2 6/6] Bluetooth: Add MGMT command for controller capabilities

[PATCH BlueZ v2] a2dp: Keep track of ref ownership of a2dp_setup
 2020-09-17 22:10 UTC 

[BlueZ PATCH v4 1/8] adv_monitor: Implement RSSI Filter logic for background scanning
 2020-09-17 21:51 UTC  (10+ messages)
` [BlueZ PATCH v4 2/8] adv_monitor: Implement unit tests for RSSI Filter
  ` [BlueZ,v4,2/8] "
` [BlueZ PATCH v4 3/8] adv_monitor: Implement Adv matching based on stored monitors
` [BlueZ PATCH v4 4/8] adv_monitor: Implement unit tests for content filter
` [BlueZ PATCH v4 5/8] adapter: Clear all Adv monitors upon bring-up
` [BlueZ PATCH v4 6/8] adv_monitor: Implement Add Adv Patterns Monitor cmd handler
` [BlueZ PATCH v4 7/8] adv_monitor: Fix return type of RegisterMonitor() method
` [BlueZ PATCH v4 8/8] adv_monitor: Issue Remove Adv Monitor mgmt call
` [BlueZ,v4,1/8] adv_monitor: Implement RSSI Filter logic for background scanning

[PATCH v2 1/3] sbc: Add initial code for SSE primitives
 2020-09-17 21:50 UTC  (2+ messages)

[BlueZ PATCH v2 1/6] Bluetooth: Update Adv monitor count upon removal
 2020-09-17 21:15 UTC  (7+ messages)
` [BlueZ PATCH v2 2/6] Bluetooth: Set scan parameters for ADV Monitor
` [BlueZ PATCH v2 3/6] Bluetooth: Interleave with allowlist scan
` [BlueZ PATCH v2 4/6] Bluetooth: Handle system suspend resume case
` [BlueZ PATCH v2 5/6] Bluetooth: Handle active scan case
` [BlueZ PATCH v2 6/6] Bluetooth: Add toggle to switch off interleave scan

[PATCH BlueZ 1/2] gatt: StartNotify is not allowed when device is disconnecting
 2020-09-17 17:06 UTC  (3+ messages)

[RESEND Bluez PATCH v2] doc: Add Suspend and Resume events
 2020-09-17 17:06 UTC  (2+ messages)

[PATCH BlueZ v2] sixaxis: Fix crash caused by return of udev_device_get_property_value
 2020-09-17 17:05 UTC  (3+ messages)

[PATCH v1] Bluetooth: btusb: Enable wide band speech support for BTUSB_QCA_ROME
 2020-09-17 13:09 UTC 

[PATCH v1] Bluetooth: Check for encryption key size on connect
 2020-09-17 10:10 UTC 

[PATCH 0/6] Bluetooth: Add new MGMT interface for advertising add
 2020-09-17  7:18 UTC  (8+ messages)
` [PATCH 1/6] Bluetooth: Add helper to set adv data
` [PATCH 2/6] Bluetooth: Break add adv into two mgmt commands
` [PATCH 3/6] Bluetooth: Use intervals and tx power from mgmt cmds
` [PATCH 4/6] Bluetooth: Emit tx power chosen on ext adv params completion
` [PATCH 5/6] Bluetooth: Query LE tx power on startup
` [PATCH 6/6] Bluetooth: Add MGMT command for controller capabilities

[BlueZ PATCH v4 1/8] adv_monitor: Implement RSSI Filter logic for background scanning
 2020-09-17  7:32 UTC  (10+ messages)
` [BlueZ PATCH v4 2/8] adv_monitor: Implement unit tests for RSSI Filter
  ` [BlueZ,v4,2/8] "
` [BlueZ PATCH v4 3/8] adv_monitor: Implement Adv matching based on stored monitors
` [BlueZ PATCH v4 4/8] adv_monitor: Implement unit tests for content filter
` [BlueZ PATCH v4 5/8] adapter: Clear all Adv monitors upon bring-up
` [BlueZ PATCH v4 6/8] adv_monitor: Implement Add Adv Patterns Monitor cmd handler
` [BlueZ PATCH v4 7/8] adv_monitor: Fix return type of RegisterMonitor() method
` [BlueZ PATCH v4 8/8] adv_monitor: Issue Remove Adv Monitor mgmt call
` [BlueZ,v4,1/8] adv_monitor: Implement RSSI Filter logic for background scanning

[BlueZ PATCH v3 1/8] adv_monitor: Implement RSSI Filter logic for background scanning
 2020-09-17  7:05 UTC  (8+ messages)
` [BlueZ PATCH v3 2/8] adv_monitor: Implement unit tests for RSSI Filter
` [BlueZ PATCH v3 3/8] adv_monitor: Implement Adv matching based on stored monitors
` [BlueZ PATCH v3 4/8] adv_monitor: Implement unit tests for content filter
` [BlueZ PATCH v3 5/8] adapter: Clear all Adv monitors upon bring-up
` [BlueZ PATCH v3 6/8] adv_monitor: Implement Add Adv Patterns Monitor cmd handler
` [BlueZ PATCH v3 7/8] adv_monitor: Fix return type of RegisterMonitor() method
` [BlueZ PATCH v3 8/8] adv_monitor: Issue Remove Adv Monitor mgmt call

[BlueZ PATCH 1/2] core: Add parmas to set interleaving durations
 2020-09-17  6:48 UTC  (2+ messages)
` [BlueZ PATCH 2/2] core: Add param to disable interleave scan

[BlueZ PATCH] core: Correct namings of LEScanAdvMonitor params
 2020-09-17  6:47 UTC 

[BlueZ PATCH v2 1/8] adv_monitor: Implement RSSI Filter logic for background scanning
 2020-09-17  6:34 UTC  (10+ messages)
` [BlueZ PATCH v2 2/8] adv_monitor: Implement unit tests for RSSI Filter
  ` [BlueZ,v2,2/8] "
` [BlueZ PATCH v2 3/8] adv_monitor: Implement Adv matching based on stored monitors
` [BlueZ PATCH v2 4/8] adv_monitor: Implement unit tests for content filter
` [BlueZ PATCH v2 5/8] adapter: Clear all Adv monitors upon bring-up
` [BlueZ PATCH v2 6/8] adv_monitor: Implement Add Adv Patterns Monitor cmd handler
` [BlueZ PATCH v2 7/8] adv_monitor: Fix return type of RegisterMonitor() method
` [BlueZ PATCH v2 8/8] adv_monitor: Issue Remove Adv Monitor mgmt call
` [BlueZ,v2,1/8] adv_monitor: Implement RSSI Filter logic for background scanning

[BlueZ PATCH 1/6] Bluetooth: Update Adv monitor count upon removal
 2020-09-17  5:29 UTC  (6+ messages)
` [BlueZ PATCH 2/6] Bluetooth: Set scan parameters for ADV Monitor
` [BlueZ PATCH 3/6] Bluetooth: Interleave with allowlist scan
` [BlueZ PATCH 4/6] Bluetooth: Handle system suspend resume case
` [BlueZ PATCH 5/6] Bluetooth: Handle active scan case
` [BlueZ PATCH 6/6] Bluetooth: Add toggle to switch off interleave scan

[BlueZ PATCH v1 1/8] adv_monitor: Implement RSSI Filter logic for background scanning
 2020-09-17  4:52 UTC  (10+ messages)
` [BlueZ PATCH v1 2/8] adv_monitor: Implement unit tests for RSSI Filter
  ` [BlueZ,v1,2/8] "
` [BlueZ PATCH v1 3/8] adv_monitor: Implement Adv matching based on stored monitors
` [BlueZ PATCH v1 4/8] adv_monitor: Implement unit tests for content filter
` [BlueZ PATCH v1 5/8] adapter: Clear all Adv monitors upon bring-up
` [BlueZ PATCH v1 6/8] adv_monitor: Implement Add Adv Patterns Monitor cmd handler
` [BlueZ PATCH v1 7/8] adv_monitor: Fix return type of RegisterMonitor() method
` [BlueZ PATCH v1 8/8] adv_monitor: Issue Remove Adv Monitor mgmt call
` [BlueZ,v1,1/8] adv_monitor: Implement RSSI Filter logic for background scanning

[Bluez PATCH 00/10] Bluetooth: Add new MGMT interface for advertising add
 2020-09-17  0:17 UTC  (16+ messages)
` [Bluez PATCH 01/10] advertising: Detect if extended advertising mgmt commands are supported
` [Bluez PATCH 02/10] advertising: Parse intervals and tx power from adv
` [Bluez PATCH 03/10] advertising: Use new mgmt interface for advertising add
` [Bluez PATCH 04/10] advertising: Catch tx power selected event and handle it
` [Bluez PATCH 05/10] advertising: Query LE TX range at manager initialization
` [Bluez PATCH 06/10] advertising: Expose SupportedCapabilities for advertising
` [Bluez PATCH 07/10] client: Add SupportedCapabilities to bluetoothctl
` [Bluez PATCH 08/10] monitor: Add new MGMT adv commands and events to monitor
` [Bluez PATCH 09/10] doc/advertising-api: update API with new interface
` [Bluez PATCH 10/10] doc/mgmt-api: Add new MGMT interfaces to mgmt-api

[PATCH BlueZ] doc/coding-style: Allow spaces after tabs for indenting wrapped lines
 2020-09-16 23:36 UTC  (2+ messages)

[PATCH BlueZ] a2dp: Keep track of ref ownership of a2dp_setup
 2020-09-16 23:27 UTC  (4+ messages)
` [BlueZ] "

[PATCH BlueZ] checkpatch: Ignore SPDX license tag
 2020-09-16 23:22 UTC  (4+ messages)

[PATCH v2] Bluetooth: Fix auto-creation of hci_conn at Conn Complete event
 2020-09-16 22:39 UTC  (2+ messages)

[PATCH v1 1/2] Bluetooth: btintel: Add infrastructure to read controller information
 2020-09-16 14:31 UTC  (4+ messages)
` [PATCH v1 2/2] Bluetooth: btintel: Functions to send firmware header / payload

[PATCH v1] Bluetooth: Use NVM files based on SoC ID for WCN3991
 2020-09-16 18:02 UTC  (3+ messages)

[BlueZ PATCH v5 1/4] client: Implement basic interface of ADV monitor in bluetoothctl
 2020-09-16 16:39 UTC  (5+ messages)
` [BlueZ PATCH v5 2/4] client: Implement more interfaces "
` [BlueZ PATCH v5 3/4] client: Expose ADV monitor objects
` [BlueZ PATCH v5 4/4] core: Add AdvertisementMonitor to bluetooth.conf

[PATCH] Bluetooth: pause/resume advertising around suspend
 2020-09-16 14:22 UTC  (2+ messages)

[PATCH v3 00/11] USB: new USB control message helper functions
 2020-09-16  9:06 UTC  (14+ messages)
` [PATCH v3 01/11] USB: move snd_usb_pipe_sanity_check into the USB core
` [PATCH v3 02/11] USB: add usb_control_msg_send() and usb_control_msg_recv()
` [PATCH v3 03/11] USB: core: message.c: use usb_control_msg_send() in a few places
` [PATCH v3 04/11] USB: core: hub.c: "
` [PATCH v3 05/11] USB: legousbtower: use usb_control_msg_recv()
` [PATCH v3 06/11] sound: usx2y: move to use usb_control_msg_send()
` [PATCH v3 07/11] sound: 6fire: move to use usb_control_msg_send() and usb_control_msg_recv()
` [PATCH v3 08/11] sound: line6: "
` [PATCH v3 09/11] sound: hiface: move to use usb_control_msg_send()
` [PATCH v3 10/11] Bluetooth: ath3k: use usb_control_msg_send() and usb_control_msg_recv()
` [PATCH v3 11/11] ALSA: remove calls to usb_pipe_type_check for control endpoints

[PATCH v1] Bluetooth: btusb: Add Qualcomm Bluetooth SoC WCN6855 support
 2020-09-16  2:02 UTC  (6+ messages)
` [PATCH v2] "

[BlueZ v3 00/17] Add SPDX License Identifier
 2020-09-15 20:10 UTC  (17+ messages)
` [BlueZ v3 03/17] btio: "
` [BlueZ v3 04/17] client: "
` [BlueZ v3 05/17] emulator: "
` [BlueZ v3 06/17] gdbus: "
` [BlueZ v3 07/17] gobex: "
` [BlueZ v3 08/17] lib: "
` [BlueZ v3 09/17] mesh: "
` [BlueZ v3 10/17] monitor: "
` [BlueZ v3 11/17] obexd: "
` [BlueZ v3 12/17] peripheral: "
` [BlueZ v3 13/17] plugins: "
` [BlueZ v3 14/17] profiles: "
` [BlueZ v3 15/17] unit: "

[BlueZ PATCH v4 1/4] client: Implement basic interface of ADV monitor in bluetoothctl
 2020-09-15 20:08 UTC  (5+ messages)
` [BlueZ PATCH v4 2/4] client: Implement more interfaces "
` [BlueZ PATCH v4 3/4] client: Expose ADV monitor objects
` [BlueZ PATCH v4 4/4] core: Add AdvertisementMonitor to bluetooth.conf

[BlueZ PATCH v5 1/8] adapter: Remove indirect dependency of headers
 2020-09-15 19:53 UTC  (4+ messages)

[Bluez PATCH v5 0/4] adapter: Reconnect audio when resuming from suspend
 2020-09-15 18:13 UTC  (7+ messages)
` [Bluez PATCH v5 1/4] adapter: Refactor kernel feature globals
` [Bluez PATCH v5 2/4] adapter: Handle controller resume and notify drivers
` [Bluez PATCH v5 3/4] policy: Enable reconnect for a2dp-sink in defaults
` [Bluez PATCH v5 4/4] policy: Reconnect audio on controller resume

[Bluez PATCH v3] device: don't wait for timeout if RemoveDevice is called
 2020-09-15 16:51 UTC  (2+ messages)

[PATCH] Bluetooth: Move force_bredr_smp debugfs into hci_debugfs_create_bredr
 2020-09-15  8:53 UTC 

[Bluez PATCH v4 0/4] adapter: Reconnect audio when resuming from suspend
 2020-09-14 21:13 UTC  (4+ messages)
` [Bluez PATCH v4 1/4] adapter: Refactor kernel feature globals

[BlueZ 13/17] plugins: Add SPDX License Identifer
 2020-09-14 20:26 UTC  (3+ messages)

[V3 1/3] btp: Update connect event structure
 2020-09-14 19:32 UTC  (2+ messages)

[Linux-kernel-mentees] [PATCH] net: bluetooth: Fix null pointer dereference in hci_event_packet()
 2020-09-14 18:37 UTC  (5+ messages)

[PATCH v3 0/2] To support the HFP WBS, a chip vendor may choose a particular
 2020-09-14 12:18 UTC  (4+ messages)
` [PATCH v3 1/2] Bluetooth: btusb: define HCI packet sizes of USB Alts

[PATCH v2 00/11] USB: new USB control message helper functions
 2020-09-14 15:23 UTC  (4+ messages)
` [PATCH v2 04/11] USB: core: hub.c: use usb_control_msg_send() in a few places

[PATCH v1] Bluetooth: btusb: Add Qualcomm Bluetooth SoC WCN6855 support
 2020-09-14 13:25 UTC  (3+ messages)

[Bluez PATCH v1] avrcp: issue ADDRESSED_PLAYED_CHANGED_EVENT on player addition/removal
 2020-09-14  6:09 UTC 

[RESEND v1] arm64: dts: qcom: sc7180: Remove clock for bluetooth on SC7180 IDP board
 2020-09-13 23:51 UTC  (3+ messages)

[PATCH v1] Bluetooth: btintel: Refactor firmware download function
 2020-09-13  7:58 UTC  (2+ messages)

[PATCH v2 0/3] Bluetooth: Emit events for suspend/resume
 2020-09-13  7:57 UTC  (2+ messages)

[RESEND PATCH] bluetooth: Set ext scan response only when it exists
 2020-09-13  7:48 UTC  (2+ messages)

[RESEND PATCH] Bluetooth: Only mark socket zapped after unlocking
 2020-09-13  7:46 UTC  (2+ messages)

[BlueZ v2 06/17] gdbus: Add SPDX License Identifier
 2020-09-13  3:33 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).