linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-06-23 12:53:29 to 2015-07-10 15:11:50 UTC [more...]

[RFC 0/3] Expose AuthorizeGet opp
 2015-07-10 15:11 UTC  (2+ messages)
` [RFC 1/3] doc/obex-agent-api: Add AuthorizeGet method

[Fwd: BUG: 4.2rc1 System lockup with BT dongle insert]
 2015-07-09 23:29 UTC 

Why doesn't plugins/sixaxis.c set devices as Trusted?
 2015-07-09 20:26 UTC  (8+ messages)

GATT service DBus interface violates DBus spec
 2015-07-09 15:37 UTC 

Advertising api, bluez sends empty scan response
 2015-07-09 15:32 UTC  (4+ messages)

[PATCH BlueZ] audio: Fix possible crash when removing device
 2015-07-09 12:40 UTC 

[PATCH v2 0/8] Avoid L2CAP ERTM shutdown hung tasks
 2015-07-09 10:14 UTC  (15+ messages)
` [PATCH v2 1/8] Bluetooth: L2CAP ERTM shutdown protect sk and chan
` [PATCH v2 2/8] Bluetooth: Make __l2cap_wait_ack more efficient
` [PATCH v2 3/8] Bluetooth: Unwind l2cap_sock_shutdown()
` [PATCH v2 4/8] Bluetooth: l2cap_sock_shutdown() remove mutex_lock calls
` [PATCH v2 5/8] Bluetooth: l2cap_sock_shutdown() reduce scope of chan locking
` [PATCH v2 6/8] Bluetooth: Add BT_DBG to l2cap_sock_shutdown()
` [PATCH v2 7/8] Bluetooth: __l2cap_wait_ack() use msecs_to_jiffies()
` [PATCH v2 8/8] Bluetooth: __l2cap_wait_ack() add defensive timeout

[RFC 0/2] Adding stateful compression to IPHC
 2015-07-09 10:03 UTC  (5+ messages)
` [RFC 1/2] 6lowpan: Add stateful compression for IPHC
` [RFC 2/2] Bluetooth: 6lowpan: Enable stateful compression for bluetooth_6lowpan module

Cannot retrieve GATT services to Android >=5.0
 2015-07-09  8:12 UTC 

[Request] Clarification related to pairing in a particular scenario
 2015-07-09  6:46 UTC 

how to use "example-gatt-server" test gatt?
 2015-07-08  2:48 UTC  (3+ messages)

[PATCH 2/2 v3] sixaxis: Ask user whether cable configuration should be allowed
 2015-07-07 14:14 UTC 

[PATCH 1/2 v3] adapter: Add btd_request_authorization_cable_configured()
 2015-07-07 14:14 UTC 

[PATCH 2/2 v2] sixaxis: Ask user whether cable configuration should be allowed
 2015-07-07 13:57 UTC 

[PATCH 2/2] sixaxis: Ask user whether cable configuration should be allowed
 2015-07-07 13:48 UTC 

[PATCH 1/2] adapter: Add btd_request_authorization_cable_configured()
 2015-07-07 13:48 UTC 

[PATCH BlueZ] core/profiles: Fix not handling disconnections properly
 2015-07-07 12:15 UTC  (2+ messages)

[PATCH] Bluetooth: hci_uart: Introduce Intel HCI UART driver
 2015-07-06  8:15 UTC  (3+ messages)

[PATCH] Bluetooth: bt3c_cs.c: Fix coding style
 2015-07-06  7:56 UTC  (2+ messages)

[PATCH] Bluetooth: btintel: Create common function for Intel version info
 2015-07-05 14:07 UTC  (2+ messages)

[PATCH] Bluetooth: btintel: Create common Intel Secure Send function
 2015-07-05 14:07 UTC  (2+ messages)

[PATCH v2 1/3] Bluetooth: btintel: Add generic function for handling hardware errors
 2015-07-05 14:07 UTC  (2+ messages)

[PATCH] Bluetooth:dtl1_cs: Fixed coding style
 2015-07-05 13:13 UTC  (2+ messages)

[PATCH] Bluetooth:bfusb: Coding style fix reported by coccinelle
 2015-07-05 13:13 UTC  (2+ messages)

[PATCH v2 3/3] Bluetooth: hci_uart: Add Intel address configuration support
 2015-07-05 12:37 UTC 

[PATCH v2 2/3] Bluetooth: btusb: Use hardware error handler from Intel module
 2015-07-05 12:37 UTC 

[bluetooth:master 10/10] drivers/bluetooth/hci_intel.c:386:3: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t'
 2015-07-04 13:35 UTC 

[bluetooth:master 10/10] drivers/bluetooth/hci_intel.c:386:3: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'int'
 2015-07-04 13:22 UTC 

[bluetooth:master 10/10] drivers/bluetooth/hci_intel.c:386:3: note: in expansion of macro 'BT_DBG'
 2015-07-04 13:15 UTC 

[PATCH 3/3] Bluetooth: hci_uart: Add Intel address and hardware error handlers
 2015-07-04 13:15 UTC 

[PATCH 2/3] Bluetooth: btusb: Use hardware error handler from Intel module
 2015-07-04 13:15 UTC 

[PATCH 1/3] Bluetooth: btintel: Add generic function for handling hardware errors
 2015-07-04 13:15 UTC 

[RFC BlueZ 00/13] Introducing Soletta peripheral node-type
 2015-07-03 17:14 UTC  (16+ messages)
` [RFC BlueZ 01/13] build: Add configure-time checks for soletta
` [RFC BlueZ 02/13] shared: Add a mainloop implementation using soletta
` [RFC BlueZ 03/13] peripheral/gatt: Fix usage of mainloop_ functions
` [RFC BlueZ 04/13] peripheral/gatt: Add a way to external services to register services
` [RFC BlueZ 05/13] peripheral/gap: Fix missing includes
` [RFC BlueZ 06/13] peripheral/gap: Init the gatt_server
` [RFC BlueZ 07/13] peripheral: Disable support for static random addresses
` [RFC BlueZ 08/13] peripheral/gap: Set the discoverable flag in the advertising
` [RFC BlueZ 09/13] peripheral/gatt: Use LOW security level
` [RFC BlueZ 10/13] soletta/heartrate: Add a node-type for the Heartrate profile
` [RFC BlueZ 11/13] .gitignore: Ignore soletta generated files
` [RFC BlueZ 12/13] build: Add heartrate soletta node type to the build system
` [RFC BlueZ 13/13] soletta: Add a sample flow using the heartrate node

