linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-03-28 19:38:59 to 2015-04-02 05:41:11 UTC [more...]

[PATCH] Bluetooth: Expose current Device ID information via debugfs
 2015-04-02  5:41 UTC  (2+ messages)

[PATCH] andorid/handsfree.c setting sizeof struct properly for sco_handlers[]
 2015-04-02  3:45 UTC 

[BlueZ v8 00/10] Implement LE Advertisement D-Bus API
 2015-04-02  2:51 UTC  (13+ messages)
` [BlueZ v8 01/10] shared: add bt_ad structure
` [BlueZ v8 02/10] core/advertising: use bt_ad
` [BlueZ v8 03/10] core/advertising: Parse ServiceUUIDs
` [BlueZ v8 04/10] core/advertising: Parse SolicitUUIDs
` [BlueZ v8 05/10] core/advertising: Parse ManufacturerSpecificData
` [BlueZ v8 06/10] core/advertising: Parse ServiceData
` [BlueZ v8 07/10] Update TODO for LE Advertising
` [BlueZ v8 08/10] shared/ad: implement bt_ad_generate
` [BlueZ v8 09/10] core/advertising: Add and Remove AD using MGMT
` [BlueZ v8 10/10] test: improvements to advertising-example

How to get the hci_dev from an adv instance's work struct in a linked list?
 2015-04-02  2:49 UTC  (2+ messages)

[PATCH] test: Add Python GATT client example
 2015-04-02  1:48 UTC  (2+ messages)

[PATCH 4/4] Bluetooth: Restrict BNEP flags to only valid ones
 2015-04-01 20:51 UTC 

[PATCH 3/4] Bluetooth: Restrict HIDP flags to only valid ones
 2015-04-01 20:51 UTC 

[PATCH 2/4] Bluetooth: Restrict CMTP flags to only valid ones
 2015-04-01 20:51 UTC 

[PATCH 1/4] Bluetooth: Remove unneeded extra ( ) in valid flags check
 2015-04-01 20:51 UTC 

[PATCH v4 0/4] Handling extended headers of bnep control frames
 2015-04-01 20:28 UTC  (7+ messages)
` [PATCH v4 1/4] Bluetooth: bnep: Return err value while sending cmd is not understood
` [PATCH v4 2/4] Bluetooth: bnep: Add support for get bnep features via ioctl
` [PATCH v4 3/4] Bluetooth: bnep: Add support to extended headers of control frames
` [PATCH v4 4/4] Bluetooth: bnep: Handle BNEP connection setup request

unit/test-gatt broken again (as always :-)
 2015-04-01 20:15 UTC  (4+ messages)

[PATCH 2/2] Bluetooth: Export SMP selftest result in debugfs
 2015-04-01 19:52 UTC 

[PATCH 1/2] Bluetooth: Export ECDH selftest result in debugfs
 2015-04-01 19:52 UTC 

[PATCH 00/28] android/hog Introduce bt_gatt_client
 2015-04-01 16:40 UTC  (29+ messages)
` [PATCH 01/28] android/hidhost: Create bt_gatt_client
` [PATCH 02/28] android/hog: Introduce bt_gatt_client
` [PATCH 03/28] shared/gatt-client: Expose gatt_db
` [PATCH 04/28] android/hog: Remove tracking gatt operations
` [PATCH 05/28] android/hog: Use bt_gatt_client to read characteristic value
` [PATCH 06/28] android/hog: Use bt_gatt_client to register for notifications
` [PATCH 07/28] android/hog: Use bt_gatt_client to write without response
` [PATCH 08/28] android/hog: Replace gatt_write_char with bt_gatt_client_write_value
` [PATCH 09/28] android/hog: Use gatt_db to search for services and characteristics in db
` [PATCH 10/28] android/hog: Add helper to create uhid device
` [PATCH 11/28] lib/uuid: Add define for HoG UUID
` [PATCH 12/28] android/hog: Replace list of reports with a queue of reports
` [PATCH 13/28] android/hog: Replace definitions of characteristic uuids with bt_uuids
` [PATCH 14/28] android/hog: Replace GSList of hog instances with queue of instances
` [PATCH 15/28] android/dis: Remove tracking pending gatt operations
` [PATCH 16/28] android/dis: Introduce bt_gatt_client
` [PATCH 17/28] android/scpp: Remove tracking pending gatt operations
` [PATCH 18/28] android/scpp: Introduce bt_gatt_client
` [PATCH 19/28] android/scpp: Merge refresh_discovered_cb with iwin_discovered_cb
` [PATCH 20/28] android/bas: Remove tracking pending gatt operations
` [PATCH 21/28] android/bas: Start using bt_gatt_client
` [PATCH 22/28] android/hog: Strip btio dependencies
` [PATCH 23/28] android/hog: Enable Input Report notifications only if uhid is created
` [PATCH 24/28] android/bas: Enable Battery Level notifications after reconnection
` [PATCH 25/28] android/hog: Add MIN definition
` [PATCH 26/28] android/hog: Remove attrib/
` [PATCH 27/28] android/hog: Remove glib dependencies
` [PATCH 28/28] android/hog: Remove redundant code

