messages from 2015-03-30 17:23:27 to 2015-04-02 15:44:38 UTC [more...]
[PATCH 00/28] android/hog Introduce bt_gatt_client
2015-04-02 15:44 UTC (40+ 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
[RFC 0/3] btattach: Use HCI UART vendor specific setup kernel calls
2015-04-02 15:18 UTC (5+ messages)
` [RFC 1/3] btattach: Add SetDevType ioctl call
` [RFC 2/3] btattach: Add SetBaudRate "
` [RFC 3/3] btattach: Increase timeout for raw user channel creation
[RFC 0/5] Move HCI UART vendor specific setup to kernel
2015-04-02 15:12 UTC (9+ messages)
` [RFC 1/5] Bluetooth: hci_uart: Add HCIUARTSETDEVTYPE ioctl
` [RFC 2/5] Bluetooth: hci_uart: Add BCM specific setup function
` [RFC 3/5] Bluetooth: hci_uart: Add HCIUARTSETBAUDRATE ioctl
` [RFC 4/5] tty: Re-add external interface for tty_set_termios()
` [RFC 5/5] Bluetooth: hci_uart: Add BCM specific UART speed management
[PATCH v5 0/7] Bluetooth: New callback type for HCI requests
2015-04-02 14:21 UTC (9+ messages)
` [PATCH v5 1/7] Bluetooth: Add clarifying comment to command status handling
` [PATCH v5 2/7] Bluetooth: Add second hci_request callback option for full skb
` [PATCH v5 3/7] Bluetooth: Convert hci_req_sync family of function to new request API
` [PATCH v5 4/7] Bluetooth: Remove unneeded recv_event variable
` [PATCH v5 5/7] Bluetooth: Remove unused hci_req_pending() function
` [PATCH v5 6/7] Bluetooth: Move hci_get_cmd_complete() to hci_event.c
` [PATCH v5 7/7] Bluetooth: Convert local OOB data reading to use HCI request
[PATCH] monitor: Add initial support for BNEP
2015-04-02 11:32 UTC
[PATCH 1/5] lib/uuid: Add uuid conversion to 16 bit uuid
2015-04-02 11:15 UTC (5+ messages)
` [PATCH 2/5] profiles/network: Use lib/uuid instead of operating on raw bnep msg
` [PATCH 3/5] lib/uuid: Modify bt_uuid_to_le return value to uuid len
` [PATCH 4/5] shared/gatt-db: Use lib/uuid uuid_to_le function
` [PATCH 5/5] shared/gatt-db: Convert uuid32 to uuid128 in le_to_uuid
[PATCH] profiles/network: Add remove connection if iface couldn't bring up
2015-04-02 10:56 UTC (2+ messages)
Found few memory leaks in gatt-client
2015-04-02 10:01 UTC
How to get the hci_dev from an adv instance's work struct in a linked list?
2015-04-02 9:58 UTC (3+ messages)
[PATCH ] core/gatt: Parse InProgress error code from err_msg
2015-04-02 9:26 UTC
[PATCH v4 0/4] Handling extended headers of bnep control frames
2015-04-02 8:40 UTC (9+ 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
[PATCH BlueZ] shared/gatt-client: Fix possible crash
2015-04-02 8:21 UTC (2+ messages)
[PATCH BlueZ] shared/gatt-client: Fix invalid read on TP/GAW/CL/BV-05-C
2015-04-02 8:21 UTC (2+ messages)
unit/test-gatt broken again (as always :-)
2015-04-02 8:14 UTC (5+ messages)
[PATCH 1/2] Bluetooth: Export ECDH selftest result in debugfs
2015-04-02 5:49 UTC (2+ messages)
[PATCH 1/4] Bluetooth: Remove unneeded extra ( ) in valid flags check
2015-04-02 5:44 UTC (2+ messages)
[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
[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 2/2] Bluetooth: Export SMP selftest result in debugfs
2015-04-01 19:52 UTC
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 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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).