linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-15 02:32:37 to 2021-09-27 20:17:25 UTC [more...]

[BlueZ PATCH v1 0/3] Introduce Advertisement Monitor Device Tracking event
 2021-09-27 20:16 UTC  (4+ messages)
` [BlueZ PATCH v1 1/3] doc: Add "
` [BlueZ PATCH v1 2/3] lib: Add definition of AdvMonitor "
` [BlueZ PATCH v1 3/3] adv_monitor: Receive Device "

[PATCH 1/3] Bluetooth: Make use of hci_{suspend,resume}_dev on suspend notifier
 2021-09-27 20:06 UTC  (3+ messages)
` [PATCH 2/3] Bluetooth: debugfs: Add force_suspend entry
` [PATCH 3/3] Bluetooth: debugfs: Add force_prevent_wake entry

[PATCH BlueZ 0/1] gatt: remove superfluous extended properties
 2021-09-27 17:45 UTC  (4+ messages)
` [PATCH BlueZ 1/1] "
  `  "

[PATCH BlueZ 1/2] avctp: Fix not handling when kernel has ERTM disabled
 2021-09-27 17:44 UTC  (4+ messages)
` [PATCH BlueZ 2/2] avrcp: Fix browsing support in SDP record
` [BlueZ,1/2] avctp: Fix not handling when kernel has ERTM disabled

[PATCH v1] Bluetooth: Fix wrong opcode when LL privacy enabled
 2021-09-27 13:24 UTC  (2+ messages)

[PATCH v11] Bluetooth: btusb: Add support using different nvm for variant WCN6855 controller
 2021-09-26  8:36 UTC 

[PATCH v3 1/3] Bluetooth: btandroid: Support Android Bluetooth Quality Report
 2021-09-26  7:14 UTC  (3+ messages)

[PATCH v4 1/4] Bluetooth: aosp: Support AOSP Bluetooth Quality Report
 2021-09-26  7:07 UTC  (4+ messages)
` [PATCH v4 2/4] Bluetooth: hci_qca: enable Qualcomm WCN399x for AOSP extension
` [PATCH v4 3/4] Bluetooth: btrtl: enable Realtek 8822C/8852A to support "
` [PATCH v4 4/4] Bluetooth: btusb: enable Mediatek MT7921 "

Device doesnt show up on Ble Scanner - gatt-service example in tools folder as per Documentation(doc)
 2021-09-25 21:33 UTC  (5+ messages)

[PATCH v10] Bluetooth: btusb: Add support using different nvm for variant WCN6855 controller
 2021-09-24 13:54 UTC  (3+ messages)

[Bug 214287] New: Bluetooth firmware rtl8671bu_fw.bin fails to load
 2021-09-24 10:26 UTC  (2+ messages)
` [Bug 214287] "

[PATCH v3] bluetooth: Fix Advertisement Monitor Suspend/Resume
 2021-09-24 10:14 UTC  (2+ messages)

There is an array-index-out-bounds bug in detach_capi_ctr in drivers/isdn/capi/kcapi.c
 2021-09-24 10:02 UTC  (2+ messages)

[PATCH] Bluetooth: hci_h5: directly return hci_uart_register_device() ret-val
 2021-09-24  9:48 UTC  (2+ messages)

[PATCH 5.15 regression fix] Bluetooth: hci_h5: Fix (runtime)suspend issues on RTL8723BS HCIs
 2021-09-24  9:37 UTC  (4+ messages)
` [5.15,regression,fix] "

[Bluez PATCH] tools/hcitool: Fix the descriptions of leal* commands
 2021-09-24  9:29 UTC 

[Bug 60824] [PATCH][regression] Cambridge Silicon Radio, Ltd Bluetooth Dongle unusable
 2021-09-24  3:11 UTC 

[Bluez PATCH] device: Check both bearers's paired status upon removal of connection
 2021-09-24  0:16 UTC  (3+ messages)
