Linux bluetooth development
 help / color / mirror / Atom feed
 messages from 2014-02-19 18:51:23 to 2014-02-24 12:52:21 UTC [more...]

[PATCH 0/7] Bluetooth: Graceful power off procedure
 2014-02-24 12:52 UTC  (7+ messages)
` [PATCH 1/7] Bluetooth: Add convenience function for getting total connection count
` [PATCH 2/7] Bluetooth: Move HCI_ADVERTISING handling into mgmt.c
` [PATCH 3/7] Bluetooth: Move check for MGMT_CONNECTED flag "
` [PATCH 4/7] Bluetooth: Don't clear HCI_DISCOVERABLE when powering off
` [PATCH 5/7] Bluetooth: Don't clear HCI_CONNECTABLE "
` [PATCH 6/7] Bluetooth: Don't clear HCI_ADVERTISING "

[PATCH BlueZ v6 00/18] GATT API: External Services
 2014-02-24 12:51 UTC  (16+ messages)
` [PATCH BlueZ v7 00/11] "
  ` [PATCH BlueZ v7 01/11] doc: Add experimental GATT API
  ` [PATCH BlueZ v7 02/11] gatt: Add stub for gatt.{c, h} files
  ` [PATCH BlueZ v7 03/11] gatt: Register Manager D-Bus Interface
  ` [PATCH BlueZ v7 04/11] gatt: Add registering external service
  ` [PATCH BlueZ v7 05/11] lib: Move GATT UUID to uuid.h
  ` [PATCH BlueZ v7 06/11] gatt: Add helper for creating GATT services
  ` [PATCH BlueZ v7 07/11] gatt: Add external services tracking
  ` [PATCH BlueZ v7 08/11] test: Add external service GATT skeleton
  ` [PATCH BlueZ v7 09/11] test: Add signal handling for gatt-service
  ` [PATCH BlueZ v7 10/11] test: Add registering external service
  ` [PATCH BlueZ v7 11/11] bluetooth.conf: Add ObjectManager interface

[PATCH 1/2] android: Change define name for valgrind prop
 2014-02-24 12:39 UTC  (2+ messages)
` [PATCH 2/2] android: Add possible to enable mgmt debug logs

[PATCH BlueZ 1/3] android/avrcp-lib: Rename AVCTP session to conn
 2014-02-24 12:38 UTC  (4+ messages)
` [PATCH BlueZ 2/3] android/avrcp-lib: Add avrcp_set_control_handlers
` [PATCH BlueZ 3/3] android/avrcp-lib: Add avrcp_set_passthrough_handlers

[PATCH 1/2] unit/avrcp: Add /TP/ICC/BV-01-I test
 2014-02-24 12:31 UTC  (3+ messages)
` [PATCH 2/2] unit/avrcp: Add /TP/ICC/BV-02-I test

[PATCHv2 1/6] unit/avrcp: First unit test for AVRCP profile
 2014-02-24 12:31 UTC  (16+ messages)
` [PATCHv2 2/6] android/avctp: Add UNIT INFO command request
` [PATCHv2 3/6] android/avrcp: Implement avrcp_get_avctp
` [PATCHv2 4/6] android/avrcp: Use NULL for zero pointers
` [PATCHv2 5/6] unit/avrcp: Add /TP/ICC/BV-01-I/CT test
` [PATCHv2 6/6] unit/avrcp: Add /TP/ICC/BV-01-I/TG test

[PATCH] android/pics: Add PICS and PIXIT for HSP
 2014-02-24 11:54 UTC 

[PATCH v2 1/7] shared: Add support for disconnect handler to GLib based IO handling
 2014-02-24  9:57 UTC  (8+ messages)
` [PATCH v2 2/7] shared: Minor code style fixes in GLib based IO
` [PATCH v2 3/7] shared: Add support for disconnect handler to mainloop "
` [PATCH v2 4/7] shared: Add support for disconnect handler in HFP
` [PATCH v2 5/7] shared: Add support for shutdown to IO
` [PATCH v2 6/7] shared: Add support for local disconnect to HFP
` [PATCH v2 7/7] android/handsfree: Use HFP code for connection handling

[PATCH] android/tester: Fix slang "never used" warning
 2014-02-24  9:30 UTC  (4+ messages)

[PATCH] Bluetooth: Enable RPA resolving if mgmt_set_privacy is called
 2014-02-24  9:21 UTC  (2+ messages)

Wireshark and new BlueZ BTSNOOP format
 2014-02-24  7:30 UTC  (6+ messages)

[PATCH] Dump advertisement data for LE
 2014-02-24  7:23 UTC 

[PATCH 1/2] Bluetooth: Store current RPA and update it if needed
 2014-02-24  6:51 UTC  (2+ messages)

[PATCH 1/2] Bluetooth: Use unresolvable private address for active scanning
 2014-02-24  6:49 UTC  (2+ messages)

[PATCH] Bluetooth: Expose current identity information in debugfs
 2014-02-24  6:32 UTC  (2+ messages)

[PATCH 2/2] Bluetooth: Export current local RPA with identity information
 2014-02-24  4:39 UTC 

[PATCH 2/2] Bluetooth: Use privacy mode for non-connectable advertising
 2014-02-24  4:25 UTC 

[PATCH v3 01/13] Bluetooth: Ensure hci_conn always contains the local identity address
 2014-02-23 20:44 UTC  (15+ messages)
` [PATCH v3 02/13] Bluetooth: Set the correct values for Identity Address Information
` [PATCH v3 03/13] Bluetooth: Add SMP function for generating RPAs
` [PATCH v3 04/13] Bluetooth: Add timer for regenerating local RPA
` [PATCH v3 05/13] Bluetooth: Add hci_update_random_address() convenience function
` [PATCH v3 06/13] Bluetooth: Use hci_update_random_address() when connecting LE
` [PATCH v3 07/13] Bluetooth: Use hci_update_random_address() for enabling advertising
` [PATCH v3 08/13] Bluetooth: Use hci_update_random_address() for initiating LE scan
` [PATCH v3 09/13] Bluetooth: Don't write static address during power on
` [PATCH v3 10/13] Bluetooth: Add debugfs entry for RPA regeneration timeout
` [PATCH v3 11/13] Bluetooth: Add support for Set Privacy command
` [PATCH v3 12/13] Bluetooth: Fix setting correct src_type when connecting LE
` [PATCH v3 13/13] Bluetooth: Remove unneeded hdev->own_addr_type
` [PATCH v4] Bluetooth: Ensure hci_conn always contains the local identity address

