linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-01-27 20:35:18 to 2014-02-01 00:24:28 UTC [more...]

[PATCH 2/2] Bluetooth: Track the AES-CCM encryption status of LE and BR/EDR links
 2014-02-01  0:24 UTC 

[PATCH 1/2] Bluetooth: Remove one level of indentation from hci_encrypt_change_evt
 2014-02-01  0:24 UTC 

[PATCH 3/3] Bluetooth: Remove use_debug_keys debugfs entry
 2014-01-31 21:39 UTC  (3+ messages)

[PATCH] doc: Describe the new debug keys command and setting
 2014-01-31 20:19 UTC 

[PATCH 1/4] android/hal-audio: Check calloc return value
 2014-01-31 20:11 UTC  (5+ messages)
` [PATCH 2/4] android/hal-audio: Do not allocate memory if fd < 0
` [PATCH 3/4] android/hal-audio: Fix memory leak
` [PATCH 4/4] android/hal-audio: Fix style issues

[PATCH 2/3] Bluetooth: Add management command to allow use of debug keys
 2014-01-31 19:55 UTC 

[PATCH 1/3] Bluetooth: Add management setting for use of debug keys
 2014-01-31 19:55 UTC 

[PATCH BlueZ 1/4] audio/player: Fix using invalid end index
 2014-01-31 17:14 UTC  (6+ messages)
` [PATCH BlueZ 2/4] audio/AVRCP: Fix using the wrong octet for folder type
` [PATCH BlueZ 3/4] audio/AVRCP: Fix not setting playable flag for folder
` [PATCH BlueZ 4/4] audio/AVRCP: Fix coding style

[PATCH] android/pts: Correct typo
 2014-01-31 16:46 UTC  (2+ messages)

[PATCH] android/pts: Add Android version to PTS tests
 2014-01-31 16:43 UTC  (2+ messages)

[PATCH] android: Add avtest to debug builds
 2014-01-31 13:43 UTC  (4+ messages)

[PATCH 1/2] avrcp: Fix printing incorrect order for avrcp control header
 2014-01-31 12:36 UTC  (2+ messages)
` [PATCH 2/2] avrcp: Fix printing order for browsing avrcp header

[PATCH] avrcp: Fix wrong pointer check
 2014-01-31  8:33 UTC 

[PATCH 0/4] Bluetooth: SMP LTK fixes
 2014-01-31  3:51 UTC  (6+ messages)
` [PATCH 1/4] Bluetooth: Fix long_term_keys debugfs output
` [PATCH 2/4] Bluetooth: Make LTK key type check more readable
` [PATCH 3/4] Bluetooth: Remove unnecessary LTK type check from hci_add_ltk
` [PATCH 4/4] Bluetooth: Fix differentiating stored master vs slave LTK types

[PATCH] Bluetooth: Remove Simultaneous LE & BR/EDR flags from AD
 2014-01-31  3:12 UTC  (2+ messages)

BLE Peripheral on Ubuntu
 2014-01-30 23:53 UTC  (2+ messages)

[PATCH] Bluetooth: Enable LTK distribution to slave devices
 2014-01-30 21:39 UTC  (3+ messages)

[RFC v6 00/14] LE auto connection and connection parameters
 2014-01-30 21:22 UTC  (15+ messages)
` [RFC v6 01/14] Bluetooth: Save connection interval parameters in hci_conn
` [RFC v6 02/14] Bluetooth: Group list_head fields from strcut hci_dev together
` [RFC v6 03/14] Bluetooth: Introduce connection parameters list
` [RFC v6 04/14] Bluetooth: Use connection parameters if any
` [RFC v6 05/14] Bluetooth: Introduce le_conn_failed() helper
` [RFC v6 06/14] Bluetooth: Stop scanning on LE connection
` [RFC v6 07/14] Bluetooth: Remove unused function
` [RFC v6 08/14] Bluetooth: Introduce hdev->pend_le_conn list
` [RFC v6 09/14] Bluetooth: Introduce LE auto connection infrastructure
` [RFC v6 10/14] Bluetooth: Re-enable background scan in case of error
` [RFC v6 11/14] Bluetooth: Temporarily stop background scanning on discovery
` [RFC v6 12/14] Bluetooth: Auto connection and power on
` [RFC v6 13/14] Bleutooth: Add support for auto connect options
` [RFC v6 14/14] Bluetooth: Add le_auto_conn file on debugfs

"retail" config question OT???
 2014-01-30 17:36 UTC 

[PATCH] android/pts: PTS test results for PBAP
 2014-01-30 16:28 UTC  (2+ messages)

[PATCH] android/pts: PTS test results for OPP
 2014-01-30 16:28 UTC  (2+ messages)

[PATCH 1/2] android/pts: PTS test results for AVCTP
 2014-01-30 16:28 UTC  (3+ messages)
` [PATCH 2/2] android/pts: Add android version to PTS test

[PATCH 1/3] avrcp: Avoid unneeded calculation
 2014-01-30 16:12 UTC  (3+ messages)
