linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-10-22 18:43:50 to 2014-10-28 11:10:19 UTC [more...]

[PATCH BlueZ] src/agent: Fix busy errors after a time out
 2014-10-28 11:10 UTC 

[PATCH 1/7] shared/io: Remove disconnect handler in io_destroy
 2014-10-28  9:55 UTC  (7+ messages)
` [PATCH 2/7] unit/test-gatt: Add search all primary services test case
` [PATCH 3/7] unit/test-gatt: Add search primary by 16 but UUID "
` [PATCH 4/7] shared/gatt: Fix incorrect data read
` [PATCH 5/7] unit/test-gatt: Add search primary by 128 bit UUID test case
` [PATCH 6/7] unit/test-gatt: Add search included services "
` [PATCH 7/7] unit/test-gatt: Add search characteristics "

[PATCH BlueZ v1 0/7] shared/gatt: Various bug fixes
 2014-10-28  9:26 UTC  (9+ messages)
` [PATCH BlueZ v1 1/7] shared/gatt-client: Fix bug in service changed queue
` [PATCH BlueZ v1 2/7] shared/gatt-client: Fix bug in service changed handling
` [PATCH BlueZ v1 3/7] tools/btgatt-client: Fix read-long-value offset parsing
` [PATCH BlueZ v1 4/7] tools/btgatt-client: Fix off-by-one error
` [PATCH BlueZ v1 5/7] tools/btgatt-client: Print prompt on service changed
` [PATCH BlueZ v1 6/7] shared/gatt-db: Fix range handling in read by grp type
` [PATCH BlueZ v1 7/7] TODO: Add new shared/gatt TODO items

[PATCH BlueZ 1/9] shared/gatt-db: Expose gatt_db_attribute
 2014-10-28  9:14 UTC  (13+ messages)
` [PATCH BlueZ 2/9] shared/gatt-db: Add gatt_db_get_attribute
` [PATCH BlueZ 3/9] shared/gatt-db: Add gatt_db_attribute_get_type
` [PATCH BlueZ 4/9] shared/gatt-db: Add gatt_db_attribute_get_service_uuid
` [PATCH BlueZ 5/9] shared/gatt-db: Add gatt_db_attribute_get_permissions
` [PATCH BlueZ 6/9] shared/gatt-db: Add gatt_db_attribute_read
` [PATCH BlueZ 7/9] shared/gatt-db: Add gatt_db_attribute_write
` [PATCH BlueZ 8/9] shared/gatt-db: Add gatt_db_attribute_get_start_handle
` [PATCH BlueZ 9/9] shared/gatt-db: Add gatt_db_attribute_get_end_handle

[PATCH BlueZ v3 00/10] Unit tests for gattrib
 2014-10-28  8:47 UTC  (12+ messages)
` [PATCH BlueZ v3 01/10] Remove unused g_attrib_set_debug function
` [PATCH BlueZ v3 02/10] attrib: Remove MTU-probing code
` [PATCH BlueZ v3 03/10] attrib: Add mtu argument to g_attrib_new
` [PATCH BlueZ v3 04/10] attrib: remove g_attrib_is_encrypted
` [PATCH BlueZ v3 05/10] Add unit tests for gattrib
` [PATCH BlueZ v3 06/10] attrib: Add unit tests for g_attrib_register
` [PATCH BlueZ v3 07/10] attrib: fix GATTRIB_ALL_REQS behavior
` [PATCH BlueZ v3 08/10] unit/gattrib: Check expected PDUs were delivered
` [PATCH BlueZ v3 09/10] unit/gattrib: Respond to the request PDU
` [PATCH BlueZ v3 10/10] unit/gattrib: copy result PDU

[PATCH v5 00/11] shared/hfp: Add support for HFP HF
 2014-10-28  7:20 UTC  (13+ messages)
` [PATCH v5 01/11] "
` [PATCH v5 02/11] shared/hfp: Add set_debug and close_on_unref API "
` [PATCH v5 03/11] shared/hfp: Add set disconnect handler and disconnect API to "
` [PATCH v5 04/11] shared/hfp: Add register/unregister event for "
` [PATCH v5 05/11] shared/hfp: Add HFP HF parser
` [PATCH v5 06/11] shared/hfp: Add send AT command API for HFP HF
` [PATCH v5 07/11] unit/test-hfp: Provide test_handler function via struct data
` [PATCH v5 08/11] unit/test-hfp: Add init test for HFP HF
` [PATCH v5 09/11] unit/test-hfp: Add send command tests "
` [PATCH v5 10/11] unit/test-hfp: Add tests for unsolicited results "
` [PATCH v5 11/11] unit/test-hfp: Add some robustness tests "

[PATCH] bluetooth: spelling fixes
 2014-10-28  4:12 UTC 

[PATCH BlueZ] lib: Change bluetooth.h to compile using strict C
 2014-10-28  1:09 UTC 

[PATCH v1 0/4] Start service discovery
 2014-10-27 20:41 UTC  (5+ messages)
