linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-05-14 10:18:10 to 2014-05-19 20:34:57 UTC [more...]

pull request: bluetooth 2014-05-15
 2014-05-19 20:34 UTC  (3+ messages)

[PATCH] code: Improve handling of unpaired event
 2014-05-19 17:41 UTC  (2+ messages)

Bluetooth SCO over HCI interface
 2014-05-19 15:10 UTC  (3+ messages)

[PATCH] android/pts: Adjust PICS for GATT
 2014-05-19 13:21 UTC 

[PATCH 1/2] emulator/bthost: Add support to set auth_req for bthost
 2014-05-19 11:15 UTC  (3+ messages)
` [PATCH 2/2] tools/mgmt-tester: Fix "Pair Device - SSP Confirm Reject 1"

[RFC 1/3] device: Add paired parameter to device_set_paired
 2014-05-19 10:16 UTC  (3+ messages)
` [RFC 2/3] device: Add function for checking if device is paired on any bearer
` [RFC 3/3] adapter: Improve handling of unpaired event

[PATCH 0/5] android: Pairing improvements
 2014-05-19  8:18 UTC  (7+ messages)
` [PATCH 1/5] android/bluetooth: Track device last connected bearer
` [PATCH 2/5] android/bluetooth: Fix pairing of dual mode devices
` [PATCH 3/5] android/bluetooth: Fix unpairing dual mode device
` [PATCH 4/5] android/bluetooth: Track if paired device is bonded
` [PATCH 5/5] android/bluetooth: Simplify check if device type changed

[PATCH v2 1/4] lib: Add definitions for Get Connection Information command
 2014-05-19  8:14 UTC  (6+ messages)
` [PATCH v2 2/4] tools: Add conn-info to btmgmt
` [PATCH v2 3/4] android/bluetooth: Add support to read connection RSSI
` [PATCH v2 4/4] android/gatt: Add proper read_remote_rssi implementation

[PATCH v3] firmware: update Intel Bluetooth device firmware patch files
 2014-05-19  8:10 UTC  (3+ messages)

BLE Passive scan & Bonding quest (dbus vs mgmt-api vs plugins)
 2014-05-19  7:04 UTC  (3+ messages)

[PATCH] android/pts: Re-run PTS GAP tests
 2014-05-18 12:08 UTC  (2+ messages)

[PATCH] android/gatt: Add stub for setting advertising data
 2014-05-18 12:04 UTC  (2+ messages)

[PATCH 1/4] android/gatt: Handle Androids read/write responses in response queue
 2014-05-18 12:01 UTC  (5+ messages)
` [PATCH 2/4] android/hal: Fix sending not initialised data
` [PATCH 3/4] android/client: Support sending GATT Server responses
` [PATCH 4/4] android/hal: Fix not seting mode in health hal

BT over TTY lines
 2014-05-18  3:47 UTC 

[PATCH] android/pts: Correct file's header
 2014-05-17 12:30 UTC  (2+ messages)

[PATCH] android/pts: Run PTS tests for SM
 2014-05-17 12:30 UTC  (2+ messages)

BUG: spinlock wrong CPU on CPU#3, krfcommd/1500 (resend)
 2014-05-17 10:14 UTC  (6+ messages)

[RFC BlueZ 0/1] Introduce bt_gatt
 2014-05-16 20:37 UTC  (2+ messages)
` [RFC BlueZ 1/1] src/shared/gatt: Introduce bt_gatt skeleton

[PATCH v2 00/10] bt_att initial implementation
 2014-05-16 20:14 UTC  (11+ messages)
` [PATCH v2 01/10] src/shared/att: Introduce struct bt_att
` [PATCH v2 02/10] unit/test-att: Add unit tests for src/shared/att
` [PATCH v2 03/10] tools/btatt: Add command-line tool for ATT protocol testing
` [PATCH v2 04/10] tools/btatt: Add "exchange-mtu" command
` [PATCH v2 05/10] src/shared/att: Add "Find Information" request and response
` [PATCH v2 06/10] unit/test-att: Add unit test for "Find Information" request/response
` [PATCH v2 07/10] tools/btatt: Add "find-information" command
` [PATCH v2 08/10] src/shared/att: Add "Find By Type Value" request and response
` [PATCH v2 09/10] unit/test-att: Add unit test for "Find By Type Value" request/response
` [PATCH v2 10/10] tools/btatt: Add "find-by-type-value" command

[PATCH] android/gatt: Send Exchange MTU request on connect
 2014-05-16 19:44 UTC  (3+ messages)

[PATCH 1/4] lib: Add definitions for Get Connection Information command
 2014-05-16 17:42 UTC  (5+ messages)
` [PATCH 2/4] tools: Add conn-info to btmgmt
` [PATCH 3/4] android/gatt: Add support to read connection RSSI
` [PATCH 4/4] android/gatt: Add proper read_remote_rssi implementation