Trying to run example-advertisement
 2015-07-03 16:40 UTC  (4+ messages)

[PATCH 1/3] Bluetooth: hci_uart: Add PM for BCM2E39
 2015-07-03 13:22 UTC  (3+ messages)
` [PATCH 2/3] net: rfkill: gpio: Make BCM2E39 support optional
` [PATCH 3/3] Bluetooth: hci_uart: Retrieve UART speed from ACPI

pull request: bluetooth 2015-07-02
 2015-07-02 19:18 UTC  (2+ messages)

[PATCH v4 0/4] Broadcom Bluetooth UART device driver
 2015-07-02 18:26 UTC  (13+ messages)
` [PATCH v4 1/4] Broadcom Bluetooth UART Device Tree bindings
  ` FW: "

[PATCH 0/3] Add Support for GetTotalNumOfItems
 2015-07-02  8:19 UTC  (8+ messages)
` [PATCH 1/3] audio/avrcp: Add AVRCP GetTotalNumOfItems support
` [PATCH 2/3] audio/player: Add TotalNumberOfItems DBUS method
` [PATCH 3/3] tools: Add total-items command for GetTotalNumOfItems

[PATCH] 6lowpan: Fix extraction of flow label field
 2015-07-01 16:22 UTC  (3+ messages)

Peripheral role support for android
 2015-07-01 13:39 UTC  (3+ messages)

ath3k Bluetooth adapter not loading: [0cf3:3004] Atheros Communications, Inc. AR3012 Bluetooth 4.0
 2015-07-01  0:08 UTC  (19+ messages)

[PATCH] Bluetooth: Reinitialize the list after deletion for session user list
 2015-06-30 19:48 UTC  (2+ messages)

[4.1.0-07254-gc13c810] Regression: Bluetooth not working
 2015-06-30 18:47 UTC  (13+ messages)

[PATCH v1 1/2] Bluetooth: Move address type check for hci_conn_params
 2015-06-30 18:34 UTC  (8+ messages)
` [PATCH v1 2/2] Bluetooth: Fix connection to already paired device

Apple Magic Mouse issues
 2015-06-30 17:56 UTC 