android/handsfree.c | Possible Fix | Review
 2015-04-01 14:59 UTC  (3+ messages)

Nexus 4 in BLE peripheral role with bluez stack
 2015-04-01 12:34 UTC  (14+ messages)
  ` Multi-Advertising: implementation options, timing questions

[PATCH BlueZ] shared/gatt-client: Fix possible crash
 2015-04-01 12:18 UTC 

[PATCH BlueZ] shared/gatt-client: Fix invalid read on TP/GAW/CL/BV-05-C
 2015-04-01 12:04 UTC 

[PATCH v3 0/4] Handling extended headers of bnep control frames
 2015-04-01 11:39 UTC  (9+ messages)
` [PATCH v3 1/4] Bluetooth: bnep: Return err value while sending cmd is not understood
` [PATCH v3 2/4] Bluetooth: bnep: Add support for get bnep features via ioctl
` [PATCH v3 3/4] Bluetooth: bnep: Add support to extended headers of control frames
` [PATCH v3 4/4] Bluetooth: bnep: Handle BNEP connection setup request

[BlueZ v7 00/10] Implement LE Advertisement D-Bus API
 2015-04-01  7:40 UTC  (14+ messages)
` [BlueZ v7 01/10] shared: add bt_ad structure
` [BlueZ v7 02/10] core/advertising: use bt_ad
` [BlueZ v7 03/10] core/advertising: Parse ServiceUUIDs
` [BlueZ v7 04/10] core/advertising: Parse SolicitUUIDs
` [BlueZ v7 05/10] core/advertising: Parse ManufacturerSpecificData
` [BlueZ v7 06/10] core/advertising: Parse ServiceData
` [BlueZ v7 07/10] Update TODO for LE Advertising
` [BlueZ v7 08/10] shared/ad: implement bt_ad_generate
` [BlueZ v7 09/10] core/advertising: Add and Remove AD using MGMT
` [BlueZ v7 10/10] test: improvements to advertising-example

Crash in android/hal-sco.c
 2015-04-01  3:43 UTC  (3+ messages)

[PATCH] test: Reorganize LE Python example scripts
 2015-04-01  2:14 UTC  (2+ messages)

[PATCH v7 1/8] core: device: add device_set_rssi_no_delta
 2015-03-31 22:19 UTC  (10+ messages)
` [PATCH v7 1/8] core: device: add device_set_rssi_with_delta
` [PATCH v7 2/8] core/adapter: Refactor of scan type
` [PATCH v7 3/8] core: adapter: Add SetDiscoveryFilter method
` [PATCH v7 4/8] core: adapter: Add parameter parsing to SetDiscoveryFilter
` [PATCH v7 5/8] core: adapter: set the filter for each discovery client
` [PATCH v7 6/8] core: adapter: start proper discovery depending on filter type
` [PATCH v7 7/8] core: adapter: filter discovery results when filered discovery is used
` [PATCH v7 8/8] client: main: add support for SetDiscoveryFilter

[PATCH] tools/btgatt-server: Add option for src addr type
 2015-03-31 19:48 UTC  (2+ messages)

[PATCH] android/hal-sco: Fix divide by zero
 2015-03-31 18:08 UTC  (2+ messages)

pull request: bluetooth-next 2015-03-27
 2015-03-31 16:46 UTC  (2+ messages)

[PATCH v4] monitor: Add AVDTP support to btmon
 2015-03-31 13:26 UTC  (3+ messages)

audio headset not working with D-Link DBT-122
 2015-03-31 13:18 UTC 

[PATCH BlueZ] lib/uuid: Fix bt_uuid_to_le
 2015-03-31 10:30 UTC  (2+ messages)

Problem with bluetooth device Broadcom Corp. BCM20702A0
 2015-03-31 10:23 UTC 

[PATCH v6 1/8] core: device: add device_set_rssi_no_delta
 2015-03-31  7:33 UTC  (13+ messages)
` [PATCH v6 2/8] core/adapter: Refactor of scan type
` [PATCH v6 3/8] core: adapter: Add SetDiscoveryFilter method
` [PATCH v6 4/8] core: adapter: Add parameter parsing to SetDiscoveryFilter
` [PATCH v6 5/8] core: adapter: set the filter for each discovery client
` [PATCH v6 6/8] core: adapter: start proper discovery depending on filter type
` [PATCH v6 7/8] core: adapter: filter discovery results when filered discovery is used
` [PATCH v6 8/8] client: main: add support for SetDiscoveryFilter

