Linux-Bluetooth Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-06-13 03:41:10 to 2015-06-18 14:30:08 UTC [more...]

bluez/android: Building Only BfA
 2015-06-18 14:30 UTC 

[PATCH] Bluetooth: bt3c_cs: Fix coding style -- clean up
 2015-06-18 14:07 UTC  (2+ messages)

[PATCH] Bluetooth: hci_uart: Fix speed selection
 2015-06-18 12:14 UTC  (3+ messages)

[BlueZ v7 0/4] tools/mgmt-tester: multi-advertising additions
 2015-06-18 10:19 UTC  (39+ messages)
` [BlueZ v8 00/15] doc/tests/btmgmt: multi-advertising
  ` [BlueZ v9 00/16] Multi-advertising
  ` [BlueZ v9 01/16] doc/mgmt-api: multi-adv implementation details
  ` [BlueZ v9 02/16] doc/mgmt-api: fix typos
  ` [BlueZ v9 03/16] tools/btmgmt: make inst duration configurable
  ` [BlueZ v9 04/16] tools/mgmt-tester: error message when unexp params
  ` [BlueZ v9 05/16] tools/mgmt-tester: expect 0 rp when removing all adv inst
  ` [BlueZ v9 06/16] tools/mgmt-tester: comment add adv test setup
  ` [BlueZ v9 07/16] tools/mgmt-tester: rename add adv tests
  ` [BlueZ v9 08/16] tools/mgmt-tester: increase max adv inst
  ` [BlueZ v9 09/16] tools/mgmt-tester: keep instances on power cycle
  ` [BlueZ v9 10/16] tools/mgmt-tester: test adv inst override
  ` [BlueZ v9 11/16] tools/mgmt-tester: make test timeout configurable
  ` [BlueZ v9 12/16] tools/mgmt-tester: allow for event-only tests
  ` [BlueZ v9 13/16] tools/mgmt-tester: test advertising timeout
  ` [BlueZ v9 14/16] tools/mgmt-tester: test le off
  ` [BlueZ v9 15/16] tools/mgmt-tester: fix duplicate code
  ` [BlueZ v9 16/16] tools/mgmt-tester: test multi-adv
` [BlueZ v8 01/15] doc/mgmt-api: multi-adv implementation details
` [BlueZ v8 02/15] doc/mgmt-api: fix typos
` [BlueZ v8 03/15] tools/btmgmt: make inst duration configurable
` [BlueZ v8 04/15] tools/mgmt-tester: error message when unexp params
` [BlueZ v8 05/15] tools/mgmt-tester: expect 0 rp when removing all adv inst
` [BlueZ v8 06/15] tools/mgmt-tester: comment add adv test setup
` [BlueZ v8 07/15] tools/mgmt-tester: rename add adv tests
` [BlueZ v8 08/15] tools/mgmt-tester: increase max adv inst
` [BlueZ v8 09/15] tools/mgmt-tester: test adv inst override
` [BlueZ v8 10/15] tools/mgmt-tester: make test timeout configurable
` [BlueZ v8 11/15] tools/mgmt-tester: allow for event-only tests
` [BlueZ v8 12/15] tools/mgmt-tester: test advertising timeout
` [BlueZ v8 13/15] tools/mgmt-tester: test le off
` [BlueZ v8 14/15] tools/mgmt-tester: fix duplicate code
` [BlueZ v8 15/15] tools/mgmt-tester: test multi-adv

[PATCH v4 0/4] Broadcom Bluetooth UART device driver
 2015-06-18 10:17 UTC  (11+ messages)
` [PATCH v4 1/4] Broadcom Bluetooth UART Device Tree bindings
  ` FW: "
` [PATCH v4 2/4] hci_uart: line discipline enhancements
` [PATCH v4 3/4] btbcm_uart: Broadcom UART Platform Driver
` [PATCH v4 4/4] hci_bcm: Broadcom UART protocol enhancements