[PATCH] Fix build with experimental enabled but no readline
 2015-06-30 12:40 UTC 

BCM4334x - BTLE - multiple packets per connection event
 2015-06-30  8:34 UTC 

[RFC v3] doc: Add initial Network Management API definition
 2015-06-29 14:24 UTC  (2+ messages)

[Bug 81821] btusb logs error drivers/base/firmware_class.c:1105 _request_firmware+0x431/0x7b0()
 2015-06-29  8:00 UTC  (4+ messages)

[PATCH BlueZ] core/advertising: Fix using wrong instance id
 2015-06-29  7:59 UTC  (4+ messages)

[PATCH BlueZ 1/4] core: Print store_hint in new_link_key_callback
 2015-06-29  7:59 UTC  (5+ messages)
` [PATCH BlueZ 2/4] core/device: Don't overwrite SDP record cache
` [PATCH BlueZ 3/4] core/device: Fix not always storing SDP records
` [PATCH BlueZ 4/4] core: Fix accepting connections while disconnecting

[PATCH] android/hal-bluetooth: Fix NULL ptr dereference
 2015-06-29  6:44 UTC 

[PATCH RESEND] Bluetooth: btusb: Modify entry to support misc devices with BT interface
 2015-06-28 22:32 UTC  (2+ messages)

Another PropertiesChanged observation
 2015-06-28 22:16 UTC  (5+ messages)

[PATCH] Bluetooth:bt3c_cs: Fix trivial coding style
 2015-06-27 10:38 UTC 

Unreliable LE advertisement registration through BlueZ advertising API
 2015-06-26 21:11 UTC  (9+ messages)

[PATCH] Bluetooth: hci_ldisc: backport changes
 2015-06-26 18:42 UTC  (3+ messages)

[PATCH] tools/obex-client-tool.c: Fix memory leak in obex-client-tool
 2015-06-26 13:05 UTC 

[PATCH] android/tester-gatt.c:Fixed Memory leak
 2015-06-26 10:43 UTC 

Re: Query regarding IPv6 address configuration for BT 6lowpan device/interface
 2015-06-26  7:53 UTC  (4+ messages)

[PATCH] Bluetooth: hidp: Initialize list header of hidp sesson user
 2015-06-26  7:06 UTC  (2+ messages)

[PATCH] tools/sdptool.c: Fix NULL pointer dereference
 2015-06-26  6:40 UTC 

[Bug 100461] New: No BCM43341 uart support on T100TAF
 2015-06-25 10:13 UTC  (2+ messages)
` [Bug 100461] "

[PATCH v1 1/2] Bluetooth: Move address type check for hci_conn_params
 2015-06-24 23:32 UTC  (2+ messages)
` [PATCH v1 2/2] Bluetooth: Fix connection to already paired device

[PATCH BlueZ 01/11] shared/att: Auto retry if request fails
 2015-06-24 12:09 UTC  (11+ messages)
` [PATCH BlueZ 03/11] unit/test-gatt: Use auto security
` [PATCH BlueZ 04/11] unit/test-gatt: Add /TP/GAR/CL/BI-04-C/auto test
` [PATCH BlueZ 05/11] unit/test-gatt: Add /TP/GAR/CL/BI-16-C/auto test
` [PATCH BlueZ 06/11] unit/test-gatt: Add /TP/GAR/CL/BI-21-C/auto test
` [PATCH BlueZ 07/11] unit/test-gatt: Add /TP/GAR/CL/BI-26-C/auto test
` [PATCH BlueZ 08/11] unit/test-gatt: Add /TP/GAR/CL/BI-32-C/auto test
` [PATCH BlueZ 09/11] unit/test-gatt: Add /TP/GAW/CL/BI-05-C/auto test
` [PATCH BlueZ 10/11] unit/test-gatt: Add /TP/GAW/CL/BI-18-C/auto test
` [PATCH BlueZ 11/11] unit/test-gatt: Add /TP/GAW/CL/BI-23-C/auto test

[PATCH] core/advertising: Fix memory leak on btd_advertising_manager_destroy
 2015-06-23 15:31 UTC  (2+ messages)

[PATCH ] obexd/opp: Fix OPP GET request path
 2015-06-23 15:30 UTC  (3+ messages)

[PATCH v2] client: Display address if calling 'disconnect' without arguments
 2015-06-23 15:29 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;
as well as URLs for NNTP newsgroup(s).