linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-07-12 10:54:34 to 2013-07-25 13:05:54 UTC [more...]

pull request: bluetooth 2013-07-25
 2013-07-25 13:05 UTC 

[PATCH v2 1/7] rfcomm: Take proper tty_struct references
 2013-07-25 12:59 UTC  (11+ 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

[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)

057c:3800 BlueFRITZ! Bluetooth Stick broken since 2.6.something
 2013-07-25 10:55 UTC  (10+ 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  (26+ 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 7/8] Avoid a circular dependency between dev and dev->dlc
` [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  (16+ messages)
` [PATCH v9 1/9] Bluetooth: Use hci_connect_sco directly
` [PATCH v9 2/9] Bluetooth: Remove unused mask parameter in sco_conn_defer_accept
` [PATCH v9 3/9] Bluetooth: Add bluetooth socket voice option
` [PATCH v9 4/9] Bluetooth: Constants declaration for SCO airmode
` [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)

[PATCH] Profile: fix set default exteranl profile authorize
 2013-07-16  7:25 UTC 

[PATCH 1/3] Profile: fix set default exteranl profile authorize
 2013-07-16  6:22 UTC  (5+ messages)

minimum requirement version of GCC and GNU Readline Library to compile
 2013-07-15 17:28 UTC 

pull request: bluetooth 2013-06-23
 2013-07-15 12:28 UTC  (7+ messages)

[PATCH] core: Use proper header for S_IRUSR/S_IWUSR
 2013-07-15  9:25 UTC  (2+ messages)

[PATCH] ath3k: Add support for ID 0x13d3/0x3402
 2013-07-15  4:23 UTC 

BlueZ user space log on Android
 2013-07-15  3:26 UTC  (2+ messages)

[PATCH 00/50] USB: cleanup spin_lock in URB->complete()
 2013-07-14 14:33 UTC  (2+ messages)

bluez-5.x sdptool browse local failed to connect to SDP server
 2013-07-12 16:47 UTC  (3+ messages)

[PATCH v8 0/8] sco: SCO socket option for voice_setting
 2013-07-12 16:35 UTC  (5+ messages)
` [PATCH v8 8/8] Bluetooth: Prevent transparent SCO on older devices

[RFC] PATCH: rfcomm tty refcount fixes
 2013-07-12 15:37 UTC  (3+ messages)

[PATCH v2] Fix refcounting issues in rfcomm/tty.c
 2013-07-12 15:06 UTC  (3+ messages)

[RFC BlueZ v0 00/10] HSP plugin
 2013-07-12 13:48 UTC  (13+ messages)
` [RFC BlueZ v0 01/10] media: Expose Media API internally
` [RFC BlueZ v0 02/10] media: Add callback to report new endpoints
` [RFC BlueZ v0 03/10] transport: Regroup a2dp-specific members in struct
` [RFC BlueZ v0 04/10] transport: Add API to register drivers
` [RFC BlueZ v0 05/10] transport: Add API to report suspend/resume complete
` [RFC BlueZ v0 06/10] transport: Add microphone/speaker gains
` [RFC BlueZ v0 07/10] audio: Add function to remove inactive devices
` [RFC BlueZ v0 08/10] hsp: Add initial HSP plugin
` [RFC BlueZ v0 09/10] hsp: Add Media API integration
` [RFC BlueZ v0 10/10] hsp: Implement media transport driver

[PATCH 0/2] Bluetooth: hidp: cleanup HID init and re-enable hidinput_input_event callback
 2013-07-12 12:55 UTC  (4+ messages)
` [PATCH 2/2] Bluetooth: hidp: remove wrong send_report at init

[PATCH v2 00/21] Remove audio_device and introduce policy plugin
 2013-07-12 12:07 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).