` [Bluez] "

[PATCH BlueZ 1/4] shared/mgmt: Set MTU to UINT16_MAX
 2021-09-23 21:25 UTC  (7+ messages)
` [PATCH BlueZ 2/4] lib: Fix HCI_MAX_ACL_SIZE
` [PATCH BlueZ 3/4] shared/mgmt: Add mgmt_get_mtu
` [PATCH BlueZ 4/4] adapter: Truncate number of LTKs loaded if over MGMT MTU
` [BlueZ,1/4] shared/mgmt: Set MTU to UINT16_MAX

[PATCH v6 1/4] Bluetooth: hci_sock: Add support for BT_{SND,RCV}BUF
 2021-09-23 21:04 UTC  (10+ messages)
` [PATCH v6 2/4] Bluetooth: hci_sock: Replace use of memcpy_from_msg with bt_skb_sendmsg
` [PATCH v6 3/4] Bluetooth: Fix passing NULL to PTR_ERR
` [PATCH v6 4/4] Bluetooth: SCO: Fix sco_send_frame returning skb->len
` [v6,1/4] Bluetooth: hci_sock: Add support for BT_{SND,RCV}BUF

[PATCH BlueZ 00/20] Mesh Configuration Database
 2021-09-23 16:52 UTC  (24+ messages)
` [PATCH BlueZ 01/20] tools/mesh-cfgclient: Save provisioner info
  ` Mesh Configuration Database
` [PATCH BlueZ 02/20] tools/mesh-cfgclient: Add timestamp to config database
` [PATCH BlueZ 03/20] tools/mesh-cfgclient: Update stored NetKey and AppKey
` [PATCH BlueZ 04/20] tools/mesh-cfgclient: Keep track of updated keys
` [PATCH BlueZ 05/20] tools/mesh: Add new info to stored remote nodes
` [PATCH BlueZ 06/20] tools/mesh-cfgclient: Overwrite config values when adding new ones
` [PATCH BlueZ 07/20] tools/mesh-cfgclient: Store remote node's model bindings
` [PATCH BlueZ 08/20] tools/mesh-cfgclient: Store remote node's model subs
` [PATCH BlueZ 09/20] tools/mesh-cfgclient: Disallow model commands w/o composition
` [PATCH BlueZ 10/20] tools/mesh-cfgclient: Store remote's model publication info
` [PATCH BlueZ 11/20] tools/mesh-cfgclient: Check the result of config save
` [PATCH BlueZ 12/20] tools/mesh-cfgclient: Rename mesh-db APIs for consistency
` [PATCH BlueZ 13/20] tools/mesh-cfgclient: Save remote node feature setting
` [PATCH BlueZ 14/20] tools/mesh-cfgclient: Store remote's heartbeat sub/pub
` [PATCH BlueZ 15/20] tools/mesh-cfgclient: Add group parent address for DB compliance
` [PATCH BlueZ 16/20] doc/mesh-api: Add ExportKeys call
` [PATCH BlueZ 17/20] mesh: Implement ExportKeys() method
` [PATCH BlueZ 18/20] tools/mesh-cfgclient: Store UUIDs in standard format
` [PATCH BlueZ 19/20] tools/mesh-cfgclient: Excluded addresses property
` [PATCH BlueZ 20/20] tools/mesh-cfgclient: Export configuration database

[PATCH] Bluetooth: btmtkuart: fix a memleak in mtk_hci_wmt_sync
 2021-09-22 15:02 UTC  (3+ messages)
`  "

[PATCH] Bluetooth: hci_core: Move all debugfs handling to hci_debugfs.c
 2021-09-22 14:17 UTC  (3+ messages)
`  "

[PATCH] Bluetooth: hci_ldisc: require CAP_NET_ADMIN to attach N_HCI ldisc
 2021-09-22 14:15 UTC  (3+ messages)
`  "

[BlueZ PATCH v1] adv_monitor: Mark the device as lost on device_lost_timeout
 2021-09-22  2:29 UTC  (2+ messages)
` [BlueZ,v1] "

[PATCH v2] bluetooth: Fix Advertisement Monitor Suspend/Resume
 2021-09-22  0:02 UTC  (3+ messages)

Intel bt broken on linux-next?
 2021-09-21 23:00 UTC  (4+ messages)

[BlueZ PATCH v6 0/4] Detailed error string
 2021-09-21 17:13 UTC  (6+ messages)
` [BlueZ PATCH v6 1/4] doc: Add errors.txt to describe errors of D-Bus method returns
  ` Detailed error string
` [BlueZ PATCH v6 2/4] error: BR/EDR and LE connection failure reasons
` [BlueZ PATCH v6 3/4] device: Include detailed error string in Connect() return
` [BlueZ PATCH v6 4/4] client: Print error code for connect methods

[Bluez PATCH v5 00/13] Inclusive language changes
 2021-09-21  8:54 UTC  (16+ messages)
` [Bluez PATCH v5 01/13] lib: "
  `  "
` [Bluez PATCH v5 02/13] btio: "
` [Bluez PATCH v5 03/13] monitor: "
` [Bluez PATCH v5 04/13] emulator: "
` [Bluez PATCH v5 05/13] tools: "
` [Bluez PATCH v5 06/13] tools: Deprecate some input parameters to align with inclusive language
` [Bluez PATCH v5 07/13] plugins/sixaxis: Inclusive language changes
` [Bluez PATCH v5 08/13] profiles: "
` [Bluez PATCH v5 09/13] src: "
` [Bluez PATCH v5 10/13] client: "
` [Bluez PATCH v5 11/13] mesh: "
` [Bluez PATCH v5 12/13] unit/mesh: "
` [Bluez PATCH v5 13/13] doc: Inclusive language update

[PATCH v1] Bluetooth: btusb: Add gpio reset way for qca btsoc in cmd_timeout
 2021-09-21  8:48 UTC  (2+ messages)

[PATCH v1] bluetooth: Fix Advertisement Monitor Suspend/Resume
 2021-09-21  8:40 UTC  (2+ messages)

[PATCH] Bluetooth: eir: Move EIR/Adv Data functions to its own file
 2021-09-21  8:38 UTC  (3+ messages)
`  "

Deprecated Python Libraries
 2021-09-21  3:48 UTC  (4+ messages)

[BlueZ PATCH v2] adv_monitor: Clear any running DeviceLost timers on power down
 2021-09-20 21:54 UTC  (2+ messages)

