Linux Bluetooth Wireless
[Prev Page][Next Page]
- Re: [PATCH 1/3] monitor/packet: Fix ERROR CODES as per core_v4.2, (continued)
- [PATCH 1/4] sdp: Add initial support for MPS,
Szymon Janc
- [PATCH 1/3] android/pts: Update gatt server results,
Jakub Tyszkowski
- [PATCH] Bluetooth: Fix missing hci_dev_lock/unlock,
Jaganath Kanakkassery
- [PATCHv2 1/2] android/build: Fix including wrong log include header for bluetoothd,
Andrei Emeltchenko
- [PATCH 1/2] android/build: Add liblog to LOCAL_SHARED_LIBRARIES for bluetoothd,
Andrei Emeltchenko
- [PATCH BlueZ v2 0/8] Define TS-approved "small database",
Michael Janssen
- [PATCH BlueZ v1 00/12] core: Use shared/gatt-client,
Arman Uguray
- [PATCH BlueZ v1 02/12] shared/att: Add err argument to disconnect cb, Arman Uguray
- [PATCH BlueZ v1 03/12] shared/gatt-client: Set op->success correctly, Arman Uguray
- [PATCH BlueZ v1 01/12] attrib/gattrib: Add g_attrib_get_att., Arman Uguray
- [PATCH BlueZ v1 04/12] core: device: Use bt_att_register_disconnect., Arman Uguray
- [PATCH BlueZ v1 06/12] core: Rename device_attach_attrib, Arman Uguray
- [PATCH BlueZ v1 05/12] core: device: Use shared/gatt-client for GATT., Arman Uguray
- [PATCH BlueZ v1 07/12] core: Use gatt_db service callbacks, Arman Uguray
- [PATCH BlueZ v1 10/12] profiles/gatt: Rename profile to gap., Arman Uguray
- [PATCH BlueZ v1 08/12] core: Introduce gatt-callbacks, Arman Uguray
- [PATCH BlueZ v1 12/12] profiles/gap: Add Google copyright., Arman Uguray
- [PATCH BlueZ v1 09/12] profiles/gatt: Don't handle GATT service., Arman Uguray
- [PATCH BlueZ v1 11/12] profiles/gap: Rewrite using bt_gatt_client., Arman Uguray
- Re: [PATCH BlueZ v1 00/12] core: Use shared/gatt-client, Luiz Augusto von Dentz
- __hci_cmd_sync() not suitable for nokia h4p,
Pavel Machek
- [PATCH 00/25] android/gatt: Fix HOG connect/disconnect,
Lukasz Rymanowski
- [PATCH 01/25] android/bluetooth: Minor typo fix, Lukasz Rymanowski
- [PATCH 02/25] android/bluetooth: Minor fix, add missing NULL assignment, Lukasz Rymanowski
- [PATCH 03/25] android/gatt: Fix for setting conn timeout, Lukasz Rymanowski
- [PATCH 04/25] android/hog: Minor coding style fixes, Lukasz Rymanowski
- [PATCH 05/25] android/bluetooth: Add possibility to register for bonded event, Lukasz Rymanowski
- [PATCH 06/25] android/gatt: Add paired cb to gatt.c, Lukasz Rymanowski
- [PATCH 07/25] android/bluetooth: Add API to check if device is bonding, Lukasz Rymanowski
- [PATCH 08/25] android/gatt: Improve LE connection after pair, Lukasz Rymanowski
- [PATCH 09/25] android/hog: Add support to track gatt operations, Lukasz Rymanowski
- [PATCH 10/25] android/hog: Cancel all GATT operations on disconnect, Lukasz Rymanowski
- [PATCH 11/25] android/hog: Add guards to the callbacks, Lukasz Rymanowski
- [PATCH 12/25] android/hog: Keep track on primary and include service search, Lukasz Rymanowski
- [PATCH 13/25] android/hog: Keep track on discover characteristic and descriptors, Lukasz Rymanowski
- [PATCH 15/25] android/bas: Add queue to keep track on GATT operations, Lukasz Rymanowski
- [PATCH 14/25] android/hog: Keep track on read/write char and descr, Lukasz Rymanowski
- [PATCH 16/25] android/bas: Keep track read/write GATT operations, Lukasz Rymanowski
- [PATCH 17/25] android/bas: Keep track on discover characteristic and descriptor, Lukasz Rymanowski
- [PATCH 18/25] android/bas: Add guard to GATT callbacks, Lukasz Rymanowski
- [PATCH 19/25] android/dis: Add queue to keep track on GATT operations, Lukasz Rymanowski
- [PATCH 20/25] android/dis: Keep track on discover and read characteristic, Lukasz Rymanowski
- [PATCH 21/25] android/dis: Add guard for GATT callbacks, Lukasz Rymanowski
- [PATCH 22/25] android/scpp: Add queue to keep GATT operations, Lukasz Rymanowski
- [PATCH 23/25] android/scpp: Keep track on discover characteristic and descriptor, Lukasz Rymanowski
- [PATCH 24/25] android/scpp: Keep track on write operation, Lukasz Rymanowski
- [PATCH 25/25] android/scpp: Add guard for GATT callbacks, Lukasz Rymanowski
- Re: [PATCH 00/25] android/gatt: Fix HOG connect/disconnect, Luiz Augusto von Dentz
[PATCH ] android/socket: Add PBAP supported features bits,
Gowtham Anandha Babu
[PATCH] android/build: Enable multilib build for bluetooth.default,
Andrei Emeltchenko
[PATCHv2 1/5] shared/att: Handle commands under BT_ATT_ALL_REQUESTS op group type,
Jakub Tyszkowski
[PATCH 1/2] attrib/gatt.c: Fix for attrib ref,
Lukasz Rymanowski
[PATCH] Add USB device 04ca:3010 as Athoros AR3012,
Janne Heikkinen
[PATCH BlueZ 00/15] core: Use shared/gatt for GATT client role,
Arman Uguray
- [PATCH BlueZ 01/15] attrib/gattrib: Add g_attrib_get_att., Arman Uguray
- [PATCH BlueZ 02/15] shared/att: Add bt_att_get_fd., Arman Uguray
- [PATCH BlueZ 03/15] attrib: Check if attrib is NULL in functions, Arman Uguray
- [PATCH BlueZ 04/15] shared/att: cancel_all before calling disconnect cb, Arman Uguray
- [PATCH BlueZ 05/15] shared/gatt-db: Make accessors work on const ptr, Arman Uguray
- [PATCH BlueZ 06/15] shared/gatt-db: Add UUID arg to foreach_service, Arman Uguray
- [PATCH BlueZ 07/15] core: device: Use bt_att_register_disconnect., Arman Uguray
- [PATCH BlueZ 10/15] core: Use gatt_db service callbacks, Arman Uguray
- [PATCH BlueZ 12/15] profiles/gatt: Don't handle GATT service., Arman Uguray
- [PATCH BlueZ 14/15] profiles/gap: Rewrite using bt_gatt_client., Arman Uguray
- [PATCH BlueZ 13/15] profiles/gatt: Rename profile to gap., Arman Uguray
- [PATCH BlueZ 11/15] core: Introduce gatt-callbacks, Arman Uguray
- [PATCH BlueZ 15/15] profiles/gap: Add Google copyright., Arman Uguray
- [PATCH BlueZ 09/15] core: Rename device_attach_attrib, Arman Uguray
- [PATCH BlueZ 08/15] core: device: Use shared/gatt-client for GATT., Arman Uguray
- Re: [PATCH BlueZ 00/15] core: Use shared/gatt for GATT client role, Luiz Augusto von Dentz
[PATCH BlueZ 0/5] Define TS-approved "small database",
Michael Janssen
[RFC v2 4/4] Bluetooth: Add support Intel Bluetooth bootloader device,
Tedd Ho-Jeong An
[RFC v2 3/4] Bluetooth: Set file extension to SFI file for bootloader mode,
Tedd Ho-Jeong An
[RFC v2 2/4] Bluetooth: Set the firmware file extension based on firmware type,
Tedd Ho-Jeong An
[RFC v2 1/4] Bluetooth: Refactor Intel_read_version and opens firmware patch file,
Tedd Ho-Jeong An
[RFC v2 0/4] Add support for Intel Bluetooth bootloader device, Tedd Ho-Jeong An
[PATCH] android/socket: Add support for dynamic MAP record,
Szymon Janc
[PATCH BlueZ 00/12] Simplify notification handling,
Luiz Augusto von Dentz
- [PATCH BlueZ 01/12] build: Add coverage support, Luiz Augusto von Dentz
- [PATCH BlueZ 02/12] unit/test-queue: Add /queue/foreach_remove test, Luiz Augusto von Dentz
- [PATCH BlueZ 03/12] unit/test-queue: Add /queue/foreach_remove_backward test, Luiz Augusto von Dentz
- [PATCH BlueZ 04/12] shared/queue: Add reference counting to entries, Luiz Augusto von Dentz
- [PATCH BlueZ 05/12] unit/test-mgmt: Add /mgmt/response/1 test, Luiz Augusto von Dentz
- [PATCH BlueZ 06/12] unit/test-mgmt: Add /mgmt/response/2 test, Luiz Augusto von Dentz
- [PATCH BlueZ 07/12] unit/test-mgmt: Add /mgmt/event/1 test, Luiz Augusto von Dentz
- [PATCH BlueZ 08/12] unit/test-mgmt: Add /mgmt/event/2 test, Luiz Augusto von Dentz
- [PATCH BlueZ 09/12] unit/test-mgmt: Add /mgmt/unregister/1 test, Luiz Augusto von Dentz
- [PATCH BlueZ 10/12] unit/test-mgmt: Add /mgmt/unregister/2 test, Luiz Augusto von Dentz
- [PATCH BlueZ 11/12] unit/test-mgmt: Add /mgmt/destroy/1 test, Luiz Augusto von Dentz
- [PATCH BlueZ 12/12] shared/mgmt: Remove unnecessary code, Luiz Augusto von Dentz
[PATCHv3 bluetooth-next 0/3] 6lowpan: introduce nhc framework,
Alexander Aring
[PATCH v2] android/bluetooth: Add support to read Le features by Android, Lukasz Rymanowski
[PATCH v2] android/handsfree-client: Decrease number of memcpy,
Lukasz Rymanowski
[PATCH] doc/adapter-api.txt: StartServiceDiscovery method.,
Jakub Pawlowski
[PATCH RESEND 1/2] android/handsfree-client: Decrease number of memcpy,
Lukasz Rymanowski
[PATCH 1/5] android/tester: Add missing AVRCP cb_table entries,
Grzegorz Kolodziejczyk
[PATCH 1/5] android/gatt: Fix write confirm callback being not set,
Jakub Tyszkowski
[PATCH] Bluetooth: Fix generation of non-resolvable private addresses,
Marcel Holtmann
[PATCH] Bluetooth: fix err_cast.cocci warnings, kbuild test robot
[PATCH] Bluetooth: Check for force_lesc_support before rejecting SMP over BR/EDR,
Marcel Holtmann
[RFC v4 1/2] Bluetooth: Add le_scan_restart,
Jakub Pawlowski
[PATCH] Bluetooth: Check for force_lesc_support when enabling SMP over BR/EDR,
Marcel Holtmann
[PATCH 1/1] android/pts: GATT PTS test results for Android 5.0,
Mariusz Skamra
[PATCH 6/6] Bluetooth: Enable events for P-256 Public Key and DHKey commands, Marcel Holtmann
[PATCH 2/6] Bluetooth: Add definitions for LE Direct Advertising Report event, Marcel Holtmann
[PATCH 3/6] Bluetooth: Enabled LE Direct Advertising Report event if supported, Marcel Holtmann
[PATCH 5/6] Bluetooth: Add support for enabling Extended Scanner Filter Policies, Marcel Holtmann
[PATCH 4/6] Bluetooth: Add support for handling LE Direct Advertising Report events, Marcel Holtmann
[PATCH 1/6] Bluetooth: Move LE advertising report defines to the right location,
Marcel Holtmann
[PATCH] android/pts: Update MAP PICS for Android 5.0, Sebastian Chlad
[PATCH] android/pts: GAP PTS test results for Android 5.0,
Sebastian Chlad
[PATCH ] monitor/rfcomm: Fix byte ordering issue,
Gowtham Anandha Babu
[PATCH] doc/mgmt-api: Add support to add/remove advertising data instance,
Lukasz Rymanowski
pull request: bluetooth-next 2014-12-05,
Johan Hedberg
[PATCHv2] monitor: Fix RFCOMM parity type mask,
Andrei Emeltchenko
6lowpan next header compression framwork: module handling or not?,
Alexander Aring
[PATCH v2 2/2] Bluetooth: Report invalid RSSI for service discovery and background scan, Marcel Holtmann
[PATCH v2 1/2] Bluetooth: Fix discovery filter when no RSSI is available,
Marcel Holtmann
[PATCH] Bluetooth: Remove redundant reverse_base_uuid variable,
Johan Hedberg
[PATCH 00/10] Bluetooth: Fix mgmt cmd_complete events,
Johan Hedberg
- [PATCH 01/10] Bluetooth: Add callback to create proper cmd_complete events, Johan Hedberg
- [PATCH 02/10] Bluetooth: Store parameter length with pending mgmt commands, Johan Hedberg
- [PATCH 03/10] Bluetooth: Convert Disconnect mgmt command to use cmd_complete callback, Johan Hedberg
- [PATCH 04/10] Bluetooth: Use cmd_complete callback for authentication mgmt commands, Johan Hedberg
- [PATCH 05/10] Bluetooth: Convert Pair Device to use cmd_complete callback, Johan Hedberg
- [PATCH 06/10] Bluetooth: Convert Unpair Device to use cmd_complete callback, Johan Hedberg
- [PATCH 07/10] Bluetooth: Convert discovery commands to use cmd_complete callback, Johan Hedberg
- [PATCH 08/10] Bluetooth: Convert Get Clock Info to use cmd_complete callback, Johan Hedberg
- [PATCH 09/10] Bluetooth: Fix initializing hci_conn RSSI to invalid value, Johan Hedberg
- [PATCH 10/10] Bluetooth: Fix Get Conn Info to use cmd_complete callback, Johan Hedberg
- Re: [PATCH 00/10] Bluetooth: Fix mgmt cmd_complete events, Marcel Holtmann
[PATCH] Bluetooth: Fix discovery filter when no RSSI is available, Marcel Holtmann
[PATCH 3/3] Bluetooth: Clear discovery filter before starting background scan, Marcel Holtmann
[PATCH 2/3] Bluetooth: Fix memory leaks from discovery filter UUID list, Marcel Holtmann
[PATCH 1/3] Bluetooth: Add helper function for clearing the discovery filter,
Marcel Holtmann
[PATCH 1/7] Bluetooth: Add HCI_RSSI_INVALID for unknown RSSI value,
Marcel Holtmann
[PATCH 6/7] Bluetooth: Add logic for UUID filter handling, Marcel Holtmann
[PATCH 2/7] Bluetooth: Add definitions for MGMT_OP_START_SERVICE_DISCOVERY, Marcel Holtmann
[PATCH 5/7] Bluetooth: Add framework for device found filtering based on UUID, Marcel Holtmann
[PATCH 7/7] Bluetooth: Add support for Start Service Discovery command, Marcel Holtmann
[PATCH 3/7] Bluetooth: Add extra discovery fields for storing filter information, Marcel Holtmann
[PATCH 4/7] Bluetooth: Filter device found events based on RSSI threshold, Marcel Holtmann
[RFC] monitor: Fix RFCOMM parity type mask,
Andrei Emeltchenko
[PATCH 1/2] shared/gatt: Fix NULL dereference,
Andrei Emeltchenko
[RFC BlueZ] lib/uuid: Simplify BT base UUIDs when possible, Michael Janssen
[RFC v3 1/6] Bluetooth: Add HCI_RSSI_INVALID for unknown RSSI value,
Jakub Pawlowski
[PATCH BlueZ 0/2] unit/gatt: Replace custom structs with gatt_db,
Michael Janssen
[RFC BlueZ] shared/mgmt: Remove unnecessary code,
Luiz Augusto von Dentz
[PATCH] android/pts: Tests results for RFCOMM for Android 5.0,
Sebastian Chlad
[RFC v2 6/7] Bluetooth: Add extra discovery fields for storing filter information, Marcel Holtmann
[RFC v2 4/7] Bluetooth: Add HCI_RSSI_INVALID for unknown RSSI value, Marcel Holtmann
[RFC v2 7/7] Bluetooth: Add support for Start Service Discovery command, Marcel Holtmann
[RFC v2 3/7] Bluetooth: Split triggering of discovery commands into separate function, Marcel Holtmann
[RFC v2 5/7] Bluetooth: Add definitions for MGMT_OP_START_SERVICE_DISCOVERY,
Marcel Holtmann
[RFC v2 2/7] Bluetooth: Use {start,stop}_discovery_complete handler for cmd_complete, Marcel Holtmann
[RFC v2 1/7] Bluetooth: Simplify the error handling of Start Discovery command,
Marcel Holtmann
[RFC 1/6] Bluetooth: Add HCI_RSSI_INVALID for unknown RSSI value,
Marcel Holtmann
[RFC 4/6] Bluetooth: Split triggering of discovery commands into separate function, Marcel Holtmann
[RFC 5/6] Bluetooth: Add extra discovery fields for storing filter information, Marcel Holtmann
[RFC 6/6] Bluetooth: Add support for Start Service Discovery command, Marcel Holtmann
[RFC 3/6] Bluetooth: Simplify the error handling of Start Discovery command, Marcel Holtmann
[RFC 2/6] Bluetooth: Add definitions for MGMT_OP_START_SERVICE_DISCOVERY, Marcel Holtmann
[PATCH] shared/gatt: Fix NULL dereference, Andrei Emeltchenko
[PATCH] shared/crypto: Fix resource leak,
Andrei Emeltchenko
[RFC 0/3] Add support for Intel Bluetooth bootloader device, Tedd Ho-Jeong An
[RFC 3/3] Bluetooth: Add support Intel Bluetooth bootloader device, Tedd Ho-Jeong An
[RFC 1/3] Bluetooth: Refactor Intel read version command,
Tedd Ho-Jeong An
[RFC 2/3] Bluetooth: Add parameter to specify the firmware file extension, Tedd Ho-Jeong An
packed structs in bluez code, Mona Attariyan
Question about mgmt header files and shared-mainloop library,
Mona Attariyan
I tested Start Service Discovery on multiple controllers, Jakub Pawlowski
[PATCH v14 1/3] Bluetooth: add le_scan_restart,
Jakub Pawlowski
[PATCH] android/build: Convert LOCAL_MODULE_PATH to LOCAL_MODULE_RELATIVE_PATH,
Andrei Emeltchenko
[PATCH BlueZ v1 0/4] shared/gatt-db: Add service events.,
Arman Uguray
[PATCH 1/3] unit/gatt: Fix using possible negative return value,
Andrei Emeltchenko
[PATCH BlueZ 0/4] shared/gatt-db: Add service events.,
Arman Uguray
[PATCH BlueZ 0/5] src/gatt-dbus: use gatt-db,
Steven Walter
[PATCH 00/49] Bluetooth: LE Secure Connections support,
Johan Hedberg
- [PATCH 01/49] Bluetooth: Add basic SMP defines for LE Secure Connections, Johan Hedberg
- [PATCH 03/49] Bluetooth: Add SMP flag for SC and set it when necessary., Johan Hedberg
- [PATCH 04/49] Bluetooth: Update SMP security level to/from auth_req for SC, Johan Hedberg
- [PATCH 02/49] Bluetooth: Make auth_req mask dependent on SC enabled or not, Johan Hedberg
- [PATCH 05/49] Bluetooth: Add mgmt support for LE Secure Connections LTK types, Johan Hedberg
- [PATCH 06/49] Bluetooth: Set the correct security level for SC LTKs, Johan Hedberg
- [PATCH 07/49] Bluetooth: Use custom macro for testing BR/EDR SC enabled, Johan Hedberg
- [PATCH 08/49] Bluetooth: Add mgmt_set_secure_conn support for any LE adapter, Johan Hedberg
- [PATCH 09/49] Bluetooth: Update LTK lookup to correctly deal with SC LTKs, Johan Hedberg
- [PATCH 10/49] Bluetooth: Remove unused hci_find_ltk function, Johan Hedberg
- [PATCH 11/49] Bluetooth: Rename hci_find_ltk_by_addr to hci_find_ltk, Johan Hedberg
- [PATCH 12/49] Bluetooth: Set link key generation bit if necessary for LE SC, Johan Hedberg
- [PATCH 13/49] Bluetooth: Add basic support for AES-CMAC, Johan Hedberg
- [PATCH 14/49] Bluetooth: Add ECC library for LE Secure Connections, Johan Hedberg
- [PATCH 15/49] Bluetooth: Add basic support for sending our LE SC public key, Johan Hedberg
- [PATCH 16/49] Bluetooth: Add handler function for receiving LE SC public key, Johan Hedberg
- [PATCH 17/49] Bluetooth: Add support for sending LE SC Confirm value, Johan Hedberg
- [PATCH 18/49] Bluetooth: Add LE SC support for responding to Pairing Confirm PDU, Johan Hedberg
- [PATCH 19/49] Bluetooth: Add support for LE SC numeric comparison, Johan Hedberg
- [PATCH 20/49] Bluetooth: Add support for handling LE SC user response, Johan Hedberg
- [PATCH 21/49] Bluetooth: Add support for LE SC DHKey check PDU, Johan Hedberg
- [PATCH 22/49] Bluetooth: Add support for LE SC key generation, Johan Hedberg
- [PATCH 23/49] Bluetooth: Track authentication method in SMP context, Johan Hedberg
- [PATCH 24/49] Bluetooth: Add selection of the SC authentication method, Johan Hedberg
- [PATCH 25/49] Bluetooth: Detect SMP SC debug keys, Johan Hedberg
- [PATCH 26/49] Bluetooth: Add check for accidentally generating a debug key, Johan Hedberg
- [PATCH 27/49] Bluetooth: Set correct LTK type and authentication for SC, Johan Hedberg
- [PATCH 28/49] Bluetooth: Add support for SC just-works pairing, Johan Hedberg
- [PATCH 29/49] Bluetooth: Fix BR/EDR Link Key type when derived through LE SC, Johan Hedberg
- [PATCH 30/49] Bluetooth: Add passkey entry support for LE SC, Johan Hedberg
- [PATCH 31/49] Bluetooth: Fix DHKey Check sending order for slave role, Johan Hedberg
- [PATCH 32/49] Bluetooth: Add dummy handler for LE SC keypress notification, Johan Hedberg
- [PATCH 33/49] Bluetooth: Use debug keys for SMP when HCI_USE_DEBUG_KEYS is set, Johan Hedberg
- [PATCH 34/49] Bluetooth: Add hci_conn flag for new link key generation, Johan Hedberg
- [PATCH 35/49] Bluetooth: Add debugfs switch for forcing SMP over BR/EDR, Johan Hedberg
- [PATCH 36/49] Bluetooth: Add skeleton for BR/EDR SMP channel, Johan Hedberg
- [PATCH 37/49] Bluetooth: Add full SMP BR/EDR support, Johan Hedberg
- [PATCH 38/49] Bluetooth: Add SC-only mode support for SMP, Johan Hedberg
- [PATCH 39/49] Bluetooth: Unify remote OOB data functions, Johan Hedberg
- [PATCH 40/49] Bluetooth: Store address type with OOB data, Johan Hedberg
- [PATCH 41/49] Bluetooth: Add support for adding remote OOB data for LE, Johan Hedberg
- [PATCH 42/49] Bluetooth: Set SMP OOB flag if OOB data is available, Johan Hedberg
- [PATCH 43/49] Bluetooth: Add basic LE SC OOB support for remote OOB data, Johan Hedberg
- [PATCH 44/49] Bluetooth: Introduce SMP_DBG macro for low-level debuging, Johan Hedberg
- [PATCH 45/49] Bluetooth: Fix missing const declarations in SMP functions, Johan Hedberg
- [PATCH 46/49] Bluetooth: Organize SMP crypto functions to logical sections, Johan Hedberg
- [PATCH 47/49] Bluetooth: Fix SMP debug key handling, Johan Hedberg
- [PATCH 48/49] Bluetooth: Fix minor coding style issue in smp.c, Johan Hedberg
- [PATCH 49/49] Bluetooth: Fix false-positive "uninitialized" compiler warning, Johan Hedberg
- Re: [PATCH 00/49] Bluetooth: LE Secure Connections support, Marcel Holtmann
[RFC] android/tester: Add disconnect A2DP steps to AVRCP test cases, Grzegorz Kolodziejczyk
[PATCH v1 0/5] Add support for decoding RFCOMM MCC Message Type,
Gowtham Anandha Babu
[PATCH v3 0/3] android/handsfree: Move to use bt_sco lib,
Lukasz Rymanowski
[PATCH v2 0/2] android/handsfree: Move to use bt_sco lib,
Lukasz Rymanowski
[PATCH] android/pts: PTS tests for AVCTP on Android 5.0,
Ruslan Mstoi
[PATCH] Bluetooth: Simplify Link Key Notification event handling logic,
Johan Hedberg
[PATCHv2] bluetooth: Fix possible NULL dereference, Andrei Emeltchenko
[PATCH] bluetooth: Fix possible NULL dereference,
Andrei Emeltchenko
[PATCH 1/6] Bluetooth: Add BTUSB_BCM_PATCHRAM flag for Broadcom devices 0489:*,
Wen-chien Jesse Sung
[PATCH BlueZ v1 0/8] shared/gatt: Use gatt-db for client role.,
Arman Uguray
[PATCH 01/13] doc/coding-style: Update 'enum as switch variable' section,
Szymon Janc
- [PATCH 05/13] attrib: List all enum values in switch, Szymon Janc
- [PATCH 06/13] core: List all enum values in switch, Szymon Janc
- [PATCH 07/13] gobex: List all enum values in switch, Szymon Janc
- [PATCH 09/13] shared: List all enum values in switch, Szymon Janc
- [PATCH 11/13] unit: List all enum values in switch, Szymon Janc
- [PATCH 08/13] obexd: List all enum values in switch, Szymon Janc
- [PATCH 13/13] build: Enable -Wswitch-enum in maintainer mode, Szymon Janc
- [PATCH 10/13] android: List all enum values in switch, Szymon Janc
- [PATCH 12/13] tools: List all enum values in switch, Szymon Janc
- [PATCH 02/13] profiles: List all enum values in switch, Szymon Janc
- [PATCH 03/13] lib: List all enum values in switch, Szymon Janc
- [PATCH 04/13] btio: List all enum values in switch, Szymon Janc
- Re: [PATCH 01/13] doc/coding-style: Update 'enum as switch variable' section, Szymon Janc
[PATCH] android/pts: PTS tests results for HFP on Android 5.0,
Sebastian Chlad
[PATCH 0/3] android/handsfree-client: Some cleaning patches,
Lukasz Rymanowski
[PATCH] shared/hfp: Improve prefix comparing,
Lukasz Rymanowski
[PATCH 0/4] android/handsfree: Move to use bt_sco lib,
Lukasz Rymanowski
[PATCH_v2 1/2] android/tester: Add AVRCP RegNotifPlayPositionChanged test case,
Ravi kumar Veeramally
[PATCH 0/5] Add support for decoding RFCOMM MCC Message Type,
Gowtham Anandha Babu
[PATCH v2] Bluetooth: Track both local and remote L2CAP fixed channel mask,
Johan Hedberg
[PATCH] Bluetooth: Track both local and remote L2CAP fixed channel mask, Johan Hedberg
[PATCHv2] core: Store Device information immediately after saving LinkKey information,
Biman Paul
[PATCH BlueZ 1/2] shared/gatt-db: Use insert_service for add_service,
Michael Janssen
[PATCH] android/pts: PTS tests for HOGP on Android 5.0,
Grzegorz Kolodziejczyk
[PATCH] android/bluetooth: Add support to read LE features by Android,
Lukasz Rymanowski
[PATCH 1/2] android/gatt: Remove discoverable flag from device found callback,
Lukasz Rymanowski
[PATCHv2] gattrib: Fix not changing the buffer size when mtu is reduced,
Jakub Tyszkowski
[PATCH 1/1] core: Store Device information immediately after saving LinkKey information,
Biman Paul
Adding Broadcom Support for BCM 20702AO of Fuijitsu Lifebook E751 with .driver_info = BTUSB_BCM_PATCHRAM },,
Harvey
[PATCH BlueZ 1/8] obexd/client: Add support for reading version,
Luiz Augusto von Dentz
Re: [PATCH BlueZ 1/8] obexd/client: Add support for reading version, Luiz Augusto von Dentz
[PATCH 1/1] pbap: Fix When MaxListCount header missing,
Anurag Biradar
hidp module. mouse polling rate, Franchesko Salias Hudro Pedros
[PATCHv2 bluetooth-next 0/2] 6lowpan: introduce nhc framework,
Alexander Aring
[PATCH bluetooth-next 0/2] 6lowpan: introduce nhc framework,
Alexander Aring
[PATCH v8 1/3] lib: Add start service discovery,
Jakub Pawlowski
[PATCH v13 1/3] Bluetooth: add le_scan_restart,
Jakub Pawlowski
[PATCH BlueZ 0/8] shared/gatt: Use gatt-db for client role.,
Arman Uguray
[Index of Archives]
[Bluez Devel]
[Linux USB Devel]
[Video for Linux]
[Linux SCSI]
[Yosemite Forum]