linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-05-26 13:16:29 to 2014-05-29 17:04:14 UTC [more...]

pull request: bluetooth-next 2014-05-26
 2014-05-29 17:04 UTC  (2+ messages)

[PATCH] Bluetooth: Fix properly ignoring LTKs of unknown types
 2014-05-29 16:36 UTC 

[PATCH 1/6] android/gatt: Initial support for write test command
 2014-05-29 14:22 UTC  (7+ messages)
` [PATCH 2/6] android/gatt: Support write request "
` [PATCH 3/6] android/gatt: Support write command "
` [PATCH 4/6] android/gatt: Support prepare write request "
` [PATCH 5/6] android/gatt: Support exec "
` [PATCH 6/6] android/pts: Update GATT results

[PATCH v2 00/10] Fixes to sign write
 2014-05-29 13:49 UTC  (11+ messages)
` [PATCH v2 01/10] android/gatt: Verify signature counter from remote
` [PATCH v2 02/10] android/gatt: Fix handling signed write command "
` [PATCH v2 03/10] android/gatt: Fix signed write command encoding
` [PATCH v2 04/10] shared/crypto: Fix concatenate of sign counter into the msg
` [PATCH v2 05/10] shared/crypto: Fix byte order of sign counter added to signature
` [PATCH v2 06/10] shared/crypto: Change swap128 to swap_buf
` [PATCH v2 07/10] shared/crypto: Fix byte order of message
` [PATCH v2 08/10] unit/crypto: Update unit test vectors after changes in singing process
` [PATCH v2 09/10] android/pts: Update GATT PTS test results
` [PATCH v2 10/10] shared/crypto: Remove not needed memcpy

[PATCH v2] android/pts: Update GATT test results
 2014-05-29 13:44 UTC  (2+ messages)

[PATCH] android/pts: Update GATT test results
 2014-05-29 11:41 UTC 

[PATCH 1/6] android/gatt: Add read test command stub
 2014-05-29 11:24 UTC  (7+ messages)
` [PATCH 2/6] android/gatt: Support read request in test command
` [PATCH 3/6] android/gatt: Suport read by type "
` [PATCH 4/6] android/gatt: Support read blob "
` [PATCH 5/6] android/gatt: Support read by group in test commands
` [PATCH 6/6] android/pts: Update GATT PTS status

[PATCH] android/pts: Update GATT test results
 2014-05-29 11:00 UTC 

[PATCH 1/2] android/pics: Update GAP PICS settings
 2014-05-29 10:52 UTC  (3+ messages)
` [PATCH 2/2] android/pts: Update GAP tests results

[PATCH] android/pts: Update GATT Server test results
 2014-05-29  7:33 UTC  (2+ messages)

[PATCH] android/gatt: Fix doing database reads on write
 2014-05-29  7:32 UTC  (2+ messages)

[PATCH 0/9] Connection parameters D-Bus API
 2014-05-28 22:13 UTC  (15+ messages)
` [PATCH 1/9] doc: Introduce connection monitoring API
` [PATCH 2/9] core: Add ConnectionRSSI property
` [PATCH 3/9] core: Add ConnectionTXPower property
` [PATCH 4/9] core: Add ConnectionTXPowerMax property
` [PATCH 5/9] core: Make connection properties exist only when connected
` [PATCH 6/9] core: Read max TX power when device connected
` [PATCH 7/9] core: Add API to start/stop connection monitoring
` [PATCH 8/9] core: Store list of monitored devices in adapter
` [PATCH 9/9] core: Poll for connection info

[PATCH v2 00/10] bt_att initial implementation
 2014-05-28 18:45 UTC  (8+ messages)
` [PATCH v2 01/10] src/shared/att: Introduce struct bt_att

[PATCH] shared/crypto: Remove not needed memcpy
 2014-05-28 16:13 UTC 

[PATCH 0/9] android: Fixes to sign write
 2014-05-28 14:44 UTC  (16+ messages)
` [PATCH 1/9] android/gatt: Verify signature counter from remote
` [PATCH 2/9] android/gatt: Fix handling signed write command "
` [PATCH 2/9] android/gatt: Fix handling sign write "
` [PATCH 3/9] android/gatt: Fix sending sign write
` [PATCH 3/9] android/gatt: Fix signed write command encoding
` [PATCH 4/9] shared/crypto: Fix concatenate of sign counter into the msg
` [PATCH 4/9] shared/crypto: Fix concatenate of sign counter to "
` [PATCH 5/9] shared/crypto: Fix byte order of sign counter added to signature
` [PATCH 5/9] shared/crypto: Fix "
` [PATCH 6/9] shared/crypto: Change swap128 to swap_buf
` [PATCH 7/9] shared/crypto: Fix byte order of message
` [PATCH 7/9] shared/crypto: Swap message before signing it
` [PATCH 8/9] unit/crypto: Update after changes in singing process
` [PATCH 8/9] unit/crypto: Update unit test vectors "
` [PATCH 9/9] android/pts: Update GATT PTS test results