` [PATCH v1 1/4] Add le_scan_restart that can be used to restart le scan. In order to use it please i.e. do:
` [PATCH v1 2/4] Extract generic_start_discovery and generic_stop_discovery in preparation for start_service_discovery and stop_service_discovery
` [PATCH v1 3/4] Adding HCI_QUIRK_ADV_RSSI_DEDUP. When this quirk is set, the device, when in scan with deduplication is not sending advertising reports for device when RSSI value changes
` [PATCH v1 4/4] Introducing start service discovery and stop service discovery methods

[PATCH v5 bluetooth-next 0/4] 6lowpan: Move skb delivery out of IPHC
 2014-10-27 14:58 UTC  (8+ messages)
` [PATCH v5 bluetooth-next 1/4] 6lowpan: remove skb_deliver from IPHC
` [PATCH v5 bluetooth-next 2/4] 6lowpan: fix process_data return values
` [PATCH v5 bluetooth-next 3/4] bluetooth:6lowpan: use consume_skb when packet processed successfully
` [PATCH v5 bluetooth-next 4/4] ieee802154: 6lowpan: rename process_data and lowpan_process_data

[PATCH 1/4] android/tester: Fix wrong state comparison in A2DP and AVRCP tests
 2014-10-27 14:56 UTC  (4+ messages)
` [PATCH 2/4] android/tester: Add AVRCP GetPlayStatus test case
` [PATCH 3/4] android/tester: Add AVRCP RegNotifTrackChanged "
` [PATCH 4/4] android/tester: Add AVRCP GetElementAttributes "

[RFC] gatt: Fix wrong function exit
 2014-10-27 14:44 UTC  (4+ messages)

[PATCH BlueZ 0/7] shared/gatt: Various bug fixes
 2014-10-27 14:37 UTC  (10+ messages)
` [PATCH BlueZ 1/7] shared/gatt-client: Fix bug in service changed queue
` [PATCH BlueZ 2/7] shared/gatt-client: Fix bug in service changed handling
` [PATCH BlueZ 3/7] tools/btgatt-client: Fix read-long-value offset parsing
` [PATCH BlueZ 4/7] tools/btgatt-client: Fix off-by-one error
` [PATCH BlueZ 5/7] tools/btgatt-client: Print prompt on service changed
` [PATCH BlueZ 6/7] shared/gatt-db: Fix range handling in read by grp type
` [PATCH BlueZ 7/7] TODO: Add new shared/gatt TODO items

[PATCH v2 0/3] Avoiding lockdep warnings in 6lowpan
 2014-10-27 14:28 UTC  (6+ messages)
` [PATCH v2 1/3] Bluetooth: 6lowpan: Converting rwlocks to use RCU
` [PATCH v2 2/3] Bluetooth: 6lowpan: Fix lockdep splats
` [PATCH v2 3/3] Bluetooth: Wrong style spin lock used

[PATCH 0/2] sbc: fix frame length in DUAL_CHANNEL mode
 2014-10-27 10:41 UTC  (4+ messages)
` [PATCH 1/2] sbc: fix frame length calculation for "
` [PATCH 2/2] sbc: use an uint16 to store frame length in internal frame structure

[PATCH BlueZ v2 0/7] Unit tests for GAttrib
 2014-10-27 10:35 UTC  (9+ messages)
` [PATCH BlueZ v2 1/7] Remove unused g_attrib_set_debug function
` [PATCH BlueZ v2 2/7] attrib: Remove MTU-probing code
` [PATCH BlueZ v2 3/7] attrib: Add mtu argument to g_attrib_new
` [PATCH BlueZ v2 4/7] attrib: remove g_attrib_is_encrypted
` [PATCH BlueZ v2 5/7] Add unit tests for gattrib
` [PATCH BlueZ v2 6/7] attrib: Add unit tests for g_attrib_register
` [PATCH BlueZ v2 7/7] attrib: fix GATTRIB_ALL_REQS behavior

btusb_intr_complete returns -EPIPE
 2014-10-27  9:19 UTC  (3+ messages)

[PATCH BlueZ 0/8] shared/gatt-server: Implement discovery operations
 2014-10-26 21:19 UTC  (15+ messages)
` [PATCH BlueZ 1/8] shared/att: bt_att_cancel should not cancel pending requests/indications
` [PATCH BlueZ 2/8] shared/gatt-db: Add complete callback to gatt_db_read
` [PATCH BlueZ 6/8] shared/gatt-server: Implement "Read By Type" request

[PATCH BlueZ] shared/gatt-db: Expose gatt_db_attribute
 2014-10-26 21:14 UTC  (4+ messages)

[PATCH v2] core: Add btd_adapter_recreate_bonding()
 2014-10-26 14:22 UTC  (3+ messages)

[PATCH 0/3] Bluetooth: Add kernel-side SMP self-tests
 2014-10-25 19:39 UTC  (5+ messages)
` [PATCH 1/3] Bluetooth: Pass only crypto context to SMP crypto functions
` [PATCH 2/3] Bluetooth: Add skeleton for SMP self-tests
` [PATCH 3/3] Bluetooth: Add self-tests for SMP crypto functions