ath3k Bluetooth adapter not loading: [0cf3:3004] Atheros Communications, Inc. AR3012 Bluetooth 4.0
 2015-06-18 10:09 UTC  (20+ messages)

Detect client connection using dbus api
 2015-06-18  9:19 UTC  (4+ messages)

Re: Query regarding IPv6 address configuration for BT 6lowpan device/interface
 2015-06-18  9:08 UTC  (2+ messages)

Fail to test advertisement
 2015-06-18  7:23 UTC 

Query regarding IPv6 address configuration for BT 6lowpan device/interface
 2015-06-18  6:55 UTC  (2+ messages)

[PATCH 0/5] Improving bluetooth 6lowpan cleanup & module unloading
 2015-06-18  6:35 UTC  (8+ messages)
` [PATCH 1/5] Bluetooth: 6lowpan: Enable delete_netdev to be scheduled when last peer is deleted
` [PATCH 2/5] Bluetooth: 6lowpan: Rename ambiguous variable
` [PATCH 3/5] Bluetooth: 6lowpan: Move netdev sysfs device reference
` [PATCH 4/5] Bluetooth: 6lowpan: Fix double kfree of netdev priv
` [PATCH 5/5] Bluetooth: 6lowpan: Fix module refcount

[PATCH v7 00/20] Bluetooth: Multi-advertising
 2015-06-18  1:16 UTC  (27+ messages)
` [PATCH v6 00/16] Bluetooth: Multi-advertising infrastructure
  ` [PATCH v7 17/20] Bluetooth: mgmt: multi-adv for trigger_le_scan()
  ` [PATCH v7 18/20] Bluetooth: mgmt: multi-adv for mgmt_reenable_advertising()
  ` [PATCH v7 19/20] Bluetooth: hci_core: remove obsolete adv_instance
  ` [PATCH v7 20/20] Bluetooth: hci_core: increase max adv inst
` [PATCH v8 00/20] Multi-advertising
` [PATCH v8 01/20] Bluetooth: hci_core/mgmt: Introduce multi-adv list
` [PATCH v8 02/20] Bluetooth: hci_core/mgmt: move adv timeout to hdev
` [PATCH v8 03/20] Bluetooth: mgmt: dry update_scan_rsp_data()
` [PATCH v8 04/20] Bluetooth: mgmt: rename update_*_data_for_instance()
` [PATCH v8 05/20] Bluetooth: mgmt: multi adv for read_adv_features()
` [PATCH v8 06/20] Bluetooth: mgmt: multi adv for get_current_adv_instance()
` [PATCH v8 07/20] Bluetooth: mgmt: multi adv for get_adv_instance_flags()
` [PATCH v8 08/20] Bluetooth: mgmt: improve get_adv_instance_flags() readability
` [PATCH v8 09/20] Bluetooth: mgmt: multi adv for enable_advertising()
` [PATCH v8 10/20] Bluetooth: mgmt: multi adv for create_instance_scan_rsp_data()
` [PATCH v8 11/20] Bluetooth: mgmt: multi adv for create_instance_adv_data()
` [PATCH v8 12/20] Bluetooth: mgmt: multi adv for set_advertising*()
` [PATCH v8 13/20] Bluetooth: mgmt: multi adv for clear_adv_instances()
` [PATCH v8 14/20] Bluetooth: mgmt/hci_core: multi-adv for add_advertising*()
` [PATCH v8 15/20] Bluetooth: mgmt: multi adv for remove_advertising*()
` [PATCH v8 16/20] Bluetooth: mgmt: program multi-adv on power on
` [PATCH v8 17/20] Bluetooth: mgmt: multi-adv for trigger_le_scan()
` [PATCH v8 18/20] Bluetooth: mgmt: multi-adv for mgmt_reenable_advertising()
` [PATCH v8 19/20] Bluetooth: hci_core: remove obsolete adv_instance
` [PATCH v8 20/20] Bluetooth: hci_core: increase max adv inst

[PATCH v3 0/5] Broadcom Bluetooth UART device driver
 2015-06-17 20:01 UTC  (12+ messages)
` [PATCH v3 1/5] Broadcom Bluetooth UART Device Tree bindings
` [PATCH v3 2/5] H4 line discipline enhancements
` [PATCH v3 3/5] Broadcom Bluetooth UART Platform Driver
` [PATCH v3 4/5] Support the BCM4354 Bluetooth UART device
` [PATCH v3 5/5] BlueZ Broadcom UART Protocol