[PATCH] shared/gatt: Fix freeing uninitialized attributes
 2014-05-16 16:24 UTC  (4+ messages)

[PATCH] Bluetooth: Add missing msecs to jiffies conversion
 2014-05-16 15:23 UTC  (2+ messages)

[RFC 1/3] android/hal-sco: Use nanosleep for SCO synchronization
 2014-05-16 12:57 UTC  (3+ messages)
` [RFC 2/3] android/hal-sco: Fixes for unreliable mtu
` [RFC 3/3] android/hal-sco: Add SCO packet cache

[PATCH BlueZ 0/5] plugin/sixaxis: use the sysfs leds class
 2014-05-16 12:37 UTC  (12+ messages)
` [PATCHv2 BlueZ 0/5] plugin/sixaxis: Set leds using "
  ` [PATCHv2 BlueZ 2/5] plugins/sixaxis: Factor out a set_leds_hidraw() function
  ` [PATCHv2 BlueZ 3/5] plugins/sixaxis: Factor out a calc_leds_bitmap() function
  ` [PATCHv2 BlueZ 4/5] plugins/sixaxis: Add a get_leds_data() function
  ` [PATCHv2 BlueZ 5/5] plugins/sixaxis: Add a set_leds_sysfs() function

[PATCH] android/gatt: Fix for read request
 2014-05-16 12:36 UTC  (2+ messages)

[PATCH BlueZ] shared/uhid: Add initial API
 2014-05-16  9:46 UTC 

[PATCH 1/3] android/gatt: Fix reading attribute value
 2014-05-16  8:45 UTC  (4+ messages)
` [PATCH 2/3] android/gatt: Set length to READ_INIT before read request
` [PATCH 3/3] android/gatt: Don't try send responses after process_dev_pending_req()

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

[PATCH v6] doc: Add description for Get Connection Information command
 2014-05-16  5:07 UTC  (2+ messages)

[PATCH v5 0/5] Bluetooth: Get Connection Information
 2014-05-16  4:48 UTC  (7+ messages)
` [PATCH v5 1/5] Bluetooth: Add conn info lifetime parameters to debugfs
` [PATCH v5 2/5] Bluetooth: Add support to get connection information
` [PATCH v5 3/5] Bluetooth: Avoid polling TX power for LE links
` [PATCH v5 4/5] Bluetooth: Store max TX power level for connection
` [PATCH v5 5/5] Bluetooth: Add support for max_tx_power in Get Conn Info

[Bluez 4.95] Can't start the bluetoothd daemon
 2014-05-15 19:52 UTC 

[PATCH v1 00/10] bt_att initial implementation
 2014-05-15 17:22 UTC  (8+ messages)
` [PATCH v1 01/10] src/shared/att: Introduce struct bt_att

[PATCH] android/pts: Change mode for SDP pics file
 2014-05-15 15:46 UTC  (2+ messages)

[PATCHv4 00/15] Refactor reading attributes type
 2014-05-15 14:34 UTC  (17+ messages)
` [PATCHv4 01/15] shared/gatt: Extend gatt_db_read function
` [PATCHv4 02/15] android/gatt: Refactor ATT read operations
` [PATCHv4 03/15] shared/gatt: Modify gatt_db_read_by_type to return handles only
` [PATCHv4 04/15] android/gatt: Change handling read_by_type requests
` [PATCHv4 05/15] shared/gatt: Remove unused structure
` [PATCHv4 06/15] shared/gatt: Modify gatt_db_find_information to return list of handles
` [PATCHv4 07/15] shared/gatt: Add helper function to get attribute type
` [PATCHv4 08/15] android/gatt: Change handling of find_information requests
` [PATCHv4 09/15] shared/gatt: Remove unused structure
` [PATCHv4 10/15] shared/gatt: Add function to get end group handle
` [PATCHv4 11/15] shared/gatt: Retun list of handles in gatt_db_read_by_group_type
` [PATCHv4 12/15] android/gatt: Change handling of read_by_group_type requests
` [PATCHv4 13/15] shared/gatt: Remove unused structure
` [PATCHv4 14/15] shared/gatt: Make 'find_by_type_value' callback compatible
` [PATCHv4 15/15] android/gatt: Add find by type and value handler

[PATCHv5 02/15] android/gatt: Refactor ATT read operations
 2014-05-15 14:16 UTC 

[PATCH ] Add device type info to device info(btd_device)
 2014-05-15 13:16 UTC  (2+ messages)

[PATCH BlueZ] android: Add mode for SCO over HCI
 2014-05-15 12:29 UTC 

Add SDP discovery support to gatttool with BR
 2014-05-15 10:49 UTC  (3+ messages)

