messages from 2013-05-22 20:53:16 to 2013-06-06 08:21:44 UTC [more...]
[RFC BlueZ v1 00/13] Add experimental org.bluez.Service1
2013-06-06 8:21 UTC (13+ 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
[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 (3+ 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 (6+ 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 (8+ messages)
` [PATCH v2] "
Problems with a Plantronics BT300
2013-05-30 13:03 UTC (2+ messages)
[RFC v2 0/2] SSP MITM protection for General Bonding
2013-05-30 9:26 UTC (3+ messages)
` [RFC v2 1/2] Bluetooth: Use defines instead of integer literals
` [RFC v2 2/2] Bluetooth: Use MITM protection when responding LM
Temporary devices
2013-05-30 2:08 UTC (2+ messages)
[BUG] Set Powered=true doesn't power up the adapter
2013-05-30 2:04 UTC (11+ messages)
` Fwd: "
[PATCH] Bluetooth: hidp: register HID devices async
2013-05-29 13:20 UTC (7+ messages)
[PATCH BlueZ v0 1/2] cyclingspeed: Fix D-Bus registration error case
2013-05-29 13:02 UTC (3+ messages)
` [PATCH BlueZ v0 2/2] heartrate: "
[PATCH 1/6] transport: add getsockname to transport driver
2013-05-29 11:41 UTC (7+ messages)
` [PATCH 2/6] bluetooth: add getsockname() entry in the bluetooth driver
` [PATCH 3/6] obex: add obex_getsockname()
` [PATCH 4/6] obex: get src and dst address and store it
` [PATCH 5/6] session: add Source and Destination properties
` [PATCH 6/6] manager: remove unused call to obex_getpeername()
[PATCH v2 0/9] obexd: Queue session commands
2013-05-29 10:30 UTC (11+ messages)
` [PATCH v2 1/9] obexd: Add process callback to session's pending_request
` [PATCH v2 2/9] obexd: Add session_queue_add
` [PATCH v2 3/9] obexd: Use process callback to queue transfers
` [PATCH v2 4/9] obexd: Queue setpath command
` [PATCH v2 5/9] obexd: Add file_data struct to session
` [PATCH v2 6/9] obexd: Queue mkdir command
` [PATCH v2 7/9] obexd: Queue copy command
` [PATCH v2 8/9] obexd: Queue move command
` [PATCH v2 9/9] obexd: Queue delete command
[PATCH BlueZ 1/2] plugins: Use open()/read() instead of fopen()/fread() on autopair
2013-05-28 13:25 UTC (3+ messages)
` [PATCH BlueZ v3 "
[PATCH] gdbus: Remove proxies when client disconnects
2013-05-28 13:23 UTC (2+ messages)
[PATCH BlueZ v2 00/13] MediaFolder and MediaItem implementation
2013-05-28 12:51 UTC (14+ messages)
` [PATCH BlueZ v2 01/13] player: Split item creation
` [PATCH BlueZ v2 02/13] AVRCP: Add browsed flag to player
` [PATCH BlueZ v2 03/13] AVRCP: Add support for GetFolderItems command
` [PATCH BlueZ v2 04/13] player: Add implementation of MediaFolder.ListItems
` [PATCH BlueZ v2 05/13] player: Add support for setting current Item object
` [PATCH BlueZ v2 06/13] player: Add function media_item_set_playable
` [PATCH BlueZ v2 07/13] player: Add support for MediaItem.Metadata property
` [PATCH BlueZ v2 08/13] AVRCP: Add support for ChangePath command
` [PATCH BlueZ v2 09/13] player: Add implementation of MediaFolder.ChangeFolder
` [PATCH BlueZ v2 10/13] AVRCP: Add support for PlayItem command
` [PATCH BlueZ v2 11/13] player: Add implementation of MediaItem.Play
` [PATCH BlueZ v2 12/13] AVRCP: Add support for AddToNowPlaying command
` [PATCH BlueZ v2 13/13] player: Add implementation of MediaItem.AddToNowPlaying
Bluetooth Adapter
2013-05-28 9:53 UTC
[RFC BlueZ v0 00/13] Add experimental org.bluez.Service1
2013-05-28 9:45 UTC (4+ messages)
[PATCH 1/4] session: only add Target if it exists
2013-05-28 8:37 UTC (6+ messages)
` [PATCH 2/4] obex: extract src and dst address and store it
` [PATCH 3/4] session: add Source and Destination properties
` [PATCH 4/4] opp: Register Session interface for OPP transfers
linux-bluetooth@vger.kernel.org
2013-05-28 8:26 UTC (2+ messages)
[BUG] Using bluez 5.5 a bluetooth headset cannot be used as a recording device
2013-05-28 8:19 UTC
[PATCH 1/1] obexd: Queue session commands
2013-05-27 14:37 UTC (2+ messages)
[PATCH BlueZ v0 0/4] AVRCP connection-tracking issues
2013-05-27 14:06 UTC (17+ messages)
` [PATCH BlueZ v0 1/4] avrcp: Fix missing reply to profile connect
` [PATCH BlueZ v0 2/4] control: Remove unused parameter
` [PATCH BlueZ v0 3/4] avrcp: Fix service connections not reported to core
` [PATCH BlueZ v0 4/4] avrcp: Don't require active sink in role heuristic
[PATCH BlueZ v0 0/6] Exploit btd_service's userdata pointer
2013-05-27 12:04 UTC (7+ messages)
` [PATCH BlueZ v0 1/6] network: Remove duplicated search
` [PATCH BlueZ v0 2/6] network: Fix missing NULL check for given UUID
` [PATCH BlueZ v0 3/6] network: Remove find_connection()
` [PATCH BlueZ v0 4/6] deviceinfo: Use btd_service userdata pointer
` [PATCH BlueZ v0 5/6] scanparam: "
` [PATCH BlueZ v0 6/6] input: "
[PATCH BlueZ 00/13] MediaFolder and MediaItem implementation
2013-05-27 11:34 UTC (14+ messages)
` [PATCH BlueZ 01/13] player: Split item creation
` [PATCH BlueZ 02/13] AVRCP: Add browsed flag to player
` [PATCH BlueZ 03/13] AVRCP: Add support for GetFolderItems command
` [PATCH BlueZ 04/13] player: Add implementation of MediaFolder.ListItems
` [PATCH BlueZ 05/13] player: Add support for setting current Item object
` [PATCH BlueZ 06/13] player: Add function media_item_set_playable
` [PATCH BlueZ 07/13] player: Add support for MediaItem.Metadata property
` [PATCH BlueZ 08/13] AVRCP: Add support for ChangePath command
` [PATCH BlueZ 09/13] player: Add implementation of MediaFolder.ChangeFolder
` [PATCH BlueZ 10/13] AVRCP: Add support for PlayItem command
` [PATCH BlueZ 11/13] player: Add implementation of MediaItem.Play
` [PATCH BlueZ 12/13] AVRCP: Add support for AddToNowPlaying command
` [PATCH BlueZ 13/13] player: Add implementation of MediaItem.AddToNowPlaying
Powered state in BlueZ 5
2013-05-27 10:28 UTC
Support for Ralink RT3298 Bluetooth Module
2013-05-26 22:40 UTC (3+ messages)
[PATCH BlueZ 1/3] audio: Remove auto_connect flag from audio-avrcp-target
2013-05-24 15:43 UTC (7+ messages)
` [PATCH BlueZ 2/3] audio: Make use of .device_probe in all AVRCP profile drivers
` [PATCH BlueZ 3/3] audio/control: Remove control_update
[PATCH BlueZ v2] lib: Fix sdp_seq_alloc_with_length accessing invalid index/memory
2013-05-23 21:57 UTC (2+ messages)
[PATCH 1/1] obexd: Fix SetPath response
2013-05-23 21:36 UTC (2+ messages)
[PATCH RFC] gdbus: Remove proxies when client disconnects
2013-05-23 14:42 UTC (3+ messages)
audio: Connect doesn't return when audio device is off
2013-05-23 9:06 UTC (5+ messages)
[PATCH BlueZ] lib: Fix sdp_seq_alloc_with_length accessing invalid index/memory
2013-05-22 22:31 UTC (2+ messages)
[PATCH RFC] gdbus: Remove proxies when client disconnects
2013-05-22 21:52 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).