linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-05-30 09:26:56 to 2013-06-13 11:22:28 UTC [more...]

pull request: bluetooth 2013-06-13
 2013-06-13 11:22 UTC 

[PATCH] Bluetooth: Fix conditions for HCI_Delete_Stored_Link_Key
 2013-06-13 10:48 UTC  (7+ messages)

[PATCH] Bluetooth: btmrvl: fix thread stopping race
 2013-06-13 10:32 UTC  (2+ messages)

[PATCH BlueZ] core: Only page device once per connect attempt
 2013-06-13  9:20 UTC  (2+ messages)

3.10-rc: bluetooth disappeared on thinkpad x60 (regression)
 2013-06-13  8:45 UTC  (13+ messages)

[RFC v2 0/2] SSP MITM protection for General Bonding
 2013-06-13  8:32 UTC  (6+ messages)
` [RFC v2 1/2] Bluetooth: Use defines instead of integer literals
` [RFC v2 2/2] Bluetooth: Use MITM protection when responding LM

[RFC BlueZ 00/35] More discovery tests
 2013-06-12 12:57 UTC  (36+ messages)
` [RFC BlueZ 01/35] emulator: Add support for multiple connections
` [RFC BlueZ 02/35] emulator: Store LE advertising data length in btdev
` [RFC BlueZ 03/35] emulator: Implement basic LE set adv enable command
` [RFC BlueZ 04/35] emulator: Store LE scan state of virtual controller
` [RFC BlueZ 05/35] emulator: Search virtual devices in LE advertising mode
` [RFC BlueZ 06/35] emulator: Search virtual devices in LE scan mode
` [RFC BlueZ 07/35] emulator: Implement LE advertising report
` [RFC BlueZ 08/35] emulator: Implement basic LE create connection
` [RFC BlueZ 09/35] emulator: Dummy LE set advertising parameters
` [RFC BlueZ 10/35] emulator: Disallow LE set scan params command when scan is enabled
` [RFC BlueZ 11/35] emulator: Set LE supported states
` [RFC BlueZ 12/35] emulator: Add remove operation in HCI hook callback
` [RFC BlueZ 13/35] emulator: Add support for pre/post command/event hooks
` [RFC BlueZ 14/35] emulator: Add hook only if there aren't other with same type and opcode
` [RFC BlueZ 15/35] emulator: Export command and event hooks for hciemu user
` [RFC BlueZ 16/35] emulator: Add support for delete a hook
` [RFC BlueZ 17/35] emulator: Split default_cmd() for better command and event handler
` [RFC BlueZ 18/35] emulator: cmd_status() using send_packet() for run hooks easily
` [RFC BlueZ 19/35] emulator: Add new function for running all hooks
` [RFC BlueZ 20/35] tools/mgmt-tester: Add stop discovery for BR/EDR only
` [RFC BlueZ 21/35] tools/mgmt-tester: Add support for second controller
` [RFC BlueZ 22/35] tools/mgmt-tester: BR/EDR Start discovery (Device Found)
` [RFC BlueZ 23/35] tools/mgmt-tester: LE only "
` [RFC BlueZ 24/35] tools/mgmt-tester: Split test_command_generic()
` [RFC BlueZ 25/35] tools/mgmt-tester: BR/EDR Stop discovery (Device Found)
` [RFC BlueZ 26/35] btdev: Add function to send an aborted packet
` [RFC BlueZ 27/35] emulator: Fix Remote Name Request Cancel command complete
` [RFC BlueZ 28/35] tools/mgmt-tester: Move command_generic_callback()
` [RFC BlueZ 29/35] tools/mgmt-tester: BR/EDR Stop discovery (Name Resolving)
` [RFC BlueZ 30/35] tools/mgmt-tester: Add support to set emulator type
` [RFC BlueZ 31/35] tools/mgmt-tester: LE Stop discovery (Device Found)
` [RFC BlueZ 32/35] tools/mgmt-tester: Interleaved stop discovery (LE dev. found)
` [RFC BlueZ 33/35] tools/mgmt-tester: Increase timeout for dual mode controller
` [RFC BlueZ 34/35] tools/mgmt-tester: Interleaved stop discovery (BR/EDR dev. found)
` [RFC BlueZ 35/35] tools/mgmt-tester: Interleaved Stop discovery (Name Resolving)

[PATCH BlueZ] audio: Fix memory leak while creating SDP records
 2013-06-12  8:44 UTC  (2+ messages)

[PATCH] lib: Fix two size constants
 2013-06-12  7:50 UTC  (3+ messages)

[RFC BlueZ v2 00/13] Add experimental org.bluez.Service1
 2013-06-12  7:06 UTC  (14+ messages)
` [RFC BlueZ v2 01/13] test: Remove obsolete test script
` [RFC BlueZ v2 02/13] test: Add UUID alias table to bluezutils.py
` [RFC BlueZ v2 03/13] test: Support human-friendly UUIDs in test-device
` [RFC BlueZ v2 04/13] test: Show human-friendly UUIDs in list-devices
` [RFC BlueZ v2 05/13] dbus: Add new org.bluez.Service1
` [RFC BlueZ v2 06/13] dbus: Add Device property to org.bluez.Service1
` [RFC BlueZ v2 07/13] dbus: Add UUID "
` [RFC BlueZ v2 08/13] dbus: Add state "
` [RFC BlueZ v2 09/13] dbus: Add Connect/Disconnect "
` [RFC BlueZ v2 10/13] doc: Add API documentation for org.bluez.Service1
` [RFC BlueZ v2 11/13] dbus: Deprecate old profile-connecting API
` [RFC BlueZ v2 12/13] test: Add test-service script
` [RFC BlueZ v2 13/13] test: Add --uuid to test-service