Hard-configuring a BT Module
 2015-03-30 22:59 UTC  (3+ messages)

Multi-Advertising: implementation options, timing questions
 2015-03-30 22:37 UTC 

[PATCH v3 1/2] Bluetooth: Refactor L2CAP variables into l2cap_ctrl
 2015-03-30 21:23 UTC  (4+ messages)
` [PATCH v3 2/2] Bluetooth: Refactor HCI request variables into own struct

[PATCH v2 1/2] Bluetooth: Refactor L2CAP variables into l2cap_ctrl
 2015-03-30 19:39 UTC  (3+ messages)
` [PATCH v2 2/2] Bluetooth: Refactor HCI request variables into own struct

Problem with bluetooth device Broadcom Corp. BCM20702A0
 2015-03-30 16:03 UTC 

header change affects c++ projects
 2015-03-30 15:15 UTC  (6+ messages)

[PATCH] lib/uuid: Fix 32 bit bt_uuid to le
 2015-03-30 11:43 UTC  (4+ messages)

haltest/audio test procedure
 2015-03-30 11:16 UTC  (2+ messages)

[PATCH v2 0/3] Handling extended headers of bnep control frames
 2015-03-30 10:44 UTC  (7+ messages)
` [PATCH v2 2/3] Bluetooth: bnep: Add support for get bnep features via ioctl
` [PATCH v2 3/3] Bluetooth: bnep: Add support to extended headers of control frames

[PATCH v2] android/avctp: Fix reference counting
 2015-03-30 10:03 UTC  (2+ messages)

[PATCH 1/2] attrib-server: Use bt_uuid_to_le instead of local function
 2015-03-30  9:51 UTC  (7+ messages)
` [PATCH 2/2] shared/gatt-db: "

[3.4 PATCH] Bluetooth: Fix invalid length check in l2cap_information_rsp()
 2015-03-30  9:27 UTC 

[PATCH] lib/uuid: Add uuid conversion to 16 bit uuid
 2015-03-30  9:24 UTC  (3+ messages)

[PATCH V2] lib: Fix compilation error in C++ due to inline function
 2015-03-30  7:16 UTC  (2+ messages)

[PATCH] Bluetooth: Refactor HCI request & L2CAP bt_skb_cb members to use union
 2015-03-29 19:34 UTC  (2+ messages)

header change affects c++ projects
 2015-03-29  8:47 UTC 

[PATCH] Bluetooth: Remove superfluous extra empty line between functions
 2015-03-29  5:03 UTC  (2+ messages)

[PATCH v2 1/2] Bluetooth: Move memory location outside of hci_dev lock
 2015-03-29  5:03 UTC  (2+ messages)

[PATCH v2 2/2] Bluetooth: Fix error returns for Read Local OOB Extended Data commands
 2015-03-28 22:18 UTC 

[PATCH 2/2] Bluetooth: Fix error returns for Read Local OOB Extended Data commands
 2015-03-28 22:14 UTC 

[PATCH 1/2] Bluetooth: Move memory location outside of hci_dev lock
 2015-03-28 22:14 UTC 

[PATCH v3 1/3] tools/mgmt-tester: Add new add-adv test cases
 2015-03-28 21:32 UTC  (4+ messages)
` [PATCH v3 2/3] tools/mgmt-tester: Test cases for connectable state change
` [PATCH v3 3/3] doc/test-coverage.txt: Update mgmt-tester test count

[PATCH v2 1/3] Bluetooth: Fix using global connectable settings for adv
 2015-03-28 20:33 UTC  (6+ messages)
` [PATCH v2 2/3] Bluetooth: Use ADV_SCAN_IND for adv. instances
` [PATCH v2 3/3] Bluetooth: Update adv. parameters when conn. setting changes

[PATCH v2 1/3] tools/mgmt-tester: Add new add-adv test cases
 2015-03-28 19:40 UTC  (3+ messages)
` [PATCH v2 2/3] tools/mgmt-tester: Test cases for connectable state change
` [PATCH v2 3/3] doc/test-coverage.txt: Update mgmt-tester test count


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