messages from 2014-01-30 15:38:04 to 2014-02-04 14:39:02 UTC [more...]
[PATCH 01/11] android/unit: Fix checking for expected termination
2014-02-04 14:39 UTC (4+ messages)
` [PATCH 02/11] android/unit: Rename cmd handler
` [PATCH 03/11] android/unit: Add test cases for proper handler calls
` [PATCH 04/11] android/unit: Add case for opcode without handler
[PATCH 1/3] avrcp: Avoid unneeded calculation
2014-02-04 14:08 UTC (8+ messages)
` [PATCH 2/3] avrcp: Fix using incorrect buffer for SetVolume
` [PATCH 3/3] avrcp: Fix possible buffer overflow and correct length
[PATCH] unit/avctp: Add TP/NFR/BV-04-C test
2014-02-04 13:47 UTC
[PATCH] android/avctp: Fix memory leak: unregister pdu handler
2014-02-04 13:47 UTC (2+ messages)
[PATCH] Bluetooth: hidp: make sure input buffers are big enough
2014-02-04 13:46 UTC (11+ messages)
[PATCH] unit/avctp: Add connection establishment dummy tests
2014-02-04 13:46 UTC (3+ messages)
[PATCH] unit/avctp: Add test TP/NFR/BV-03-C
2014-02-04 13:45 UTC (2+ messages)
[PATCH v3] android/hal-audio: Add simple downmix to mono
2014-02-04 13:38 UTC
[PATCH v2] android/hal-audio: Add simple downmix to mono
2014-02-04 13:16 UTC
[PATCH] android/avrcp: Decouple AVRCP logic from btio
2014-02-04 13:03 UTC (6+ messages)
` [PATCHv2] "
[PATCH] android/hal-audio: Add simple downmix to mono
2014-02-04 12:44 UTC (3+ messages)
[PATCH] avctp: Fix memory leak
2014-02-04 9:50 UTC
[PATCH] android/pts: Update PICS and PTS for AVCTP
2014-02-04 9:20 UTC
How do you install bluez for development?
2014-02-04 7:28 UTC (3+ messages)
[RFC v7 01/11] Bluetooth: Introduce connection parameters list
2014-02-04 4:25 UTC (15+ messages)
` [RFC v7 02/11] Bluetooth: Use connection parameters if any
` [RFC v7 03/11] Bluetooth: Stop scanning on LE connection
` [RFC v7 04/11] Bluetooth: Remove unused function
` [RFC v7 05/11] Bluetooth: Introduce hdev->pend_le_conn list
` [RFC v7 06/11] Bluetooth: Introduce LE auto connection infrastructure
` [RFC v7 07/11] Bluetooth: Re-enable background scan in case of error
` [RFC v7 08/11] Bluetooth: Temporarily stop background scanning on discovery
` [RFC v7 09/11] Bluetooth: Introduce LE auto connect options
` [RFC v7 10/11] Bluetooth: Auto connection and power on
` [RFC v7 11/11] Bluetooth: Add le_auto_conn file on debugfs
[PATCH v2 0/6] android/hal-audio: Fixes
2014-02-03 21:16 UTC (8+ messages)
` [PATCH v2 1/6] android/hal-audio: Remove unsupported mono channel mode
` [PATCH v2 2/6] android/hal-audio: Be more verbose on SBC errors
` [PATCH v2 3/6] android/hal-audio: Print calculated SBC parameters
` [PATCH v2 4/6] android/hal-audio: Fix audio with large omtu value
` [PATCH v2 5/6] android/hal-audio: Fix RTP sequence numbers
` [PATCH v2 6/6] android/hal-audio: Add RTP timestamps
Working with the gatt-example.c plugin
2014-02-03 18:11 UTC (3+ messages)
[PATCH] tools/rfcomm-tester: Fix double test pass for sock serv success TC
2014-02-03 15:56 UTC
[PATCH 1/6] android/hal-audio: Remove unsupported mono channel mode
2014-02-03 15:44 UTC (6+ messages)
` [PATCH 2/6] android/hal-audio: Be more verbose on SBC errors
` [PATCH 3/6] android/hal-audio: Print calculated SBC parameters
` [PATCH 4/6] android/hal-audio: Fix audio with large omtu value
` [PATCH 5/6] android/hal-audio: Fix RTP sequence numbers
` [PATCH 6/6] android/hal-audio: Add RTP timestamps
[PATCHv3 1/5] android/unit: Add android IPC unit tests
2014-02-03 14:33 UTC (2+ messages)
[RFC v6 00/14] LE auto connection and connection parameters
2014-02-03 14:06 UTC (18+ 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
BlueZ 5 mouse autoconnect
2014-02-03 13:51 UTC
[PATCH 1/3] android/pan: Fix control state change callback parameters order
2014-02-03 13:19 UTC (2+ messages)
[PATCH] avrcp: Fix wrong pointer check
2014-02-03 9:42 UTC (6+ messages)
[PATCH BlueZ] audio/AVRCP: Fix checking for handler pointer instead of pdu_id
2014-02-03 9:40 UTC
[PATCH 00/13] Initial code for handsfree support
2014-02-03 7:56 UTC (15+ messages)
` [PATCH 01/13] android/handsfree: Add initial files
` [PATCH 02/13] android/handsfree: Add commands and events definition to IPC header
` [PATCH 03/13] android/handsfree: Add stubs for commands handlers
` [PATCH 04/13] android/hal-handsfree: Implement notifications handling
` [PATCH 05/13] android/hal-handsfree: Implement sending commands
` [PATCH 06/13] android/handsfree: Add SDP record for AG
` [PATCH 07/13] android/handsfree: Add support for RFCOMM connection handling
` [PATCH 08/13] android/handsfree: Add initial code for AT commands processing
` [PATCH 09/13] android/handsfree: Add connect command handling
` [PATCH 10/13] android/handsfree: Add disconnect "
` [PATCH 11/13] android/handsfree: Add AT+BRSF command support
` [PATCH 12/13] android/handsfree: Add support for AT+CIND command
` [PATCH 13/13] android/handsfree: Add support for AT+CMER command
[PATCH] pbap: Fix PhonebookSize endianness
2014-02-03 7:47 UTC
AVRCP profile/plugin in bluez 5
2014-02-03 6:52 UTC
[PATCH 00/11] Add bonding test cases
2014-02-02 20:12 UTC (16+ messages)
` [PATCH 01/11] android/tester: Coding style and syntax fix
` [PATCH 02/11] android/tester: Add create bond with PIN success test case
` [PATCH 03/11] android/tester: Add create bond with PIN fail "
` [PATCH 04/11] android/tester: Add create bond with SSP sucess "
` [PATCH 05/11] android/tester: Add create bond with SSP fail "
` [PATCH 06/11] android/tester: Add create bond with no discovery "
` [PATCH 07/11] android/tester: Add create bond with bad addr fail "
` [PATCH 08/11] android/tester: Add cancel bond success "
` [PATCH 09/11] android/tester: Add remove "
` [PATCH 10/11] android/tester: Add remove bond bad addr dev "
` [PATCH 11/11] android/tester: Make bt_callbacks thread-safe
[PATCH] android/avrcp: Close AVRCP channel on error
2014-02-02 16:05 UTC (2+ messages)
[PATCH] gitignore: Add unit/avctp to .gitignore
2014-02-02 16:05 UTC (2+ messages)
[PATCH 1/2] avrcp: Fix printing incorrect order for avrcp control header
2014-02-02 15:50 UTC (3+ messages)
` [PATCH 2/2] avrcp: Fix printing order for browsing avrcp header
[PATCH 1/4] android/hal-audio: Check calloc return value
2014-02-02 15:46 UTC (6+ 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 BlueZ 1/4] audio/player: Fix using invalid end index
2014-02-02 15:40 UTC (7+ 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] Bluetooth: Include security level 4 in connections check
2014-02-02 2:32 UTC (2+ messages)
[PATCH] Bluetooth: Add constants for LTK key types
2014-02-02 2:31 UTC (2+ messages)
[PATCH] Bluetooth: Track if link is using P-256 authenticated combination key
2014-02-02 2:30 UTC (2+ messages)
[PATCH] Bluetooth: Add management command for Secure Connection Only Mode
2014-02-02 2:27 UTC (2+ messages)
[PATCH] core: Rename authentication to key_type in mgmt_ltk_info
2014-02-02 2:01 UTC (2+ messages)
[PATCH 1/3] Bluetooth: Remove check for valid LTK authenticated parameter
2014-02-02 2:01 UTC (2+ messages)
[PATCH 1/2] Bluetooth: Remove one level of indentation from hci_encrypt_change_evt
2014-02-02 1:57 UTC (2+ messages)
[PATCH] doc: Describe the new debug keys command and setting
2014-02-02 1:50 UTC (2+ messages)
[PATCH 3/3] Bluetooth: Remove use_debug_keys debugfs entry
2014-02-02 1:48 UTC (4+ messages)
[PATCH 3/3] Bluetooth: Remove __packed from struct smp_ltk
2014-02-01 2:42 UTC
[PATCH 2/3] Bluetooth: Rename authentication to key_type in mgmt_ltk_info
2014-02-01 2:42 UTC
[PATCH 2/2] Bluetooth: Track the AES-CCM encryption status of LE and BR/EDR links
2014-02-01 0:24 UTC
[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] 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 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)
"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 (2+ messages)
[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
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).