messages from 2013-07-16 14:53:47 to 2013-07-29 14:04:39 UTC [more...]
[PATCH BlueZ 1/7] audio/AVRCP: Fix memory leaks
2013-07-29 14:04 UTC (7+ messages)
` [PATCH BlueZ 2/7] audio/AVRCP: Fix not connecting Browsing channel when supported
` [PATCH BlueZ 3/7] audio/AVRCP: Fix not setting browsing feature in CT record
` [PATCH BlueZ 4/7] audio/AVRCP: Connect browsing channel when accepting the connection
` [PATCH BlueZ 5/7] audio/AVRCP: Connect browsing channel in case of GetCapabilities response
` [PATCH BlueZ 6/7] audio/AVCTP: Fix connecting browsing channel multiple times
` [PATCH BlueZ 7/7] audio/AVCTP: Do not process browsing queue until connection completes
[PATCH BlueZ 1/5] scanparam: Fix handle range check on descriptor discovery
2013-07-29 13:59 UTC (5+ messages)
` [PATCH BlueZ 2/5] scanparam: Remove unnecessary assignment
` [PATCH BlueZ 3/5] scanparam: Fix missing check for valid GAttrib when removing device
` [PATCH BlueZ 4/5] scanparam: Apply convention for "GSource id" like variable
` [PATCH BlueZ 5/5] scanparam: Remove unneeded header include
[PATCH] Bluetooth: Fix calling request callback more than once
2013-07-29 12:20 UTC (5+ messages)
` [PATCH v2] "
WG: BT Certified Module + Bluetooth
2013-07-29 12:07 UTC
[PATCH 1/1] Bluetooth: Fix ACL alive for long in case of non pariable devices
2013-07-28 22:13 UTC (2+ messages)
[PATCH v4 0/6] rfcomm: Implement rfcomm as a proper tty_port
2013-07-27 12:07 UTC (12+ messages)
` [PATCH v4 1/6] rfcomm: Take proper tty_struct references
` [PATCH v4 2/6] rfcomm: Remove the device from the list in the destructor
` [PATCH v4 3/6] rfcomm: Move the tty initialization and cleanup out of open/close
` [PATCH v4 4/6] rfcomm: Implement .activate, .shutdown and .carrier_raised methods
` [PATCH v4 5/6] rfcomm: Fix the reference counting of tty_port
` [PATCH v4 6/6] rfcomm: Purge the dlc->tx_queue to avoid circular dependency
[PATCH BlueZ] audio/player: Fix not setting playlist items as playable
2013-07-26 16:24 UTC (2+ messages)
[PATCH BlueZ] test: Fix ProximityMonitor1 interface name typo in test-proximity
2013-07-26 16:23 UTC (2+ messages)
[PATCH v3 1/6] rfcomm: Take proper tty_struct references
2013-07-26 13:19 UTC (10+ messages)
` [PATCH v3 2/6] rfcomm: Remove the device from the list in the destructor
` [PATCH v3 3/6] rfcomm: Move the tty initialization and cleanup out of open/close
` [PATCH v3 4/6] rfcomm: Implement .activate, .shutdown and .carrier_raised methods
` [PATCH v3 5/6] rfcomm: Fix the reference counting of tty_port
` [PATCH v3 6/6] rfcomm: Purge the dlc->tx_queue to avoid circular dependency
Accessing information transmitted by Ble tag
2013-07-26 13:01 UTC (2+ messages)
[PATCH] Bluetooth: Fix removing Long Term Key
2013-07-25 20:27 UTC (4+ messages)
[PATCH BlueZ] build: Fix make distcheck
2013-07-25 18:51 UTC (2+ messages)
[PATCH v2 1/7] rfcomm: Take proper tty_struct references
2013-07-25 18:20 UTC (13+ messages)
` [PATCH v2 2/7] rfcomm: Move the tty initialization and cleanup out of open/close
` [PATCH v2 3/7] rfcomm: Move rfcomm_get_device before rfcomm_dev_state_change
` [PATCH v2 4/7] rfcomm: Implement activate/shutdown/carrier tty_port methods
` [PATCH v2 5/7] rfcomm: Remove the device from the dev_list in the destructor
` [PATCH v2 6/7] rfcomm: Fix the reference counting of tty_port
` [PATCH v2 7/7] rfcomm: Purge the dlc->tx_queue to avoid circular dependency
pull request: bluetooth 2013-07-25
2013-07-25 15:01 UTC (2+ messages)
057c:3800 BlueFRITZ! Bluetooth Stick broken since 2.6.something
2013-07-25 14:51 UTC (12+ messages)
[PATCH] Bluetooth: Add support for Atheros [0cf3:3121]
2013-07-25 12:20 UTC (2+ messages)
[PATCH] ath3k: Add support for ID 0x13d3/0x3402
2013-07-25 12:07 UTC (4+ messages)
[PATCH] bluetooth: replace strict_strtol() with kstrtol()
2013-07-25 11:02 UTC (3+ messages)
[PATCH] attrib/gatt_service_add: support 128-bit uuids for characteristics
2013-07-25 4:35 UTC (14+ messages)
` [PATCH 1/2] Add support for 128-bit UUIDs "
` [PATCH 2/2] Use GATT_OPT_CHR_UUID for bt_uuid_t*, GATT_OPT_CHR_UUID16 for uint16 chrs
` [PATCH 1/3] gatt-service: fix assertion in gatt_service_add for 128-bit uuids
` [PATCH 2/3] gatt_service_add: add support for 128-bit uuids for characteristics
` [PATCH 3/3] Use GATT_OPT_CHR_UUID for bt_uuid_t*, GATT_OPT_CHR_UUID16 for uint16 chrs
[PATCH BlueZ 1/4 v2] audio: Move AVRCP related code to its own plugin
2013-07-24 22:46 UTC (5+ messages)
` [PATCH BlueZ 2/4 v2] audio: Move A2DP "
` [PATCH BlueZ 3/4 v2] audio: Remove audio plugin
` [PATCH BlueZ 4/4 v2] audio: Remove audio.conf
[PATCH 1/1 v2] Bluetooth: Fix ACL alive for long in case of non pariable devices
2013-07-24 16:38 UTC (3+ messages)
[PATCH BlueZ 0/8] Hook mechanism for discovery tests
2013-07-24 16:07 UTC (10+ messages)
` [PATCH BlueZ 1/8] emulator: Add support for pre/post command/event hooks
` [PATCH BlueZ 2/8] emulator: Add hook only if there aren't other with same type and opcode
` [PATCH BlueZ 3/8] emulator: Export command and event hooks for hciemu user
` [PATCH BlueZ 4/8] emulator: Add support for delete a hook
` [PATCH BlueZ 5/8] emulator: Split default_cmd() for better command and event handler
` [PATCH BlueZ 6/8] emulator: cmd_status() using send_packet() for run hooks easily
` [PATCH BlueZ 7/8] emulator: Add new function for running all hooks
` [PATCH BlueZ 8/8] tools/mgmt-tester: Add stop discovery for BR/EDR only
[PATCH BlueZ 00/11] GATT/ATT C API improvements
2013-07-24 15:45 UTC (13+ messages)
` [PATCH BlueZ 01/11] gatttool: Remove unused code
` [PATCH BlueZ 02/11] attrib: Rename gatt_find_info() to gatt_discover_char_desc()
` [PATCH BlueZ 03/11] attrib: Do not use Write Command in gatt_write_char()
` [PATCH BlueZ 04/11] attrib: Fix coding style in prepare_write_cb()
` [PATCH BlueZ 05/11] attrib: Simplify prepare_write()
` [PATCH BlueZ 06/11] attrib: Fix coding style for various enc_*/dec_* functions
` [PATCH BlueZ 07/11] attrib: Remove unused parameter from enc_write_resp()
` [PATCH BlueZ 08/11] attrib: Add encode/decode prepare write support
` [PATCH BlueZ 09/11] attrib: Add encode/decode execute "
` [PATCH BlueZ 10/11] attrib: Allow dec_read_resp() to just check if PDU is valid
` [PATCH BlueZ 11/11] attrib: Reduce scope of variable declarations in char_discovered_cb()
[PATCH BlueZ 1/4] audio/AVRCP: Rework role detection
2013-07-24 4:45 UTC (5+ messages)
` [PATCH BlueZ 2/4] audio/AVRCP: Fix registration of VOLUME_CHANGED
` [PATCH BlueZ 3/4] audio/media: Fix not updating position
` [PATCH BlueZ 4/4] audio/player: Fix attempting to set the same setting value
[PATCH BlueZ] cyclingspeed: Fix MultipleLocationsSupported property name usage
2013-07-24 4:43 UTC (2+ messages)
[PATCH BlueZ 1/5] audio: Move AVRCP related code to its own plugin
2013-07-23 15:01 UTC (5+ messages)
` [PATCH BlueZ 2/5] audio: Move A2DP "
` [PATCH BlueZ 3/5] audio: Move media "
` [PATCH BlueZ 4/5] audio: Remove audio plugin
` [PATCH BlueZ 5/5] audio: Remove audio.conf
[RFC PATCH] rfcomm: avoid the nested locks in rfcomm_dev_add and fix rfcomm_dev_state_change
2013-07-22 17:15 UTC
[PATCH] obex/session: Export the right target uuid
2013-07-22 1:59 UTC (3+ messages)
[PATCH 1/8] Take proper tty references in net/bluetooth/rfcomm/tty.c
2013-07-21 17:31 UTC (25+ messages)
` [PATCH 2/8] Move functions before the definition of rfcomm_port_ops
` [PATCH 3/8] Move device initialization and shutdown to tty_port_operations
` [PATCH 4/8] Move tty initialization and cleanup out of open/close
` [PATCH 5/8] Use the tty_port_* functions in tty_open/tty_close/tty_hangup
` [PATCH 6/8] Fix the reference counting of tty_port
` [PATCH 8/8] Add module_put in rfcomm_dev_add error path
Bluetooth stop working after hibernate, how to restart?
2013-07-20 21:37 UTC
[PATCH v2] ath3k: Add support for ID 0x13d3/0x3402
2013-07-20 7:10 UTC
[PATCH BlueZ] attrib: Fix interactive gatttool segfault
2013-07-19 11:26 UTC (3+ messages)
AVRCP(-CT): Fixed volume control for devices in controller mode
2013-07-19 9:41 UTC (4+ messages)
[PATCH BlueZ 1/2] build-sys: Rename lib suffix to -internal
2013-07-18 14:44 UTC (4+ messages)
` [PATCH BlueZ 2/2] build-sys: Don't build gdbus several times
[PATCH bluez] attrib: Fix interactive gatttool segfault
2013-07-18 14:03 UTC (3+ messages)
[PATCH BlueZ] attrib: Fix interactive gatttool Segfault
2013-07-18 14:02 UTC
[PATCH bluez] attrib: gatttool segfault interactive
2013-07-18 10:35 UTC
[PATCH BlueZ] lib: Remove duplicated HSP_HS_UUID definition
2013-07-18 9:33 UTC (2+ messages)
[PATCH v9 0/9] sco: SCO socket option for voice_setting
2013-07-18 1:22 UTC (12+ messages)
` [PATCH v9 5/9] Bluetooth: Use voice setting in defered SCO connection request
` [PATCH v9 6/9] Bluetooth: Parameters for outgoing SCO connections
` [PATCH v9 7/9] Bluetooth: Constants and macro declaration for transparent data
` [PATCH v9 8/9] Bluetooth: Prevent transparent SCO on older devices
` [PATCH v9 9/9] Bluetooth: SCO connection fallback
[PATCH 1/1 v1] Bluetooth: Fix ACL alive for long in case of non pariable devices
2013-07-17 16:28 UTC (3+ messages)
gatttool Segmentation fault
2013-07-17 12:53 UTC
[PATCH v2] obex/session: Redefine session target property
2013-07-17 9:17 UTC (3+ messages)
[PATCH] profile: fix set default exteranl profile authorize
2013-07-17 8:36 UTC (2+ messages)
[PATCH] obexd/session: Do not check session->driver->uuid in get_target()
2013-07-17 8:17 UTC (2+ messages)
[PATCH] Obex/Session: Redefine session target property
2013-07-17 6:20 UTC (3+ 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).