` [PATCH 2/3] avrcp: Fix using incorrect buffer for SetVolume
` [PATCH 3/3] avrcp: Fix possible buffer overflow and correct length

[PATCH] android/pts: PTS test results for L2CAP
 2014-01-30 15:43 UTC  (2+ messages)

[RFC] unit/avrcp: First unit test for AVRCP profile
 2014-01-30 15:38 UTC 

[PATCH] android/avrcp: Decouple AVRCP logic from btio
 2014-01-30 14:38 UTC 

[PATCH] gitignore: Add unit/avctp to .gitignore
 2014-01-30 14:34 UTC 

[PATCH] android/avrcp: Close AVRCP channel on error
 2014-01-30 13:23 UTC 

[PATCH v3 0/4] Regression fixes for rfcomm/tty.c
 2014-01-30 13:09 UTC  (7+ messages)

[RFC 00/15] android/client: Add audio support
 2014-01-30 11:23 UTC  (16+ messages)
` [RFC 01/15] android/client-av: Fix checking for a2dp interface
` [RFC 02/15] android/client-audio: Add open/close output stream
` [RFC 03/15] android/client-audio: Add audio file playback
` [RFC 04/15] android/client-audio: Add playback suspend/resume
` [RFC 05/15] android/client-audio: Add get_latency for output
` [RFC 06/15] android/client-audio: Add get_buffer_size "
` [RFC 07/15] android/client-audio: Add get_channels
` [RFC 08/15] android/client-audio: Add getting audio format
` [RFC 09/15] android/client-audio: Add getting sample rate
` [RFC 10/15] android/client-audio: Add get_parameters for output
` [RFC 11/15] android/client-audio: Add set_parameters
` [RFC 12/15] android/client-audio: Add setting sample rate
` [RFC 13/15] android/client-audio: Add init_check
` [RFC 14/15] android/client-audio: Add sine generator as fallback
` [RFC 15/15] android/client-audio: Fix getting audio module on Android

[PATCHv3] hog: Use HoG device name as uHID input device name
 2014-01-30  3:55 UTC 

[PATCHv2] hog: Use HoG device name as uHID input device name
 2014-01-30  2:55 UTC 

[PATCH] hog: Use HoG device name as uHID input device name
 2014-01-30  2:50 UTC  (2+ messages)

[PATCHv2 0/3] AVCTP test cases
 2014-01-29 23:29 UTC  (5+ messages)
` [PATCHv2 1/3] unit/avctp: Add AVCTP unit test skeleton and first test
` [PATCHv2 2/3] unit/avctp: Add TP/NFR/BV-02-C test
` [PATCHv2 3/3] unit/avctp: Add TP/NFR/BI-01-C test

[RFC BlueZ 0/2] Print bluetoothd messages in btmon
 2014-01-29 21:35 UTC  (3+ messages)

[PATCH] android/a2dp: Fix crash on remote disconnection
 2014-01-29 18:38 UTC  (2+ messages)

[PATCH BlueZ] audio/AVRCP: Fix sending invalid response to GetCapabilities
 2014-01-29 17:07 UTC  (2+ messages)

[PATCHv2 0/8] Set of AVCTP fixes
 2014-01-29 17:07 UTC  (10+ messages)
` [PATCHv2 1/8] android/avctp: Use predefined HEADER_LENGTH instead of sizeof
` [PATCHv2 2/8] android/avctp: Fix wrong error message
` [PATCHv2 3/8] avctp: Use already calculated avc header
` [PATCHv2 4/8] avctp: trivial: Do not break short line
` [PATCHv2 5/8] avctp: Use predefined HEADER_LENGTH instead of sizeof
` [PATCHv2 6/8] avctp: Fix wrong error message
` [PATCHv2 7/8] android/avctp: Move AVC_HEADER_LENGTH from avctp header
` [PATCHv2 8/8] avctp: Fix unchecked return value

[PATCH 1/2] android/bluetooth: Add threashold to RSSI change
 2014-01-29 16:12 UTC  (6+ messages)
` [PATCH 2/2] android/bluetooth: Send device prop event only if prop changed

[PATCH] android/pts: Add android version to PTS test
 2014-01-29 11:15 UTC 

1814:3290 Ralink corp. RT3290 Bluetooth not toggling on
 2014-01-29  9:47 UTC 

[PATCH] Bluetooth: hidp: make sure input buffers are big enough
 2014-01-29  8:36 UTC  (8+ messages)

[RFC] android/avctp: Move struct definitions to header
 2014-01-29  7:56 UTC  (3+ messages)

[RFC BlueZ 0/3] Fix GATT server issues with BlueZ as LE peripheral
 2014-01-29  6:51 UTC 

[PATCH] Bluetooth: Increment management interface revision
 2014-01-29  0:06 UTC  (2+ messages)

[PATCH] Bluetooth: Remove unnecessary check for chan->psm
 2014-01-28 23:35 UTC  (2+ messages)

[PATCH 1/4] Bluetooth: Free up l2cap_chan->sport when initiating a connection
 2014-01-28 23:33 UTC  (8+ messages)
` [PATCH 2/4] Bluetooth: Refuse peer L2CAP address reading when not connected
` [PATCH 3/4] Bluetooth: Refuse peer RFCOMM "
` [PATCH 4/4] Bluetooth: Always use l2cap_chan->psm for returning PSM to user space