WARNING in __queue_work
 2021-09-20 16:09 UTC 

[DNM PATCH v2] Build: Test patch - Do Not Merge
 2021-09-18  2:32 UTC  (3+ messages)
` [DNM,v2] "

[PATCH] profiles/audio/media.c: fix build with glibc >= 2.34
 2021-09-17 20:53 UTC  (2+ messages)

[BlueZ PATCH] tools: userchan-tester: Add test case for the closing channel
 2021-09-17 20:32 UTC  (3+ messages)
` [BlueZ] "

[PATCH] lib: fix variable-length array declarations in hci structures
 2021-09-17 19:56 UTC  (2+ messages)

[syzbot] WARNING: refcount bug in sco_sock_timeout
 2021-09-17 18:07 UTC 

[syzbot] WARNING: locking bug in sco_sock_timeout
 2021-09-17 18:07 UTC 

[PATCH] Bluetooth: btusb: Lower passive lescan interval on Marvell 88W8897
 2021-09-17 13:32 UTC  (8+ messages)
`  "

[Bluez PATCH v2 1/2] plugins/admin: add adapter_remove handler
 2021-09-17  3:43 UTC  (5+ messages)

[PATCH] Bluetooth: hci_bcm: remove duplicated brcm,bcm4330-bt compatible
 2021-09-16 23:31 UTC  (5+ messages)
`  "

[PATCH BlueZ 1/2] admin: Fix leaking uuids loads from storage
 2021-09-16 22:56 UTC  (3+ messages)
` [PATCH BlueZ 2/2] admin: Fix double free
` [BlueZ,1/2] admin: Fix leaking uuids loads from storage

[PATCH v2 1/2] service: Add btd_service_is_initiator
 2021-09-16 21:34 UTC  (3+ messages)
` [PATCH v2 2/2] policy: Use btd_service_is_initiator
` [v2,1/2] service: Add btd_service_is_initiator

[PATCH v5 1/4] Bluetooth: hci_sock: Add support for BT_{SND,RCV}BUF
 2021-09-16 19:58 UTC  (5+ messages)
` [PATCH v5 2/4] Bluetooth: hci_sock: Replace use of memcpy_from_msg with bt_skb_sendmsg
` [PATCH v5 3/4] Bluetooth: Fix passing NULL to PTR_ERR
` [PATCH v5 4/4] Bluetooth: SCO: Fix sco_send_frame returning skb->len
` [v5,1/4] Bluetooth: hci_sock: Add support for BT_{SND,RCV}BUF

[PATCH BlueZ 1/2] service: Add btd_service_is_initiator
 2021-09-16 19:31 UTC  (3+ messages)
` [PATCH BlueZ 2/2] policy: Use btd_service_is_initiator
` [BlueZ,1/2] service: Add btd_service_is_initiator

[PATCH v4 1/4] Bluetooth: hci_sock: Add support for BT_{SND,RCV}BUF
 2021-09-16  4:18 UTC  (10+ messages)
` [PATCH v4 2/4] Bluetooth: hci_sock: Replace use of memcpy_from_msg with bt_skb_sendmsg
` [PATCH v4 3/4] Bluetooth: Fix passing NULL to PTR_ERR
` [PATCH v4 4/4] Bluetooth: SCO: Fix sco_send_frame returning skb->len
` [v4,1/4] Bluetooth: hci_sock: Add support for BT_{SND,RCV}BUF

[PATCH BlueZ] sco-tester: Add tests for sending data
 2021-09-15 23:36 UTC  (2+ messages)
` [BlueZ] "

[PATCH v3 1/3] Bluetooth: hci_sock: Replace use of memcpy_from_msg with bt_skb_sendmsg
 2021-09-15 23:01 UTC  (3+ messages)
` [PATCH v3 2/3] Bluetooth: Fix passing NULL to PTR_ERR
` [PATCH v3 3/3] Bluetooth: SCO: Fix sco_send_frame returning skb->len

[PATCH v2 1/2] Bluetooth: hci_sock: Replace use of memcpy_from_msg with bt_skb_sendmsg
 2021-09-15 20:28 UTC  (2+ messages)
` [PATCH v2 2/2] Bluetooth: Fix passing NULL to PTR_ERR

[PATCH] Bluetooth: hci_sock: Add support for BT_{SND,RCV}BUF
 2021-09-15 20:00 UTC 

[DNM PATCH v2] Bluetooth: Build: Test patch - Do Not Merge
 2021-09-15 19:10 UTC  (2+ messages)
` [DNM,v2] "

[bug report] Bluetooth: RFCOMM: Replace use of memcpy_from_msg with bt_skb_sendmmsg
 2021-09-15 18:46 UTC  (2+ messages)

PAN - Migrate client from pand to bluez5
 2021-09-15 17:48 UTC 

[syzbot] KASAN: use-after-free Read in h4_recv_buf
 2021-09-15  9:51 UTC  (2+ messages)

[bluetooth-next:master] BUILD SUCCESS 81be03e026dc0c16dc1c64e088b2a53b73caa895
 2021-09-15  2:31 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).