linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-02 11:07:43 to 2022-05-09 20:00:18 UTC [more...]

[PATCH BlueZ] advertising: Treat empty LocalName the same as omitting it
 2022-05-09 20:00 UTC  (3+ messages)
` [BlueZ] "

[PATCH] Bluetooth: btintel: Correctly declare all module firmware files
 2022-05-09 17:26 UTC  (2+ messages)
`  "

[PATCH] device: Fix the problem that pairing has failed due to the error of Already Paired (0x13)
 2022-05-09 14:45 UTC  (2+ messages)
`  "

[Bug 215189] New: hci0: unexpected event for opcode 0xfc2f
 2022-05-08 19:15 UTC  (2+ messages)
` [Bug 215189] "

[bluetooth-next:master] BUILD SUCCESS a99a4899aae6d5f2f868215f46509d260bf3bbf3
 2022-05-08 13:05 UTC 

[PATCH BlueZ 0/4] [v3] Fix few more bugs found by SVACE
 2022-05-07 20:16 UTC  (6+ messages)
` [PATCH BlueZ 1/4] tools: Fix memory leak in hciconfig
  ` Fix few more bugs found by SVACE
` [PATCH BlueZ 2/4] tools: Fix memory leaks in btgatt-server/client
` [PATCH BlueZ 3/4] tools: Fix handle leak in rfcomm
` [PATCH BlueZ 4/4] device: Fix uninitialized value usage

[PATCH BlueZ 0/4] [v2] Fix few more bugs found by SVACE
 2022-05-07 20:00 UTC  (6+ messages)
` [PATCH BlueZ 1/4] tools: Fix memory leak in hciconfig
  ` Fix few more bugs found by SVACE
` [PATCH BlueZ 2/4] tools: Fix memory leaks in btgatt-server/client
` [PATCH BlueZ 3/4] tools: Fix handle leak in rfcomm
` [PATCH BlueZ 4/4] device: Fix uninitialized value usage

[PATCH BlueZ 0/4] Fix few more bugs found by SVACE
 2022-05-07 17:53 UTC  (6+ messages)
` [PATCH BlueZ 1/4] tools: Fix memory leak in hciconfig
  ` Fix few more bugs found by SVACE
` [PATCH BlueZ 2/4] tools: Fix memory leaks in btgatt-server/client
` [PATCH BlueZ 3/4] tools: Fix handle leak in rfcomm
` [PATCH BlueZ 4/4] device: Fix uninitialized value usage

[PATCH] Bluetooth: Fix the creation of hdev->name
 2022-05-07 13:21 UTC  (2+ messages)
`  "

[PATCH v2 BlueZ 1/7] lib: Add definitions for ISO socket
 2022-05-07  2:03 UTC  (8+ messages)
` [PATCH v2 BlueZ 2/7] shared/util: Decode BlueZ Experimental ISO Socket UUID
` [PATCH v2 BlueZ 3/7] adapter: Add support for setting ISO Socket experimental feature
` [PATCH v2 BlueZ 4/7] btio: Add support for ISO sockets
` [PATCH v2 BlueZ 5/7] tools: Add iso-tester
` [PATCH v2 BlueZ 6/7] tools: Add isotest tool
` [PATCH v2 BlueZ 7/7] isotest: Add documentation
` [v2,BlueZ,1/7] lib: Add definitions for ISO socket

[PATCH v3 BlueZ 1/8] lib: Add definitions for ISO socket
 2022-05-07  1:33 UTC  (6+ messages)
` [PATCH v3 BlueZ 2/8] shared/util: Decode BlueZ Experimental ISO Socket UUID
` [PATCH v2 BlueZ 3/7] adapter: Add support for setting ISO Socket experimental feature
` [PATCH v3 BlueZ 3/8] mgmt-tester: Fix Read Exp Feature tests
  ` [v3,BlueZ,1/8] lib: Add definitions for ISO socket

[PATCH v2 1/8] Bluetooth: eir: Add helpers for managing service data
 2022-05-06 23:04 UTC  (9+ messages)
` [PATCH v2 2/8] Bluetooth: hci_core: Introduce hci_recv_event_data
` [PATCH v2 3/8] Bluetooth: Add initial implementation of CIS connections
` [PATCH v2 4/8] Bluetooth: Add BTPROTO_ISO socket type
` [PATCH v2 5/8] Bluetooth: Add initial implementation of BIS connections
` [PATCH v2 6/8] Bluetooth: ISO: Add broadcast support
` [PATCH v2 7/8] Bluetooth: btusb: Add support for ISO packets
` [PATCH v2 8/8] Bluetooth: btusb: Detect if an ACL packet is in fact an ISO packet
` [v2,1/8] Bluetooth: eir: Add helpers for managing service data

[PATCH v3 BlueZ 1/8] lib: Add definitions for ISO socket
 2022-05-06 22:32 UTC  (8+ messages)
` [PATCH v3 BlueZ 2/8] shared/util: Decode BlueZ Experimental ISO Socket UUID
` [PATCH v3 BlueZ 3/8] mgmt-tester: Fix Read Exp Feature tests
` [PATCH v3 BlueZ 4/8] adapter: Add support for setting ISO Socket experimental feature
` [PATCH v3 BlueZ 5/8] btio: Add support for ISO sockets
` [PATCH v3 BlueZ 6/8] tools: Add iso-tester
` [PATCH v3 BlueZ 7/8] tools: Add isotest tool
` [PATCH v3 BlueZ 8/8] isotest: Add documentation