[PATCH v2 00/10] LE Privacy support
 2014-02-23 14:46 UTC  (12+ messages)
` [PATCH v2 01/10] Bluetooth: Set the correct address type in Identity Address Information
` [PATCH v2 02/10] Bluetooth: Add SMP function for generating RPAs
` [PATCH v2 03/10] Bluetooth: Add timer for regenerating local RPA
` [PATCH v2 04/10] Bluetooth: Add hci_get_own_address_type() convenience function
` [PATCH v2 05/10] Bluetooth: Use hci_get_own_address_type() when connecting LE
` [PATCH v2 06/10] Bluetooth: Use hci_get_own_address_type() for enabling advertising
` [PATCH v2 07/10] Bluetooth: Use hci_get_own_address_type() for initiating LE scan
` [PATCH v2 08/10] Bluetooth: Don't write static address during power on
` [PATCH v2 09/10] Bluetooth: Add debugfs entry for RPA regeneration timeout
` [PATCH v2 10/10] Bluetooth: Add support for Set Privacy command

[PATCH] shared: Fix not marking writer as active in mgmt
 2014-02-22 18:40 UTC 

[PATCH 00/15] Bluetooth: LE Privacy support
 2014-02-22 18:40 UTC  (29+ messages)
` [PATCH 01/15] Bluetooth: Add helper variables to smp_distribute_keys()
` [PATCH 02/15] Bluetooth: Add initial code for distributing local IRK
` [PATCH 03/15] Bluetooth: Move enable/disable_advertising higher up in mgmt.c
` [PATCH 04/15] Bluetooth: Add mgmt defines for privacy
` [PATCH 05/15] Bluetooth: Add Privacy lag to mgmt supported/current settings
` [PATCH 06/15] Bluetooth: Add skeleton for Set Privacy command
` [PATCH 07/15] Bluetooth: Add SMP function for generating RPAs
` [PATCH 08/15] Bluetooth: Don't write static address when privacy is enabled
` [PATCH 09/15] Bluetooth: Fix hdev->own_addr_type value when privacy is set
` [PATCH 10/15] Bluetooth: Add mechanism for updating the local RPA
` [PATCH 11/15] Bluetooth: Update local RPA if necessary when connecting LE
` [PATCH 12/15] Bluetooth: Update local RPA if necessary before enabling advertising
` [PATCH 13/15] Bluetooth: Update local RPA if necessary before starting LE scan
` [PATCH 14/15] Bluetooth: Add debugfs entry for RPA regeneration timeout
` [PATCH 15/15] Bluetooth: Add full support for updating privacy state

Chrome OS (BlueZ 5.x) qualified as a Host Subsystem for Bluetooth 4.0 & Low Energy
 2014-02-22 13:16 UTC  (2+ messages)

partial success with PS3 sixaxis
 2014-02-22  9:19 UTC  (5+ messages)

[PATCH] Bluetooth: Fix issue with missing management event opcode
 2014-02-22  7:24 UTC  (2+ messages)

pull request: bluetooth-next 2014-02-21
 2014-02-22  2:47 UTC 

[PATCH] android/pts: PTS test results for A2DP
 2014-02-21 16:58 UTC  (2+ messages)

[PATCH 1/2] android/bluetooth: Don't set remote name to empty string
 2014-02-21 16:49 UTC  (2+ messages)
` [PATCH 2/2] android/hal-ipc: Fix race condition when closing IPC