[Patch-V2] bccmd - add ability to read ADC
 2015-06-17 19:02 UTC  (2+ messages)

[Patch] bccmd - add ability to read ADC
 2015-06-17 15:16 UTC  (4+ messages)
` [PATCH] "

bluez/android HFP auto connect
 2015-06-17 14:14 UTC 

[PATCH] BlueZ line discipline baud rate setting update
 2015-06-17 13:26 UTC  (13+ messages)

Query on how to use btmon/hcidump regarding FM packets on TI WiLink7 Driver
 2015-06-17 13:16 UTC 

[PATCH v5] Bluetooth: btusb: Add routine for applying Intel DDC parameters
 2015-06-17 13:09 UTC  (2+ messages)

[PATCH v3 1/2] Bluetooth: hci_uart: Include vendor struct if required
 2015-06-17 12:22 UTC  (3+ messages)
` [PATCH v3 2/2] Bluetooth: hci_uart: Fix dereferencing of ERR_PTR

[PATCH 1/2] Bluetooth: hci_uart: Include vendor headers if required
 2015-06-17  9:37 UTC  (7+ messages)
` [PATCH 2/2] Bluetooth: hci_uart: Fix dereferencing of ERR_PTR

[PATCH v2 1/2] Bluetooth: hci_uart: Include vendor struct if required
 2015-06-17  4:59 UTC  (2+ messages)
` [PATCH v2 2/2] Bluetooth: hci_uart: Fix dereferencing of ERR_PTR

[PATCH 0/5] sixaxis: Improved support for DualShock 3 clones
 2015-06-17  3:30 UTC  (11+ messages)
` [PATCH 1/5] sixaxis: Fix PID for Navigation Controller
` [PATCH 2/5] core/device: Add support for setting SDP record
` [PATCH 3/5] sixaxis: Provide DualShock 3 SDP record while adding new device
` [PATCH 4/5] profiles/input: Remove not needed sixaxis checks
` [PATCH 5/5] sixaxis: Fix multi-line comments style

Query on AVRCP PTS testing
 2015-06-16 12:15 UTC  (3+ messages)

[PATCH v2] tools/obexctl: Add support for pull Vobjects
 2015-06-16 10:00 UTC  (2+ messages)

[PATCH] qca: add BT firmware files for QCA61x4 series Bluetooth
 2015-06-15 18:14 UTC  (3+ messages)

Build error -in -next due to 'Bluetooth: hci_uart: Support operational speed during setup'
 2015-06-15 16:51 UTC  (5+ messages)

bluez/android
 2015-06-15 16:23 UTC  (6+ messages)

Error on executing compiled bluetoothd with plugins
 2015-06-15 13:58 UTC  (5+ messages)

[PATCH ] tools/obexctl: Add support for pull Vobjects
 2015-06-15 12:20 UTC  (4+ messages)

Re: Re: Re: Fwd: Fwd: [PATCH 1/1] shared/gatt-client: Fix the "Find Information req" error
 2015-06-15 11:42 UTC  (2+ messages)

[PATCH v2 0/5] Broadcom Bluetooth UART device driver
 2015-06-15 10:04 UTC  (13+ messages)
` [PATCH v2 3/5] Broadcom Bluetooth UART Platform Driver
` [PATCH v2 5/5] BlueZ Broadcom UART Protocol

High CPU load when turning off BT keyboard
 2015-06-13 12:13 UTC 

Multi-adv patchset assumptions
 2015-06-13  4:37 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 read-only IMAP folder(s) and NNTP newsgroup(s).