[PATCH 00/32] Introduce flexible array struct memcpy() helpers
 2022-05-06 11:15 UTC  (61+ messages)
` [PATCH 01/32] netlink: Avoid memcpy() across flexible array boundary
  ` Introduce flexible array struct memcpy() helpers
` [PATCH 02/32] "
` [PATCH 03/32] flex_array: Add Kunit tests
` [PATCH 04/32] fortify: Add run-time WARN for cross-field memcpy()
` [PATCH 05/32] brcmfmac: Use mem_to_flex_dup() with struct brcmf_fweh_queue_item
` [PATCH 06/32] iwlwifi: calib: Prepare to use mem_to_flex_dup()
` [PATCH 07/32] iwlwifi: calib: Use mem_to_flex_dup() with struct iwl_calib_result
` [PATCH 08/32] iwlwifi: mvm: Use mem_to_flex_dup() with struct ieee80211_key_conf
` [PATCH 09/32] p54: Use mem_to_flex_dup() with struct p54_cal_database
` [PATCH 10/32] wcn36xx: Use mem_to_flex_dup() with struct wcn36xx_hal_ind_msg
` [PATCH 11/32] nl80211: Use mem_to_flex_dup() with struct cfg80211_cqm_config
` [PATCH 12/32] cfg80211: Use mem_to_flex_dup() with struct cfg80211_bss_ies
` [PATCH 13/32] mac80211: Use mem_to_flex_dup() with several structs
` [PATCH 14/32] af_unix: Use mem_to_flex_dup() with struct unix_address
` [PATCH 15/32] 802/garp: Use mem_to_flex_dup() with struct garp_attr
` [PATCH 16/32] 802/mrp: Use mem_to_flex_dup() with struct mrp_attr
` [PATCH 17/32] net/flow_offload: Use mem_to_flex_dup() with struct flow_action_cookie
` [PATCH 18/32] firewire: Use __mem_to_flex_dup() with struct iso_interrupt_event
` [PATCH 19/32] afs: Use mem_to_flex_dup() with struct afs_acl
` [PATCH 20/32] ASoC: sigmadsp: Use mem_to_flex_dup() with struct sigmadsp_data
` [PATCH 21/32] soc: qcom: apr: Use mem_to_flex_dup() with struct apr_rx_buf
` [PATCH 22/32] atags_proc: Use mem_to_flex_dup() with struct buffer
` [PATCH 23/32] Bluetooth: Use mem_to_flex_dup() with struct hci_op_configure_data_path
` [PATCH 24/32] IB/hfi1: Use mem_to_flex_dup() for struct tid_rb_node
` [PATCH 25/32] Drivers: hv: utils: Use mem_to_flex_dup() with struct cn_msg
` [PATCH 26/32] ima: Use mem_to_flex_dup() with struct modsig
` [PATCH 27/32] KEYS: Use mem_to_flex_dup() with struct user_key_payload
` [PATCH 28/32] selinux: Use mem_to_flex_dup() with xfrm and sidtab
` [PATCH 29/32] xtensa: Use mem_to_flex_dup() with struct property
` [PATCH 30/32] usb: gadget: f_fs: Use mem_to_flex_dup() with struct ffs_buffer
` [PATCH 31/32] xenbus: Use mem_to_flex_dup() with struct read_buffer
` [PATCH 32/32] esas2r: Use __mem_to_flex() with struct atto_ioctl

[PATCH BlueZ 1/7] lib: Add definitions for ISO socket
 2022-05-06  3:16 UTC  (8+ messages)
` [PATCH BlueZ 2/7] shared/util: Decode BlueZ Experimental ISO Socket UUID
` [PATCH BlueZ 3/7] adapter: Add support for setting ISO Socket experimental feature
` [PATCH BlueZ 4/7] btio: Add support for ISO sockets
` [PATCH BlueZ 5/7] tools: Add iso-tester
` [PATCH BlueZ 6/7] tools: Add isotest tool
` [PATCH BlueZ 7/7] isotest: Add documentation
` [BlueZ,1/7] lib: Add definitions for ISO socket

[PATCH 1/8] Bluetooth: eir: Add helpers for managing service data
 2022-05-06  2:25 UTC  (13+ messages)