[PATCH BlueZ v3 1/4] android/AVDTP: Make signalling channel priority 6
 2014-01-28 23:33 UTC  (5+ messages)
` [PATCH BlueZ v3 2/4] android/AVDTP: Make stream channel priority 5
` [PATCH BlueZ v3 3/4] android/hal-audio: Fix not handling EINTR errors
` [PATCH BlueZ v3 4/4] android/hal-audio: Set stream fd to blocking

[PATCH] Bluetooth: Fix consistency of local vs remote PSM reporting
 2014-01-28 22:13 UTC 

[PATCH] android/pts: PTS test results for DID
 2014-01-28 15:58 UTC  (2+ messages)

[PATCH] android/pts: PTS test results for GAP
 2014-01-28 15:57 UTC  (2+ messages)

[PATCH] android/pts: Add PTS test results for AVRCP
 2014-01-28 15:57 UTC  (2+ messages)

[PATCH] android/pts: PTS test results for A2DP
 2014-01-28 15:56 UTC  (2+ messages)

[RFC BlueZ 0/3] Fix GATT server issues with BlueZ as LE peripheral
 2014-01-28 15:51 UTC  (4+ messages)
` [RFC BlueZ 1/3] attrib-server: Remove unnecessary fields from struct gatt_channel
` [RFC BlueZ 2/3] core: Fix associating a GAttrib to a device on incoming connections
` [RFC BlueZ 3/3] alert: Only remove attio callback after ATT request was sent

[PATCH] android/pts: PTS test results for HID
 2014-01-28 15:39 UTC  (2+ messages)

[PATCH 1/3] android/pan: Fix control state change callback parameters order
 2014-01-28 15:30 UTC  (2+ messages)

[PATCH 0/6] Small set of AVCTP fixes
 2014-01-28 13:22 UTC  (7+ messages)
` [PATCH 1/6] android/avctp: Use predefined HEADER_LENGTH instead of sizeof
` [PATCH 2/6] android/avctp: Fix wrong error message
` [PATCH 3/6] avctp: Use already calculated avc header
` [PATCH 4/6] avctp: trivial: Do not break short line
` [PATCH 5/6] avctp: Use predefined HEADER_LENGTH instead of sizeof
` [PATCH 6/6] avctp: Fix wrong error message

[RFC] Initial avctp test
 2014-01-28 12:10 UTC  (4+ messages)

[PATCH BlueZ v2 1/4] android/AVDTP: Make signalling channel priority 6
 2014-01-28 12:05 UTC  (5+ messages)
` [PATCH BlueZ v2 2/4] android/AVDTP: Make stream channel priority 5
` [PATCH BlueZ v2 3/4] android/hal-audio: Fix not handling EINTR errors
` [PATCH BlueZ v2 4/4] android/hal-audio: Set stream fd to blocking

[PATCH BlueZ 1/4] android/AVDTP: Make signalling channel priority 6
 2014-01-27 23:41 UTC  (4+ messages)
` [PATCH BlueZ 2/4] android/AVDTP: Make stream channel priority 5
` [PATCH BlueZ 3/4] android/hal-audio: Fix not handling EINTR errors
` [PATCH BlueZ 4/4] android/hal-audio: Set stream fd to blocking

[PATCH 1/3] Bluetooth: Fix respecting le_default_mps value
 2014-01-27 23:36 UTC  (6+ messages)
` [PATCH 2/3] Bluetooth: Fix disconnecting L2CAP channel for credits violation
` [PATCH 3/3] Bluetooth: Fix disconnecting L2CAP when a credits overflow occurs

[PATCH BlueZ 0/4] android: Minor fixes
 2014-01-27 20:52 UTC  (4+ messages)
` [PATCH BlueZ 4/4] emulator: Fix crash if socket(AF_ALG) is not supported by the kernel

[RFC BlueZ] android/AVDTP: Make signalling channel high priority
 2014-01-27 20:44 UTC  (3+ messages)

[PATCH BlueZ v4 00/18] GATT API: External Services
 2014-01-27 20:35 UTC  (9+ messages)
` [PATCH BlueZ v5 "
  ` [PATCH BlueZ v5 12/18] test: Add external service GATT skeleton
  ` [PATCH BlueZ v5 13/18] gitignore: Add test/gatt-service
  ` [PATCH BlueZ v5 14/18] test: Add signal handling for gatt-service
  ` [PATCH BlueZ v5 15/18] test: Add registering external service
  ` [PATCH BlueZ v5 16/18] gatttool: Add unix socket connect
  ` [PATCH BlueZ v5 17/18] gatttool: Add unix socket support for interactive mode
  ` [PATCH BlueZ v5 18/18] bluetooth.conf: Add ObjectManager interface


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