[PATCH BlueZ 01/15] AVRCP: Fix crash when registering unsupported notification
 2013-06-11 21:16 UTC  (16+ messages)
` [PATCH BlueZ 02/15] AVCTP: Fix coding style
` [PATCH BlueZ 03/15] AVCTP: Call callback in case the request timeout
` [PATCH BlueZ 04/15] AVRCP: Fix crash while listing available settings in TG role
` [PATCH BlueZ 05/15] AVRCP: Add additional protocol discriptor list for Browsing channel
` [PATCH BlueZ 06/15] AVRCP: Fix crash when current addressed player is removed
` [PATCH BlueZ 07/15] AVRCP: Fix crash if player status is NULL
` [PATCH BlueZ 08/15] AVRCP: Fix setting reserved bit in GetCapabilities response
` [PATCH BlueZ 09/15] AVRCP: Fix crash when connecting role without a record
` [PATCH BlueZ 10/15] AVRCP: Fix crash while setting player volume
` [PATCH BlueZ 11/15] core: Fix not been able to cancel Device.Connect with Device.Disconnect
` [PATCH BlueZ 12/15] AVRCP: Fix sending invalid attributes when responding to GetElementAttributes
` [PATCH BlueZ 13/15] AVRCP: Fix sending SetPlayerApplicationSettingValue using notify command type
` [PATCH BlueZ 14/15] obexd: Fix crash when resetting OPP session without a transfer
` [PATCH BlueZ 15/15] obexd: Fix not checking for valid fd on NewConnection

[PATCH 1/9] adapter: fix setting of discoverable timeout
 2013-06-11 10:56 UTC  (9+ messages)
` [PATCH 2/9] adapter: remove unused toggle_discoverable
` [PATCH 3/9] adapter: rename discovery_client to watch_client
` [PATCH 4/9] adapter: rename compare_discovery_sender
` [PATCH 5/9] doc: add EnablePairing() and DisablePairing()
` [PATCH 6/9] adapter: "
` [PATCH 7/9] adapter: add Pairing property to report ongoing Pairing Session
` [PATCH 8/9] adapter: forbid properties to be set during "
` [PATCH 9/9] test: add pairing command to test-adapter

[RFC v1 1/9] adapter: fix setting of discoverable timeout
 2013-06-11 10:14 UTC  (13+ messages)
` [RFC v1 2/9] adapter: remove unused toggle_discoverable
` [RFC v1 3/9] adapter: rename discovery_client to watch_client
` [RFC v1 4/9] adapter: rename compare_discovery_sender
` [RFC v1 5/9] doc: add RequestPairingSession() and ReleasePairingSession()
` [RFC v1 6/9] adapter: "
` [RFC v1 7/9] adapter: add Pairing property to report ongoing Pairing Session
` [RFC v1 8/9] adapter: forbid properties to be set during "
` [RFC v1 9/9] test: add pairing command to test-adapter

[PATCH] device: fix reporting of Connected state for PAN
 2013-06-10 11:55 UTC 

[PATCH 0/5] MAP client: Add notification dispatcher
 2013-06-10 11:01 UTC  (6+ messages)