` [PATCH 2/8] Bluetooth: hci_core: Introduce hci_recv_event_data
` [PATCH 3/8] Bluetooth: Add initial implementation of CIS connections
` [PATCH 4/8] Bluetooth: Add BTPROTO_ISO socket type
` [PATCH 5/8] Bluetooth: Add initial implementation of BIS connections
` [PATCH 6/8] Bluetooth: ISO: Add broadcast support
` [PATCH 7/8] Bluetooth: btusb: Add support for ISO packets
` [PATCH 8/8] Bluetooth: btusb: Detect if an ACL packet is in fact an ISO packet
` [1/8] Bluetooth: eir: Add helpers for managing service data

[PATCH] Bluetooth: btbcm: Add entry for BCM4373A0 UART Bluetooth
 2022-05-05 21:12 UTC  (2+ messages)
`  "

[PATCH 0/2] Bluetooth: hci_bcm: Autobaud mode support
 2022-05-05 16:16 UTC  (8+ messages)
` [PATCH 1/2] dt-bindings: net: broadcom-bluetooth: Add property for autobaud mode
  ` Bluetooth: hci_bcm: Autobaud mode support
` [PATCH 2/2] Bluetooth: hci_bcm: Add support for FW loading in autobaud mode

[PATCH RESEND] Bluetooth: ath3k: Add MODULE_FIRMWARE for patch and config files
 2022-05-05  6:07 UTC  (4+ messages)
` [RESEND] "

[PATCH BlueZ 0/1] btmon: discard corrupt data
 2022-05-05  4:17 UTC  (3+ messages)
` [PATCH BlueZ 1/1] "
  `  "

[PATCH 1/2] Bluetooth: Add bt_status
 2022-05-05  2:45 UTC  (5+ messages)
` [PATCH] Bluetooth: eir: Add helpers for managing service data
  `  "
` [PATCH 2/2] Bluetooth: Use bt_status to convert from errno
` [1/2] Bluetooth: Add bt_status

[bluez/bluez] 7ce093: device-api: Clarify Paired/Bonded documentation
 2022-05-05  0:30 UTC 

[bluez/bluez] 5c05df: doc: add "Bonded" flag to dbus property
 2022-05-04 23:04 UTC 

[Bluez PATCH v3 0/3] Adding bonded flag to D-Bus property
 2022-05-04 22:50 UTC  (11+ messages)
` [Bluez PATCH v3 1/3] device: Add "Bonded" flag to dbus property
  ` Adding bonded flag to D-Bus property
` [Bluez PATCH v3 2/3] doc: add "Bonded" flag to dbus property
` [Bluez PATCH v3 3/3] client: Add filter to devices and show Bonded in info

[PATCH v1 0/3] WAR to handle WCN6750 hardware issue
 2022-05-04 20:31 UTC  (3+ messages)
` [PATCH v1 1/3] dt-bindings: net: bluetooth: Add wlan-gpio entry for wcn6750

[Bug 215725] New: Basilisk X Hyperspeed Bluetooth LE mouse fail to connect under 5.17 with Opcode 0x2043 failure
 2022-05-04 14:21 UTC  (3+ messages)
` [Bug 215725] "

[PATCH 1/2] Bluetooth: Add support for devcoredump
 2022-05-04  0:04 UTC  (3+ messages)

[syzbot] INFO: task hung in hci_dev_close_sync
 2022-05-03 16:59 UTC 

2nd Quater puchase request
 2022-05-03 14:48 UTC 

[PATCH bluetooth-next 0/3] net: 6lowpan: simplify lookup by nhc id
 2022-05-03  7:32 UTC  (10+ messages)
` [PATCH bluetooth-next 1/3] net: 6lowpan: remove const from scalars
` [PATCH bluetooth-next 2/3] net: 6lowpan: use array for find nhc id
` [PATCH bluetooth-next 3/3] net: 6lowpan: constify lowpan_nhc structures

[bluez/bluez] c75ff3: btdev: Fix not removing connection and advertising
 2022-05-03  0:31 UTC 

[PATCH BlueZ 1/2] btdev: Fix not removing connection and advertising set on reset
 2022-05-02 23:50 UTC  (4+ messages)
` [PATCH BlueZ 2/2] monitor: Decode LTV fields of Basic Audio Announcements
` [BlueZ,1/2] btdev: Fix not removing connection and advertising set on reset

[PATCH BlueZ] monitor: Fix parsing of LE Terminate BIG Complete event
 2022-05-02 23:50 UTC  (3+ messages)
` [BlueZ] "

[Bluez PATCH v2 0/2] Adding bonded flag to D-Bus property
 2022-05-02 21:23 UTC  (5+ messages)
` [Bluez PATCH v2 1/2] device: Add "Bonded" flag to dbus property

[PATCH v1] Bluetooth: hci_qca: Return wakeup for qca_wakeup
 2022-05-02 11:07 UTC  (2+ messages)
` [v1] "


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