linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-04-01 16:40:16 to 2015-04-04 15:43:51 UTC [more...]

[PATCH] Bluetooth: hci_core/mgmt: Change adv inst to list
 2015-04-04 15:43 UTC 

pull request: bluetooth-next 2015-04-04
 2015-04-04  6:24 UTC 

[PATCH] Bluetooth: Fix location of TX power field in LE advertising data
 2015-04-04  5:52 UTC  (3+ messages)

[PATCH 1/2] Bluetooth: cmtp: Use BIT(x) instead of (1 << x)
 2015-04-04  5:52 UTC  (2+ messages)

[BlueZ v10 00/12] Implement LE Advertisement D-Bus API
 2015-04-03 22:02 UTC  (13+ messages)
` [BlueZ v10 01/12] shared: add bt_ad structure
` [BlueZ v10 02/12] core/advertising: use bt_ad
` [BlueZ v10 03/12] core/advertising: Parse ServiceUUIDs
` [BlueZ v10 04/12] core/advertising: Parse SolicitUUIDs
` [BlueZ v10 05/12] core/advertising: Parse ManufacturerSpecificData
` [BlueZ v10 06/12] core/advertising: Parse ServiceData
` [BlueZ v10 07/12] Update TODO for LE Advertising
` [BlueZ v10 08/12] shared/ad: implement bt_ad_generate
` [BlueZ v10 09/12] core/advertising: Add and Remove AD using MGMT
` [BlueZ v10 10/12] test: improvements to example-advertisement
` [BlueZ v10 11/12] gdbus: Add g_dbus_get_flags function
` [BlueZ v10 12/12] core: Only start Advertising Manager when experimental

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

[PATCH 2/2] Bluetooth: hidp: Use BIT(x) instead of (1 << x)
 2015-04-03 18:02 UTC 

[RFC 0/5] Move HCI UART vendor specific setup to kernel
 2015-04-03 17:39 UTC  (16+ 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

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

[Patch] tty: Re-add external interface for tty_set_termios()
 2015-04-03 11:49 UTC  (3+ messages)

[PATCH] andorid/handsfree.c setting sizeof struct properly for sco_handlers[]
 2015-04-03 10:59 UTC  (2+ messages)

[PATCH] monitor: Add initial support for BNEP
 2015-04-03 10:53 UTC  (2+ messages)

bluetoothctl Segmentation Fault on confirm
 2015-04-03 10:51 UTC  (2+ messages)

[BlueZ v9 00/12] Implement LE Advertisement D-Bus API
 2015-04-02 23:59 UTC  (16+ messages)
` [BlueZ v9 01/12] shared: add bt_ad structure
` [BlueZ v9 02/12] core/advertising: use bt_ad
` [BlueZ v9 03/12] core/advertising: Parse ServiceUUIDs
` [BlueZ v9 04/12] core/advertising: Parse SolicitUUIDs
` [BlueZ v9 05/12] core/advertising: Parse ManufacturerSpecificData
` [BlueZ v9 06/12] core/advertising: Parse ServiceData
` [BlueZ v9 07/12] Update TODO for LE Advertising
` [BlueZ v9 08/12] shared/ad: implement bt_ad_generate
` [BlueZ v9 09/12] core/advertising: Add and Remove AD using MGMT
` [BlueZ v9 10/12] test: improvements to example-advertisement
` [BlueZ v9 11/12] gdbus: Add g_dbus_get_flags function
` [BlueZ v9 12/12] core: Only start Advertising Manager when experimental

[PATCH] Bluetooth: Disallow LE local out-of-band data when LE privacy is used
 2015-04-02 19:20 UTC  (2+ messages)

[PATCH 00/28] android/hog Introduce bt_gatt_client
 2015-04-02 15:45 UTC  (41+ 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

[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 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  (7+ messages)
` [PATCH v4 2/4] Bluetooth: bnep: Add support for get bnep features via ioctl
` [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  (4+ 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)

[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 


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