[PATCH v2 1/3] shared/crypto: Add support for AES-CMAC-128
 2014-05-15  6:15 UTC  (3+ messages)
` [PATCH v2 2/3] shared/crypto: Add support to sign data with AES-CMAC
` [PATCH v2 3/3] unit: Add test case for AES-CMAC-128

[PATCH BlueZ] audio/media: Remove experimental status from Media* interfaces
 2014-05-14 21:03 UTC 

[PATCH 1/3] input: Fix compilation errors on 32 bit machine
 2014-05-14 20:15 UTC  (4+ messages)
` [PATCH 2/3] hog: Fix compilation error "
` [PATCH 3/3] tools: Fix hex2hcd compilation error

[PATCHv3 00/15] Fix reading attribute values
 2014-05-14 18:30 UTC  (16+ messages)
` [PATCHv3 01/15] shared/gatt: Extend gatt_db_read function
` [PATCHv3 02/15] android/gatt: Refactor ATT read operations
` [PATCHv3 03/15] shared/gatt: Modify gatt_db_read_by_type to return handles only
` [PATCHv3 04/15] android/gatt: Change handling read_by_type requests
` [PATCHv3 05/15] shared/gatt: Remove unused structure
` [PATCHv3 06/15] shared/gatt: Modify gatt_db_find_information to return list of handles
` [PATCHv3 07/15] shared/gatt: Add helper function to get attribute type
` [PATCHv3 08/15] android/gatt: Change handling of find_information requests
` [PATCHv3 09/15] shared/gatt: Remove unused structure
` [PATCHv3 10/15] shared/gatt: Add function to get end group handle
` [PATCHv3 11/15] shared/gatt: Retun list of handles in gatt_db_read_by_group_type
` [PATCHv3 12/15] android/gatt: Change handling of read_by_group_type requests
` [PATCHv3 13/15] shared/gatt: Remove unused structure
` [PATCHv3 14/15] shared/gatt: Make 'find_by_type_value' callback compatible
` [PATCHv3 15/15] android/gatt: Add find by type and value handler

[PATCH] android/gatt: Fix handling advertising state
 2014-05-14 17:54 UTC  (6+ messages)

[PATCH 01/11] tty: serial: add missing braces
 2014-05-14 16:42 UTC  (3+ messages)
` [PATCH 09/11] bluetooth: hci_ldisc: fix deadlock condition

[PATCH] Bluetooth: Fix L2CAP LE debugfs entries permissions
 2014-05-14 16:07 UTC  (2+ messages)

[PATCH 1/3] shared/crypto: Add support for AES-CMAC-128
 2014-05-14 16:03 UTC  (6+ messages)
` [PATCH 2/3] shared/crypto: Add support to sign data with AES-CMAC

[PATCH 1/2] shared: Fix queue_find to accept const ptr as match data
 2014-05-14 15:27 UTC  (2+ messages)
` [PATCH 2/2] android/gatt: Remove unnecessary const to non-const casts

[PATCH 1/2] android/bluetooth: Add function for getting bonded device list
 2014-05-14 13:25 UTC  (2+ messages)

[PATCH 1/2] doc: Fix bit numbering in mgmt-api
 2014-05-14 13:18 UTC  (2+ messages)
` [PATCH 2/2] lib: Update indexes in mgmt string translation arrays

[PATCH v4 0/5] Bluetooth: Get Connection Information
 2014-05-14 11:30 UTC  (7+ messages)
` [PATCH v4 1/5] Bluetooth: Add conn info lifetime parameters to debugfs
` [PATCH v4 2/5] Bluetooth: Add support to get connection information
` [PATCH v4 3/5] Bluetooth: Avoid polling TX power for LE links
` [PATCH v4 4/5] Bluetooth: Store max TX power level for connection
` [PATCH v4 5/5] Bluetooth: Add support for max_tx_power in Get Conn Info

[PATCHv2 00/15] Refactor read attribute values
 2014-05-14 10:18 UTC  (11+ messages)
` [PATCHv2 06/15] shared/gatt: Moify gatt_db_find_information to return list of handles
` [PATCHv2 07/15] shared/gatt: Add helper function to get attribute type
` [PATCHv2 08/15] android/gatt: Change handling of find_information requests
` [PATCHv2 09/15] shared/gatt: Remove unused structure
` [PATCHv2 10/15] shared/gatt: Add function to get end group handle
` [PATCHv2 11/15] shared/gatt: Retun list of handles in gatt_db_read_by_group_type
` [PATCHv2 12/15] android/gatt: Change handling of read_by_group_type requests
` [PATCHv2 13/15] shared/gatt: Remove unused structure
` [PATCHv2 14/15] shared/gatt: Make 'find_by_type_value' callback compatible
` [PATCHv2 15/15] android/gatt: Add find by type and value handler


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