Linux Bluetooth Wireless
[Prev Page][Next Page]
bluetoothd crashes when media endpoint SelectConfiguration reply does not contain an array,
Michal Suchanek
[PATCH 1/2] monitor: Fix use of uninitialized variable,
Szymon Janc
[PATCH v2 00/22] Add AVDTP/A2DP decoding to btmon,
Andrzej Kaczmarek
- [PATCH v2 01/22] monitor/l2cap: Add channel sequence number, Andrzej Kaczmarek
- [PATCH v2 02/22] monitor/avdtp: Add basic decoding of AVDTP signalling, Andrzej Kaczmarek
- [PATCH v2 06/22] monitor/avdtp: Decode AVDTP_GET_CONFIGURATION, Andrzej Kaczmarek
- [PATCH v2 04/22] monitor/avdtp: Decode AVDTP_GET_CAPABILITIES, Andrzej Kaczmarek
- [PATCH v2 03/22] monitor/avdtp: Decode AVDTP_DISCOVER, Andrzej Kaczmarek
- [PATCH v2 09/22] monitor/avdtp: Decode AVDTP_START, Andrzej Kaczmarek
- [PATCH v2 13/22] monitor/avdtp: Decode AVDTP_SECURITY_CONTROL, Andrzej Kaczmarek
- [PATCH v2 08/22] monitor/avdtp: Decode AVDTP_OPEN, Andrzej Kaczmarek
- [PATCH v2 16/22] monitor/avdtp: Decode basic Media Codec capabilities, Andrzej Kaczmarek
- [PATCH v2 14/22] monitor/avdtp: Decode AVDTP_GET_ALL_CAPABILITIES, Andrzej Kaczmarek
- [PATCH v2 17/22] monitor/avdtp: Decode basic Content Protection capabilities, Andrzej Kaczmarek
- [PATCH v2 18/22] monitor/a2dp: Decode SBC capabilities, Andrzej Kaczmarek
- [PATCH v2 15/22] monitor/avdtp: Decode AVDTP_DELAYREPORT, Andrzej Kaczmarek
- [PATCH v2 20/22] monitor/a2dp: Decode AAC capabilities, Andrzej Kaczmarek
- [PATCH v2 22/22] monitor/a2dp: Decode LDAC capabilities, Andrzej Kaczmarek
- [PATCH v2 19/22] monitor/a2dp: Decode MPEG-1,2 capabilities, Andrzej Kaczmarek
- [PATCH v2 21/22] monitor/a2dp: Decode aptX capabilities, Andrzej Kaczmarek
- [PATCH v2 07/22] monitor/avdtp: Decode AVDTP_RECONFIGURE, Andrzej Kaczmarek
- [PATCH v2 10/22] monitor/avdtp: Decode AVDTP_CLOSE, Andrzej Kaczmarek
- [PATCH v2 11/22] monitor/avdtp: Decode AVDTP_SUSPEND, Andrzej Kaczmarek
- [PATCH v2 12/22] monitor/avdtp: Decode AVDTP_ABORT, Andrzej Kaczmarek
- [PATCH v2 05/22] monitor/avdtp: Decode AVDTP_SET_CONFIGURATION, Andrzej Kaczmarek
- Re: [PATCH v2 00/22] Add AVDTP/A2DP decoding to btmon, Andrzej Kaczmarek
[PATCH v2 BlueZ] core: Fix replying with an error for connected profile,
Luiz Augusto von Dentz
[PATCH 3/3] Bluetooth: Add support for Get Advertising Size Information command,
Marcel Holtmann
[PATCH 2/3] Bluetooth: Simplify if statements in tlv_data_is_valid function, Marcel Holtmann
[PATCH 1/3] Bluetooth: Add instance range check for Add Advertising command,
Marcel Holtmann
[PATCH] Bluetooth: Use hex notation for mask,
Andrei Emeltchenko
[PATCH] net: bluetooth: remove unneeded variable in l2cap_stream_rx,
Mutharaju, Prasanna (P.)
[PATCH] Bluetooth: Fix mask for H5 header len,
Andrei Emeltchenko
HoG: Report Map Sharing is not Happening all the time.,
Prabhu Chawandi
[PATCH] net: bluetooth: Clean up hci_core code,
Mutharaju, Prasanna (P.)
[PATCH] BNEP multicast filter is filtering multicast addresses in default case although differently specified,
Danny Schweizer
[Patch v2] Bluetooth: Wait active mode to setup SCO channel,
Chan-yeol Park
RFC: right userspace interface for providing 6lowpan contexts, Alexander Aring
[RFCv2 bluetooth-next 0/3] 6lowpan: debugfs and stateful compression support,
Alexander Aring
[PATCH] AUTHORS: Update Szymon, Łukasz and Andrzej emails,
Szymon Janc
[PATCH bluetooth-next 0/2] 6lowpan: iphc: cleanups,
Alexander Aring
[PATCH] build: Link mcaptest with -lrt,
John Keeping
[PATCH] btproxy: Add support for creating pseudoterminal, Andrei Emeltchenko
[PATCH 1/1] Bluetooth: Wait active mode to establish SCO channel,
Chan-yeol Park
[PATCH] net: bluetooth: clean up af_bluetooth code,
Mutharaju, Prasanna (P.)
How to access services on my bluetooth device,
John WW
HoG device : Authentication Failure while connecting after reboot.,
Prabhu Chawandi
[PATCH 0/4] shared/gatt: Couple fixes and improvements,
Łukasz Rymanowski
[PATCH 1/2] doc/adapter-api: Use correct signal name,
Łukasz Rymanowski
[PATCH] emulator/hciemu: Fix return value,
Gowtham Anandha Babu
HoG Disconnection=> Reason: Connection Time out,
Prabhu Chawandi
[PATCH] Bluetooth-cmtp: Delete an unnecessary check before the function call "kfree_skb",
SF Markus Elfring
[PATCH 00/22] Add AVDTP/A2DP decoding to btmon,
Andrzej Kaczmarek
- [PATCH 02/22] monitor/avdtp: Add basic decoding of AVDTP signalling, Andrzej Kaczmarek
- [PATCH 01/22] monitor/l2cap: Add channel sequence number, Andrzej Kaczmarek
- [PATCH 04/22] monitor/avdtp: Decode AVDTP_GET_CAPABILITIES, Andrzej Kaczmarek
- [PATCH 03/22] monitor/avdtp: Decode AVDTP_DISCOVER, Andrzej Kaczmarek
- [PATCH 06/22] monitor/avdtp: Decode AVDTP_GET_CONFIGURATION, Andrzej Kaczmarek
- [PATCH 05/22] monitor/avdtp: Decode AVDTP_SET_CONFIGURATION, Andrzej Kaczmarek
- [PATCH 07/22] monitor/avdtp: Decode AVDTP_RECONFIGURE, Andrzej Kaczmarek
- [PATCH 08/22] monitor/avdtp: Decode AVDTP_OPEN, Andrzej Kaczmarek
- [PATCH 09/22] monitor/avdtp: Decode AVDTP_START, Andrzej Kaczmarek
- [PATCH 12/22] monitor/avdtp: Decode AVDTP_ABORT, Andrzej Kaczmarek
- [PATCH 14/22] monitor/avdtp: Decode AVDTP_GET_ALL_CAPABILITIES, Andrzej Kaczmarek
- [PATCH 13/22] monitor/avdtp: Decode AVDTP_SECURITY_CONTROL, Andrzej Kaczmarek
- [PATCH 10/22] monitor/avdtp: Decode AVDTP_CLOSE, Andrzej Kaczmarek
- [PATCH 19/22] monitor/a2dp: Decode MPEG-1,2 capabilities, Andrzej Kaczmarek
- [PATCH 22/22] monitor/a2dp: Decode LDAC capabilities, Andrzej Kaczmarek
- [PATCH 18/22] monitor/a2dp: Decode SBC capabilities, Andrzej Kaczmarek
- [PATCH 21/22] monitor/a2dp: Decode aptX capabilities, Andrzej Kaczmarek
- [PATCH 20/22] monitor/a2dp: Decode AAC capabilities, Andrzej Kaczmarek
- [PATCH 17/22] monitor/avdtp: Decode basic Content Protection capabilities, Andrzej Kaczmarek
- [PATCH 16/22] monitor/avdtp: Decode basic Media Codec capabilities, Andrzej Kaczmarek
- [PATCH 15/22] monitor/avdtp: Decode AVDTP_DELAYREPORT, Andrzej Kaczmarek
- [PATCH 11/22] monitor/avdtp: Decode AVDTP_SUSPEND, Andrzej Kaczmarek
- Re: [PATCH 00/22] Add AVDTP/A2DP decoding to btmon, Luiz Augusto von Dentz
[PATCH v2] monitor/rfcomm: Fix names formatting,
Andrzej Kaczmarek
[PATCH 1/2] monitor/avctp: Fix typos,
Andrzej Kaczmarek
LL address and IPv6 address,
Michael Richardson
[PATCH] Bluetooth: btusb: Fix device recognition problems for certain Realtek units, Larry Finger
ACL connection handle, Stephen Embree
[PATCH 1/3] tools/avinfo: Add partial support for Sony LDAC,
Andrzej Kaczmarek
[PATCH 0/2] Move BfA repositories to GitHub,
Andrzej Kaczmarek
ioctl request for HCIGETCONNINFO returning "File descriptor in bad state", Stephen Embree
[PATCH] Bluetooth: Fix powering on with privacy and advertising,
Andrzej Kaczmarek
[PATCH v2 BlueZ 1/7] android/hog: Port fixes to profiles HoG,
Luiz Augusto von Dentz
[PATCH BlueZ] client: Fix crash when exiting,
Luiz Augusto von Dentz
[PATCH] Bluetooth: Simplify request cleanup code,
Johan Hedberg
[PATCH] Bluetooth: Fix l2cap_chan leak in SMP,
Johan Hedberg
[PATCH] android/log: Fix compilation error in AOSP,
Andrzej Kaczmarek
[RFC bluetooth-next 0/4] 6lowpan: debugfs and stateful compression support,
Alexander Aring
[PATCH BlueZ 1/6] android/hog: Port fixes to profiles HoG,
Luiz Augusto von Dentz
[PATCH BlueZ] core/gatt-client: Fix warning when removing services,
Luiz Augusto von Dentz
[PATCH 0/3] Bluetooth: LE connection fixes & cleanups,
Johan Hedberg
[PATCH 0/3] Bluetooth: Cleanups to syncronous request functions,
Johan Hedberg
[PATCH v2] Bluetooth: Fix BR/EDR Page Scan update with Add Device, Johan Hedberg
[PATCH] Bluetooth: Fix BR/EDR Page Scan update with Add Device,
Johan Hedberg
[PATCH BlueZ v5 1/5] emulator: add support for checking le scan state,
Jakub Pawlowski
[PATCH v3 2/2] Bluetooth: Move Stop Discovery to req_workqueue,
Johan Hedberg
[PATCH v3 1/2] Bluetooth: Move Start Discovery to req_workqueue, Johan Hedberg
[PATCH v2 11/12] Bluetooth: Move Start Discovery to req_workqueue, Johan Hedberg
[PATCH v2 00/12] Bluetooth: Move LE scan changes behind req_workqueue,
Johan Hedberg
- [PATCH v2 02/12] Bluetooth: Run all background scan updates through req_workqueue, Johan Hedberg
- [PATCH v2 03/12] Bluetooth: Don't wait for HCI in Add/Remove Device, Johan Hedberg
- [PATCH v2 06/12] Bluetooth: Use req_workqueue for background scanning when powering on, Johan Hedberg
- [PATCH v2 09/12] Bluetooth: Add discovery type validity helper, Johan Hedberg
- [PATCH v2 05/12] Bluetooth: Use req_workqueue for explicit connect requests, Johan Hedberg
- [PATCH v2 08/12] Bluetooth: Move LE scan disable/restart behind req_workqueue, Johan Hedberg
- [PATCH v2 10/12] Bluetooth: Add error return value to hci_req_sync callback, Johan Hedberg
- [PATCH v2 04/12] Bluetooth: Add HCI status return parameter to hci_req_sync(), Johan Hedberg
- [PATCH v2 01/12] Bluetooth: Add stubs for synchronous HCI request functionality, Johan Hedberg
- [PATCH v2 07/12] Bluetooth: Make __hci_update_background_scan private to hci_request.c, Johan Hedberg
- [PATCH v2 12/12] Bluetooth: Move Stop Discovery to req_workqueue, Johan Hedberg
- Re: [PATCH v2 00/12] Bluetooth: Move LE scan changes behind req_workqueue, Marcel Holtmann
[Bug 107681] New: bluez immediately disconnects,
bugzilla-daemon
linux-firmware: Update firmware patch for Intel Bluetooth 7265 (C0/D0),
Tedd Ho-Jeong An
[PATCH 11/12] Bluetooth: Move Start Discovery to req_workqueue, Johan Hedberg
[PATCH 00/12] Bluetooth: Move LE scan changes behind req_workqueue,
Johan Hedberg
- [PATCH 01/12] Bluetooth: Add stubs for synchronous HCI request functionality, Johan Hedberg
- [PATCH 02/12] Bluetooth: Run all background scan updates through req_workqueue, Johan Hedberg
- [PATCH 03/12] Bluetooth: Don't wait for HCI in Add/Remove Device, Johan Hedberg
- [PATCH 04/12] Bluetooth: Add HCI status return parameter to hci_req_sync(), Johan Hedberg
- [PATCH 05/12] Bluetooth: Use req_workqueue for explicit connect requests, Johan Hedberg
- [PATCH 06/12] Bluetooth: Use req_workqueue for background scanning when powering on, Johan Hedberg
- [PATCH 07/12] Bluetooth: Make __hci_update_background_scan private to hci_request.c, Johan Hedberg
- [PATCH 08/12] Bluetooth: Move LE scan disable/restart behind req_workqueue, Johan Hedberg
- [PATCH 09/12] Bluetooth: Add discovery type validity helper, Johan Hedberg
- [PATCH 10/12] Bluetooth: Add error return value to hci_req_sync callback, Johan Hedberg
- [PATCH 12/12] Bluetooth: Move Stop Discovery to req_workqueue, Johan Hedberg
Connection failures on Ubuntu,
Mark Spruiell
Dual-mode peripheral with both classic profiles and GATT services, Steve Brown
[PATCH BlueZ] shared/gatt-client: Don't reset database on service changed,
Luiz Augusto von Dentz
[PATCH BlueZ] shared/mgmt: Fix crash when removing index,
Luiz Augusto von Dentz
[PATCH v2 1/3] Bluetooth: Remove unnecessary call to hci_update_background_scan,
Johan Hedberg
[PATCH] Bluetooth: Add 'sync' specifier to synchronous request APIs, Johan Hedberg
[PATCH 1/2] Bluetooth: Remove unnecessary call to hci_update_background_scan,
Johan Hedberg
[PATCH v2 BlueZ] core/device: Fix not responding to Connect,
Luiz Augusto von Dentz
[PATCH BlueZ] core/device: Fix not responding to Connect, Luiz Augusto von Dentz
PS3 remote battery drain,
Veit Guna
[PATCH v3 3/3] Bluetooth: Add support for controller specific logging, Marcel Holtmann
[PATCH v3 2/3] Bluetooth: Add support for sending system notes to monitor channel, Marcel Holtmann
[PATCH v3 1/3] Bluetooth: Fix casting coding style within HCI sockets,
Marcel Holtmann
[PATCH v2] Bluetooth: Add support for controller specific logging,
Marcel Holtmann
[PATCH 3/3] Bluetooth: Add support for controller specific logging, Marcel Holtmann
[PATCH 2/3] Bluetooth: Add support for sending system notes to monitor channel, Marcel Holtmann
[PATCH 1/3] Bluetooth: Fix casting coding style within HCI sockets, Marcel Holtmann
[PATCH] Bluetooth: Add clarifying comment why schedule_work is used,
Johan Hedberg
[PATCH BlueZ] shared/gatt-client: Fix use after free, Luiz Augusto von Dentz
[PATCH v2] Bluetooth: Add mising hci_skb_opcode for raw socket commands,
Marcel Holtmann
ConnectProfile continuously failing with InProgress error,
Alan Au
BlueZ 5 : Tool recommendation for scripts, tony
[PATCH BlueZ] core/profile: Fix possible crash when registering profiles,
Luiz Augusto von Dentz
Concurrent BLE central and peripheral mode with BlueZ-4.101,
Edo Sevc
[bluez-android] How can we change the audio sample rate dynamically, Prabhu Chawandi
[PATCH] Bluetooth: Add mising hci_skb_opcode for raw socket commands, Marcel Holtmann
[PATCH] Bluetooth: Make bt_cb()->pkt_type and bt_cb()->except HCI specific,
Marcel Holtmann
HoG Devices is not auto connecting after reboot.,
Prabhu Chawandi
[PATCH 0/3] Bluetooth: Optimize bt_cb(skb) usage,
Johan Hedberg
[PATCH 3/3] Bluetooth: Use new hci_skb_pkt_* wrappers for drivers, root
pull request: bluetooth 2015-11-05,
Johan Hedberg
[PATCH 2/3] Bluetooth: Use new hci_skb_pkt_* wrappers for core packet handling, Marcel Holtmann
[PATCH 1/3] Bluetooth: Add hci_skb_* helper wrappers for bt_cb(skb) access,
Marcel Holtmann
[Bug 107261] New: in file sharing bluetooth is not working,
bugzilla-daemon
[Bug 107231] New: not connecting to other os, bugzilla-daemon
Scanning LE devices,
Lad, Prabhakar
[PATCH BlueZ] shared/queue: Remove reference count from queue_entry,
Luiz Augusto von Dentz
[PATCH v2] audio/avrcp: Get player playlist details,
Bharat Panda
[PATCH v2] Bluetooth: Make LE only events conditional on supported commands,
Marcel Holtmann
[PATCH BlueZ] obexd/session: Fix crash when disconnecting,
Luiz Augusto von Dentz
[PATCH 0/3] Bluetooth: L2CAP LE CoC fixes,
Johan Hedberg
[PATCH] Bluetooth: Fix issue with HCI_QUIRK_FIXUP_INQUIRY_MODE and event mask,
Marcel Holtmann
[PATCH 4/4] Bluetooth: Build LE event mask based on supported commands, Marcel Holtmann
[PATCH 3/4] Bluetooth: Make LE only events conditional on supported commands,
Marcel Holtmann
[PATCH 2/4] Bluetooth: Move BR/EDR default events behind its features,
Marcel Holtmann
[PATCH 1/4] Bluetooth: Check for supported white list before issuing commands, Marcel Holtmann
[PATCH 1/2] Bluetooth: add virtual hci command,
Jakub Pawlowski
[PATCH BlueZ] core/service: Fix failing to connect external profile,
Luiz Augusto von Dentz
Cannot connect to hfp headset,
Steve Brown
[PATCH] Bluetooth: Fix possible deadlock in btusb,
Kuba Pawlak
Should btmgmt be installed?,
Pacho Ramos
pull request: bluetooth-next 2015-10-28,
Johan Hedberg
[Bug 106741] New: OS, bugzilla-daemon
BlueZ: btd_profile callbacks not being triggered properly for LE devices ?,
Jakub Pawlowski
04ca:3011 device not working,
John Salatas
[Bug 106691] New: BNEP multicast filter is filtering multicast addresses in default case although differently specified,
bugzilla-daemon
[PATCH bluetooth-next] bluetooth: 6lowpan: fix NOHZ: local_softirq_pending,
Alexander Aring
[PATCH] tools/hciconfig: Fix hci_close_dev,
Kunio AKASHI
[PATCH 0/4] Abort on small allocations,
Szymon Janc
[PATCH] unit: Fix gobex unit tests,
Szymon Janc
[PATCH] Bluetooth: Fix crash on fast disconnect of SCO,
Kuba Pawlak
[RFC] Fix scan enable/disable kernel issue for opening socket,
Jakub Pawlowski
[PATCH] Bluetooth: Fix some obvious coding style issues in the SCO module,
Marcel Holtmann
[PATCH] Bluetooth: Replace hci_notify with hci_sock_dev_event,
Marcel Holtmann
[PATCH] Bluetooth: Rename bt_cb()->req into bt_cb()->hci,
Marcel Holtmann
[PATCH] Bluetooth: Remove unneeded parenthesis around MSG_OOB,
Marcel Holtmann
After bluetoothd disconnects a LE device only restart of kernel modules allows it to reconnect,
Steven Davies
[PATCH 0/9] add missing of_node_put,
Julia Lawall
[RFC bluetooth-next 0/2] bluetooth: 6lowpan: suggestions for Jukka,
Alexander Aring
Get the raw Bluetooth Low Energy advertising data,
eroot
[PATCH 1/1] audio: Fix mtu input order,
Chan-yeol Park
[no subject],
LABBE Corentin
Kernel panic observed during sco-connection-disconnection,
s . syam
[PATCH BlueZ v2] core/device: Fix build on some platforms,
Jakub Pawlowski
[PATCH BlueZ] profiles/scanparam: rewrite scanparam profile,
Jakub Pawlowski
[PATCH] scanparam new version, Jakub Pawlowski
[PATCH] profiles/gap: remove unnecessary code,
Jakub Pawlowski
[PATCH v3] profiles/deviceinfo: rewrite deviceinfo profile, Jakub Pawlowski
[PATCH v2] profiles/deviceinfo: rewrite deviceinfo profile,
Jakub Pawlowski
L2CAP_INFO_REQ Command rejected by remote side and disconnect,
Jürgen Benjamin Ronshausen
pull request: bluetooth-next 2015-10-22,
Johan Hedberg
[patch] Bluetooth: hci_bcm: checking for ERR_PTR instead of NULL,
Dan Carpenter
[PATCH v4 1/3] Bluetooth: Introduce hci_req helper to abort a connection,
Johan Hedberg
[PATCH v3 1/3] Bluetooth: Introduce hci_req helper to abort a connection,
Johan Hedberg
[PATCH v2 1/3] Bluetooth: Introduce hci_req helper to abort a connection,
Johan Hedberg
[PATCH 0/5] Bluetooth: UPF cleanups & fixes,
Johan Hedberg
[PATCH] profiles/deviceinfo: rewrite deviceinfo profile,
Jakub Pawlowski
[PATCH 00/13] Bluetooth: Cleanups & fixes from the UPF,
Johan Hedberg
- [PATCH 04/13] Bluetooth: 6lowpan: Use hci_conn_hash_lookup_le() when possible, Johan Hedberg
- [PATCH 03/13] Bluetooth: Use hci_conn_hash_lookup_le() when possible, Johan Hedberg
- [PATCH 07/13] Bluetooth: Introduce hci_req helper to abort a connection, Johan Hedberg
- [PATCH 09/13] Bluetooth: Remove redundant (and possibly wrong) flag clearing, Johan Hedberg
- [PATCH 10/13] Bluetooth: Make hci_disconnect() behave correctly for all states, Johan Hedberg
- [PATCH 06/13] Bluetooth: Disable auto-connection parameters when unpairing, Johan Hedberg
- [PATCH 12/13] Bluetooth: Remove unnecessary hci_explicit_connect_lookup function, Johan Hedberg
- [PATCH 08/13] Bluetooth: Take advantage of connection abort helpers, Johan Hedberg
- [PATCH 11/13] Bluetooth: Add hdev helper variable to hci_le_create_connection_cancel, Johan Hedberg
- [PATCH 13/13] Bluetooth: Fix crash in SMP when unpairing, Johan Hedberg
- [PATCH 01/13] Bluetooth: Add le_addr_type() helper function, Johan Hedberg
- [PATCH 05/13] Bluetooth: Remove unnecessary indentation in unpair_device(), Johan Hedberg
- [PATCH 02/13] Bluetooth: Add hci_conn_hash_lookup_le() helper function, Johan Hedberg
- Re: [PATCH 00/13] Bluetooth: Cleanups & fixes from the UPF, Marcel Holtmann
[PATCH] Bluetooth: Fix missing hdev locking for LE scan cleanup,
Johan Hedberg
[PATCH] Bluetooth: Fix missing hdev locking in hci_conn_timeout(),
Johan Hedberg
[PATCH v4] Bluetooth: btintel: Enable extra Intel vendor events,
Marcel Holtmann
[Bug 106391] New: Intel 7265 BT on NUC5i3RYH constantly disconnecting from USB when trying to pair,
bugzilla-daemon
[PATCH] Bluetooth: btusb: Set manufacturer for Intel bootloader devices,
Marcel Holtmann
Python reading Eddystone beacons,
Barry Byford
[PATCH v3] Bluetooth: btintel: Enable extra Intel vendor events, Marcel Holtmann
[PATCH] Bluetooth: Introduce driver specific post init callback,
Marcel Holtmann
[PATCH v2] Bluetooth: btintel: Enable extra Intel vendor events, Marcel Holtmann
[PATCH] Bluetooth: hci_uart: Provide initial manufacturer information,
Marcel Holtmann
[PATCH] Bluetooth: btintel: Enable extra Intel vendor events, Marcel Holtmann
[PATCH] android/README: Update known Android issues section,
Grzegorz Kolodziejczyk
[PATCH 1/3] audio/avrcp: Get player playlist details,
Bharat Panda
[PATCH] systemd: Check if bluetooth is supported in the kernel,
Martin Pitt
[PATCH bluetooth-next 0/6] 6lowpan: iphc defines and rework tc and flow label handling,
Alexander Aring
Is it correct that bluez sometimes stores a negative value for RAND key in info file ?, M Ren
[PATCH v2 2/2] Bluetooth: btusb: Set early vendor info for Intel and Broadcom, Marcel Holtmann
[PATCH v2 1/2] Bluetooth: Add support setup stage internal notification event,
Marcel Holtmann
[PATCH 1/2] Bluetooth: Add support setup stage internal notification event, Marcel Holtmann
[PATCH 2/2] Bluetooth: btusb: Set early vendor info for Intel and Broadcom, Marcel Holtmann
[PATCH BlueZ] core/device: Fix build on some platforms,
Jakub Pawlowski
[PATCH] Bluetooth: btusb: Add support for latest Apple controllers,
Marcel Holtmann
[RFC 2/4] shared: Remove dead code,
Szymon Janc
[RFC 0/4] Abort on small allocations,
Szymon Janc
[PATCH v2] obexd: pbap: add headers correctly for size query,
Simon Fels
[PATCH] core/device: Fix build on some platforms, Jakub Pawlowski
[PATCH] obexd: pbap: add headers correctly for size query, Simon Fels
[PATCH] Bluetooth: Fix removing connection parameters when unpairing,
Johan Hedberg
[PATCH] Bluetooth: btbcm: Read USB product information for Apple devices,
Marcel Holtmann
[PATCH] Bluetooth: btbcm: Fix firmware version number calculation,
Marcel Holtmann
[PATCH] Bluetooth: Add support for controller specific logging, Marcel Holtmann
[PATCH v2 1/3] Bluetooth: Add new quirk for non-persistent diagnostic settings,
Marcel Holtmann
[PATCH v2 3/3] Bluetooth: btintel: Add diagnostic support for older controllers, Marcel Holtmann
[PATCH v2 2/3] Bluetooth: btintel: Set quirk for non-persistent diagnostic settings, Marcel Holtmann
[PATCH 1/2] Bluetooth: Add new quirk for non-persistent diagnostic settings, Marcel Holtmann
[PATCH 2/2] Bluetooth: btintel: Set quirk for non-persistent diagnostic settings, Marcel Holtmann
[PATCH] Bluetooth: btusb: Mark BCM2045 devices to have broken link key commands,
Marcel Holtmann
Can't bring bluetooth controller up,
Julio González Mejías
[PATCH BlueZ] src/profile: Fix segmentation fault,
Vinicius Costa Gomes
[PATCH] bluetooth: bpa10x: fix BT_HCIUART dependency,
Arnd Bergmann
pull request: bluetooth 2015-10-16,
Johan Hedberg
[PATCH] ath3k: Add support of AR3012 0cf3:817b device,
Dmitry Tunin
[PATCH 0/6] Bluetooth: Fixes for 4.3-rc series,
Johan Hedberg
[PATCH v2] Bluetooth: fix double scan updates, Jakub Pawlowski
[PATCH v5] Bluetooth: Fix initializing conn_params in scan phase, Jakub Pawlowski
[PATCH v4] Bluetooth: Fix nitializing conn_params in scan phase, Jakub Pawlowski
[PATCH 0/4] Bluetooth: Fix issues with LE connection code,
Johan Hedberg
[PATCH v3] Bluetooth: properly initialize conn_params in scan phase, Jakub Pawlowski
[PATCH 1/4] Bluetooth: Fix reference counting for LE-scan based connections, Johan Hedberg
[PATCH v2] Bluetooth: properly initialize conn_params in scan phase,
Jakub Pawlowski
[PATCH] profiles: fix device info service triggering auto connect,
Jakub Pawlowski
[PATCH] Bluetooth: properly initialize conn_params in scan phase, Jakub Pawlowski
[PATCH] Bluetooth: fix double scan updates,
Jakub Pawlowski
[RFC] Bluetooth: Remove __l2cap_wait_ack,
Luiz Augusto von Dentz
[PATCH BlueZ] core/device: Fix crash when disconnecting,
Luiz Augusto von Dentz
[PATCH 1/4] Bluetooth: btmrvl: remove memory allocation failure message,
Amitkumar Karwar
[PATCH v1 0/3] Fix L2CAP ERTM shutdown locking,
Dean Jenkins
[Index of Archives]
[Bluez Devel]
[Linux USB Devel]
[Video for Linux]
[Linux SCSI]
[Yosemite Forum]