[RFC] Bluetooth: Keep master role when SCO or eSCO is active
 2014-05-28 14:31 UTC  (3+ messages)

[PATCH 0/5] android: GATT client test interface
 2014-05-28 12:45 UTC  (7+ messages)
` [PATCH 1/5] android/gatt: Add initial implementation of client test command
` [PATCH 2/5] android/gatt: Factor out unregistering client into helper function
` [PATCH 3/5] android/gatt: Implement enable test command
` [PATCH 4/5] android/gatt: Implement connect "
` [PATCH 5/5] android/gatt: Implement disconnect "

[PATCH 1/2] android/pics: Adjust PICS for GATT
 2014-05-28 12:25 UTC  (2+ messages)
` [PATCH 2/2] android/pts: Disable some PTS tests

[PATCH] tools/hcidump: Decode MPEG-1,2 Audio codec capabilities
 2014-05-28 12:19 UTC  (2+ messages)

[PATCH v3 0/6] Bluetooth LE 6LoWPAN using CoC
 2014-05-28 11:43 UTC  (7+ messages)
` [PATCH v3 1/6] Bluetooth: Refactor l2cap_sock_sendmsg() to copy user buffer
` [PATCH v3 2/6] Bluetooth: l2cap: Set more channel defaults
` [PATCH v3 3/6] Bluetooth: 6LoWPAN: Use connected oriented channel instead of fixed one
` [PATCH v3 4/6] Bluetooth: 6LoWPAN: Create a kernel module
` [PATCH v3 5/6] Bluetooth: 6LoWPAN: Count module usage
` [PATCH v3 6/6] Bluetooth: 6LoWPAN: Remove network devices when unloading

[RFC] bluetooth: Try to avoid forming scatternets
 2014-05-28 11:40 UTC 

[PATCH BlueZ 1/2] android/hidhost: Rework uHID code to use bt_uhid
 2014-05-28 11:27 UTC  (2+ messages)
` [PATCH BlueZ 2/2] input: Do not send UHID_DESTROY

[PATCHv2 1/2] android/gatt: Initialize crypto first
 2014-05-28 10:47 UTC  (3+ messages)
` [PATCHv2 2/2] android/gatt: Exchange mtu on connect if acting as client

[RFCv0 01/14] android/hal-sco: Use nanosleep for SCO synchronization
 2014-05-28 10:32 UTC  (8+ messages)
` [RFCv0 07/14] android/hal-sco: Use global sco file descriptor
` [RFCv0 12/14] android/hal-sco: Fix memory leak

[PATCH BlueZ] plugins/sixaxis: Fix get_js_number() for devices connected via BT
 2014-05-28  9:50 UTC 

[PATCH] android/pts: Update GATT PTS results
 2014-05-28  9:39 UTC  (2+ messages)

[PATCH v2 2/2] android/pts: Update SM PTS test results
 2014-05-28  9:38 UTC  (2+ messages)

[PATCH 1/2] android/client: Allow zero length responses
 2014-05-28  9:28 UTC  (3+ messages)
` [PATCH 2/2] android/pts: Update GATT PTS results

[PATCHv2 1/2] android/gatt: Fix not checking for read errors in read by type
 2014-05-28  9:27 UTC  (3+ messages)
` [PATCHv2 2/2] android/pts: Update GATT PTS results

[PATCH] android/pts: Update GATT test results
 2014-05-28  9:12 UTC  (2+ messages)

[RFC BlueZ 0/1] Introduce bt_gatt
 2014-05-28  8:53 UTC  (5+ messages)
` [RFC BlueZ 1/1] src/shared/gatt: Introduce bt_gatt skeleton

[PATCH] android/gatt: Fix not checking for read errors in read by type
 2014-05-28  8:52 UTC  (2+ messages)
` [PATCH] android/pts: Update GATT PTS results

[PATCH 1/4] shared/gatt: Define Read only permissions value while creating database
 2014-05-28  6:54 UTC  (4+ messages)
` [PATCH 2/4] shared/gatt: Return integer value in get_attribute_permission
` [PATCH 3/4] android/gatt: If attribute was not found in database, return proper error
` [PATCH 4/4] android/gatt: Add missing opcode to check_device_permissions

[PATCH BlueZ] audio/media: Remove experimental status from Media* interfaces
 2014-05-27 22:13 UTC  (2+ messages)

linux-firmware: Add firmware patch file for Intel Bluetooth 7260 ROM-spin
 2014-05-27 21:01 UTC  (3+ messages)

[PATCH 1/6] attrib: Fix minor whitespace issue
 2014-05-27 20:56 UTC  (9+ messages)
` [PATCH 2/6] gatt: Fix not freeing GError on failure
` [PATCH 3/6] android/gatt: Use proper variable to store response length
` [PATCH 4/6] shared/gatt-db: Fix cropping permissions value
` [PATCH 5/6] android/gatt: Initialize crypto first
` [PATCH 6/6] android/gatt: Exchange mtu on connect if acting as client

[PATCH] android/gatt: Fix not sending write request responses
 2014-05-27 20:16 UTC  (2+ messages)