[PATCH V2 net-next] Bluetooth: fix shadow warning in hci_disconnect()
 2014-10-25 16:57 UTC  (2+ messages)

[PATCH v5 0/2] core: Add plugin-support for Manufacturer Specific Data EIR
 2014-10-25 14:33 UTC  (2+ messages)

[PATCHv5 00/14] Included service discovery
 2014-10-24 19:32 UTC  (8+ messages)
` [PATCHv5 05/14] shared/gatt: Add included service iterator

Attribute security permissions and CCC descriptors in shared/gatt-server
 2014-10-24 19:26 UTC  (4+ messages)

GATT + DBus API Questions
 2014-10-24 17:16 UTC  (4+ messages)

[PATCH v2] android/pts: Interim PTS tests results for L2CAP
 2014-10-24 15:45 UTC 

[PATCH] android/pts: Interim PTS tests results for L2CAP
 2014-10-24 14:23 UTC 

[bluetooth] btusb duplicate filtering
 2014-10-24 14:22 UTC 

[PATCH 1/8] android/gatt: Fix return status if cannot alloc memory
 2014-10-24 12:18 UTC  (2+ messages)

[PATCH] shared/io: Remove disconnect handler in io_destoy
 2014-10-24 11:16 UTC 

[PATCH] Add le_scan_restart that can be used to restart le scan. In order to use it please i.e. do:
 2014-10-24  0:20 UTC 

[PATCH] Add new method - service discovery to mgmt
 2014-10-23 22:29 UTC  (3+ messages)

[PATCH 1/1 net-next] Bluetooth: fix shadow warning in hci_disconnect()
 2014-10-23 22:09 UTC  (4+ messages)

[PATCH BlueZ 0/5] Unit tests for GAttrib
 2014-10-23 17:50 UTC  (7+ messages)
` [PATCH BlueZ 1/5] Remove unused g_attrib_set_debug function
` [PATCH BlueZ 2/5] attrib: Remove MTU-probing code
` [PATCH BlueZ 3/5] attrib: Add mtu argument to g_attrib_new
` [PATCH BlueZ 4/5] attrib: remove g_attrib_is_encrypted
` [PATCH BlueZ 5/5] Add unit test for gattrib

[PATCH] Add new method - service discovery
 2014-10-23 17:21 UTC  (2+ messages)

[PATCH v4 00/11] shared/hfp: Add support for HFP HF
 2014-10-23 15:00 UTC  (16+ messages)
` [PATCH v4 01/11] "
` [PATCH v4 04/11] shared/hfp: Add register/unregister event "
` [PATCH v4 05/11] shared/hfp: Add HFP HF parser
` [PATCH v4 06/11] shared/hfp: Add send AT command API for HFP HF
` [PATCH v4 08/11] unit/test-hfp: Add init test "

[PATCH v3 bluetooth-next 0/4] 6lowpan: Move skb delivery out of IPHC
 2014-10-23 14:28 UTC  (6+ messages)
` [PATCH v3 bluetooth-next 1/4] 6lowpan: remove skb_deliver from IPHC
` [PATCH v3 bluetooth-next 2/4] 6lowpan: fix process_data return values
` [PATCH v3 bluetooth-next 3/4] bluetooth:6lowpan: use consume_skb when packet processed successfully
` [PATCH v3 bluetooth-next 4/4] ieee802154: 6lowpan: rename process_data and lowpan_process_data

[bluetooth] btusb issues
 2014-10-23 13:46 UTC  (4+ messages)

[PATCHv6 00/14] Included service discovery
 2014-10-23 12:59 UTC  (18+ messages)
` [PATCHv6 01/14] shared/gatt: Add discover_secondary_services()
` [PATCHv6 02/14] shared/gatt: Add initial implementation of discover_included_services
` [PATCHv6 03/14] shared/gatt: Discover included services 128 bit UUIDS
` [PATCHv6 04/14] shared/gatt: Add extra check in characteristic iterator
` [PATCHv6 05/14] shared/gatt: Add included service iterator
` [PATCHv6 06/14] shared/gatt: Add function bt_gatt_result_included_count()
` [PATCHv6 07/14] shared/gatt: Remove not needed function parameter
` [PATCHv6 08/14] shared/gatt: Distinguish Primary from Secondary services
` [PATCHv6 09/14] tools/btgatt-client: Print type of service
` [PATCHv6 10/14] shared/gatt: Discover secondary services
` [PATCHv6 11/14] shared/gatt: Discover included services
` [PATCHv6 12/14] shared/gatt: Add gatt-client include service iterator
` [PATCHv6 13/14] tools/btgatt-client: Print found include services
` [PATCHv6 14/14] shared/gatt: Fix searching descriptors

[PATCH v3 bluetooth-next 0/4] 6lowpan: Move skb delivery out of IPHC
 2014-10-23 10:30 UTC  (4+ messages)

[PATCH 3/3] bnep: Return errno instead of -1 and print error
 2014-10-23 10:23 UTC  (3+ messages)
` [PATCHv2 1/3] bnep: Add error print and return errno instead of -1


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