` [PATCH 1/5] obexd: Add MAP "
` [PATCH 2/5] build: Add support for building "
` [PATCH 3/5] obexd: Add function to get the destination from the obc_session
` [PATCH 4/5] obexd: Register notification handler in the MAP client
` [PATCH 5/5] obexd: Notify registered notification handlers in MNS

[RFC v0 1/5] adapter: rename discovery_client to watch_client
 2013-06-07  7:58 UTC  (10+ messages)
` [RFC v0 2/5] adapter: rename compare_discovery_sender
` [RFC v0 3/5] doc: add RequestDiscoverable() and ReleaseDiscoverable()
` [RFC v0 4/5] adapter: "
` [RFC v0 5/5] test: add requestdiscoverable command to test-adapter

[PATCH] adapter: remove unused toggle_discoverable
 2013-06-06 13:54 UTC 

[PATCH] adapter: fix setting of discoverable timeout
 2013-06-06 12:11 UTC 

[RFC BlueZ v1 00/13] Add experimental org.bluez.Service1
 2013-06-06  9:26 UTC  (16+ messages)
` [RFC BlueZ v1 01/13] test: Remove obsolete test script
` [RFC BlueZ v1 02/13] test: Add UUID alias table to bluezutils.py
` [RFC BlueZ v1 03/13] test: Support human-friendly UUIDs in test-device
` [RFC BlueZ v1 04/13] test: Show human-friendly UUIDs in list-devices
` [RFC BlueZ v1 05/13] dbus: Add new org.bluez.Service1
` [RFC BlueZ v1 06/13] dbus: Add Device property to org.bluez.Service1
` [RFC BlueZ v1 07/13] dbus: Add UUID "
` [RFC BlueZ v1 08/13] dbus: Add state "
` [RFC BlueZ v1 09/13] dbus: Add Connect/Disconnect "
` [RFC BlueZ v1 10/13] doc: Add API documentation for org.bluez.Service1
` [RFC BlueZ v1 11/13] dbus: Deprecate old profile-connecting API
` [RFC BlueZ v1 12/13] test: Add test-service script
` [RFC BlueZ v1 13/13] test: Add --uuid to test-service

[PATCH BlueZ] emulator: Fix Remote Name Request Cancel command complete
 2013-06-05 21:04 UTC 

[PATCH BlueZ] emulator: Fix uninitialised memory usage on inquiry
 2013-06-05 20:35 UTC 

[PATCH] Bluetooth: btmrvl: fix error return code in btmrvl_sdio_card_to_host()
 2013-06-05 15:53 UTC  (2+ messages)

[PATCH] Bluetooth: Add support for Mediatek Bluetooth device [0e8d:763f]
 2013-06-05 14:36 UTC  (2+ messages)

[PATCH] Bluetooth: Fix crash in l2cap_build_cmd() with small MTU
 2013-06-05 14:28 UTC  (2+ messages)

[RFC] bluetooth: Fix using 8 kbs for tx/rx bandwidth in SCO/eSCO connections
 2013-06-05  2:33 UTC 

[PATCH] Bluetooth: Add parameter validation for ioctl(HCISETACLMTU)
 2013-06-02 16:00 UTC  (3+ messages)

[PATCH] configure.ac: Fix typos sytemd -> systemd
 2013-06-01 13:21 UTC  (2+ messages)

Automatic pairing
 2013-06-01  9:41 UTC  (2+ messages)

[PATCH BlueZ] tools: Add initial tester tool for ioctl() on sockets
 2013-06-01  3:09 UTC 

[PATCH 1/5] core: Add option to list available plugins
 2013-05-31 20:40 UTC  (7+ messages)
` [PATCH 2/5] man: Update bluetoothd manual
  ` [PATCH v2 "
` [PATCH 3/5] build: Fix generating bluetoothd manpage
` [PATCH 4/5] tools: Update rfcomm help
` [PATCH 5/5] rfcomm: Remove bogus manual entry

pull request: bluetooth 2013-05-30
 2013-05-31 16:58 UTC  (2+ messages)

[PATCH BlueZ 01/14] build: Add bluetooth-player command line client
 2013-05-31 10:55 UTC  (14+ messages)
` [PATCH BlueZ 02/14] client/bluetooth-player: Add initial code
` [PATCH BlueZ 03/14] client/bluetooth-player: Add proxy handling for org.bluez.MediaPlayer1
` [PATCH BlueZ 04/14] client/bluetooth-player: Add support for container types to print_iter
` [PATCH BlueZ 05/14] client/bluetooth-player: Add play command
` [PATCH BlueZ 06/14] client/bluetooth-player: Add pause command
` [PATCH BlueZ 07/14] client/bluetooth-player: Add stop command
` [PATCH BlueZ 08/14] client/bluetooth-player: Add next command
` [PATCH BlueZ 09/14] client/bluetooth-player: Add previous command
` [PATCH BlueZ 10/14] client/bluetooth-player: Add fast_forward command
` [PATCH BlueZ 11/14] client/bluetooth-player: Add rewind command
` [PATCH BlueZ 12/14] client/bluetooth-player: Add list command
` [PATCH BlueZ 13/14] client/bluetooth-player: Add show command
` [PATCH BlueZ 14/14] client/bluetooth-player: Add select command

[patch] Bluetooth: check for (harmless) underflow
 2013-05-31  0:02 UTC  (2+ messages)

[RFC 0/2] Reauthentication support
 2013-05-30 22:10 UTC  (4+ messages)
` [RFC 1/2] doc: Add reauthentication commands and event to Management API

[PATCH] Bluetooth: Fix mgmt handling of power on failures
 2013-05-30 21:34 UTC  (3+ messages)
` [PATCH v2] "

Problems with a Plantronics BT300
 2013-05-30 13:03 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).