[PATCH] android/pts: Update GATT PTS tests results
 2014-05-27 20:03 UTC  (2+ messages)

[PATCH] Bluetooth: ath3k: no need to set same pipe multiple times
 2014-05-27 17:16 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH 1/2] bluetooth: don't include local processing of HCI commands in the command timeout
 2014-05-27 15:19 UTC  (7+ messages)
` [PATCH 2/2] bluetooth: raise HCI_CMD_TIMEOUT from 2s to 8s

[PATCH 1/2] tools/btmgmt: Add set-io-cap command
 2014-05-27 15:17 UTC  (2+ messages)
` [PATCH 2/2] android/pts: Update SM PTS test results

[RFC 0/3] Gatt Client Characteristic Configuration
 2014-05-27 14:33 UTC  (4+ messages)
` [RFC 1/3] android: Add gatt CCC value storage
` [RFC 2/3] android/gatt: Store CCC and indicate service change
` [RFC 3/3] android/gatt: Make CCC descriptor readable

[PATCHv2 BlueZ 0/5] plugin/sixaxis: Set leds using the sysfs leds class
 2014-05-27 11:25 UTC  (4+ messages)
` [PATCHv3 "
  ` [PATCHv3 BlueZ 4/5] plugins/sixaxis: Add a get_leds_data() function
  ` [PATCHv3 BlueZ 5/5] plugins/sixaxis: Add a set_leds_sysfs() function

[RFC BlueZ 1/2] android/hog: Add copy to HoG implementation from input plugin
 2014-05-27 11:15 UTC  (2+ messages)
` [RCF BlueZ 2/2] android/hog: Strip dependencies "

[PATCH] android/pts: Update GATT PTS tests results
 2014-05-27  9:08 UTC  (2+ messages)

[PATCH] Bluetooth: 6LoWPAN: Fix MAC address universal/local bit handling
 2014-05-27  8:33 UTC 

BLE profile contribution - query
 2014-05-27  8:33 UTC 

[RFC] android/hal-audio: Fix wrong memory access
 2014-05-27  7:54 UTC  (6+ messages)

HCI_AUTO_OFF ... how to do that from hcitool?
 2014-05-27  7:47 UTC 

[PATCH 1/2] android/gatt: Fix possible memory leak in write request
 2014-05-26 22:14 UTC  (3+ messages)
` [PATCH 2/2] android/gatt: Check permissions before write execution

[PATCH 1/4] android/hal-gatt: Fix missing check if interface is ready
 2014-05-26 22:11 UTC  (5+ messages)
` [PATCH 2/4] android/README: Update required kernel options
` [PATCH 3/4] android/pts: Update GATT tests results
` [PATCH 4/4] android/README: Update information about GATT HAL support

[PATCH v2 0/8] Bluetooth LE 6LoWPAN using CoC
 2014-05-26 19:55 UTC  (5+ messages)
` [PATCH v2 5/8] Bluetooth: 6LoWPAN: Use connected oriented channel instead of fixed one

[PATCH 00/26] android: Add aptX support
 2014-05-26 13:16 UTC  (25+ messages)
` [PATCH 03/26] android/hal-audio: Fix PT in media packets
` [PATCH 04/26] android/hal-audio: Fix media_packet definition
` [PATCH 05/26] android/hal-audio: Make RTP header optional
` [PATCH 06/26] android/hal-audio: Make update_qos optional
` [PATCH 07/26] android/hal-audio: Send packets only when data were encoded
` [PATCH 08/26] android/hal-audio: Allow to autoselect endpoint in open_stream IPC
` [PATCH 09/26] android/hal-audio: Make codecs configurable
` [PATCH 10/26] android/hal-audio: Add load/unload methods for codec
` [PATCH 11/26] android/hal-audio: Allow to return 0 from get_presets
` [PATCH 12/26] audio: Fix a2dp_vendor_codec_t declaration
` [PATCH 13/26] audio: Add definitions for MPEG-2,4 AAC codec
` [PATCH 14/26] audio: Add macros to access MPEG-2,4 AAC codec info
` [PATCH 15/26] audio: Add definitions for aptX
` [PATCH 16/26] android/a2dp: Fix SEP selection
` [PATCH 17/26] tools/hcidump: Decode MPEG-2,4 AAC codec capabilities
` [PATCH 18/26] tools/hcidump: Decode aptX "
` [PATCH 19/26] tools/avinfo: Decode MPEG-2,4 AAC "
` [PATCH 20/26] tools/avinfo: Decode aptX "
` [PATCH 21/26] android: Add avinfo to makefile
` [PATCH 22/26] android/a2dp: Add support to check MPEG-2,4 AAC caps
` [PATCH 23/26] android/a2dp: Add support to check aptX capabilities
` [PATCH 24/26] android/hal-audio-aptx: Add initial support for aptX codec
` [PATCH 25/26] android/hal-audio-aptx: Load aptX encoder library
` [PATCH 26/26] android/hal-audio-aptx: Add encoding


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