[PATCH] android/socket: Fix calling cleanup with invalid pointer
 2014-02-21 14:30 UTC  (2+ messages)

[PATCH] Bluetooth: Fix iterating wrong list in hci_remove_irk()
 2014-02-21 14:03 UTC 

[PATCH 00/13] Make android-tester callbacks thread safe
 2014-02-21 12:57 UTC  (14+ messages)
` [PATCH 01/13] android/tester: Execute device found cbacks in main loop
` [PATCH 02/13] android/tester: Execute discovery state "
` [PATCH 03/13] android/tester: Execute device properties "
` [PATCH 04/13] android/tester: Execute adapter props "
` [PATCH 05/13] android/tester: Execute adapter state changed "
` [PATCH 06/13] android/tester: Execute socket "
` [PATCH 07/13] android/tester: Execute hh connection state "
` [PATCH 08/13] android/tester: Execute hh info "
` [PATCH 09/13] android/tester: Execute hh protocol mode "
` [PATCH 10/13] android/tester: Execute hh report "
` [PATCH 11/13] android/tester: Execute hh virtual unplug "
` [PATCH 12/13] android/tester: Non-blocking check for daemon termination
` [PATCH 13/13] android/tester: Add guard for late callback calls

[PATCH BlueZ 1/3] lib/sdp: Add missing Service Class ID for GAP
 2014-02-21 12:33 UTC  (3+ messages)

[PATCH v3] android/hal-audio: Add simple downmix to mono
 2014-02-21 12:03 UTC  (2+ messages)

[PATCH 1/2] android/tester: Fix tester setup result set
 2014-02-21 11:54 UTC  (3+ messages)
` [PATCH 2/2] android/tester: Fix Discovery Stop - Success test case

[PATCH] android/avrcp: Use NULL for zero pointers
 2014-02-21 11:27 UTC 

[PATCH 1/2] android: Add resolve_name parameter to confirm_device_name
 2014-02-21 11:02 UTC  (2+ messages)

[PATCH 1/2] android/hal-bluetooth: Use fixed size buffers for commands
 2014-02-21 10:44 UTC  (3+ messages)
` [PATCH 2/2] android/hal-handsfree: "

[PATCH] android/pts: PTS test results for PAN
 2014-02-21 10:44 UTC  (2+ messages)

[PATCH] android/pixit: correct PIXIT value
 2014-02-21 10:44 UTC  (2+ messages)

[PATCH] unit/avrcp: First unit test for AVRCP profile
 2014-02-21  7:02 UTC 

[PATCH] Bluetooth: Increase minor version of core module
 2014-02-21  4:23 UTC  (2+ messages)

[PATCH] Bluetooth: Provide option for changing LE advertising channel map
 2014-02-21  4:22 UTC  (2+ messages)

[PATCH v3] Bluetooth: Fix channel check when binding RFCOMM sock
 2014-02-20 19:37 UTC  (2+ messages)

[PATCHv1 0/4] AVRCP first unit tests
 2014-02-20 13:22 UTC  (5+ messages)
` [PATCHv1 1/4] unit/avrcp: First unit test for AVRCP profile
` [PATCHv1 2/4] unit/avrcp: Add support for browsing AVCTP channel
` [PATCHv1 3/4] unit/avrcp: Add TP/MPS/BV-03-C test case
` [PATCHv1 4/4] unit/avrcp: Add TP/MPS/BV-08-C "

[PATCH BlueZ 1/8] obexd/transfer: Add Transfer.Suspend method
 2014-02-20 12:09 UTC  (8+ messages)
` [PATCH BlueZ 8/8] doc/obex-api: Update documentation

[PATCH BlueZ v2 1/4] shared: Add initial AVRCP code
 2014-02-20  9:03 UTC  (2+ messages)

[PATCH v2] Bluetooth: Fix channel check when binding RFCOMM sock
 2014-02-20  8:47 UTC  (3+ messages)

[PATCH] tools/rfcomm-tester: Add bind after connected test case
 2014-02-20  7:40 UTC  (2+ messages)

[PATCH] Bluetooth: Track the current configured random address
 2014-02-20  6:32 UTC  (2+ messages)

[PATCH] Bluetooth: Replace own_address_type with force_static_address debugfs
 2014-02-20  6:32 UTC  (2+ messages)

[PATCH] Bluetooth: Add comment explainging store hint for long term keys
 2014-02-20  6:32 UTC  (2+ messages)

[PATCH] Bluetooth: Don't send store hint for devices using identity addresses
 2014-02-20  6:15 UTC  (2+ messages)

[PATCH] hog: Fill ev.u.create.{phys,uniq} for UHID_CREATE
 2014-02-19 21:47 UTC  (5+ messages)

[PATCH] android/README: Add note on libglib under Valgrind
 2014-02-19 19:28 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox