Linux bluetooth development
 help / color / mirror / Atom feed
 messages from 2013-12-18 11:20:56 to 2013-12-20 15:40:46 UTC [more...]

[PATCH BlueZ] android/AVDTP: Duplicate fd passed to avdtp_new
 2013-12-20 15:40 UTC  (8+ messages)

[PATCH 0/5] android: Update HAL to Android 4.4 API
 2013-12-20 14:00 UTC  (13+ messages)
` [PATCH 1/5] android/hal-bluetooth: Add support for sending LE_TEST_MODE command
` [PATCH 2/5] android/hal-bluetooth: Add support for enabling HCI snoop dump
` [PATCH 3/5] android/hal-bluetooth: Add support for remote version info property
` [PATCH 4/5] android/hal-bluetooth: Add support for device service record property
` [PATCH 5/5] android/bluetooth: Add stubs for missing commands

[PATCH] android/pan: Add pan sdp record for NAP role
 2013-12-20 13:53 UTC 

[PATCH] Bluetooth: hidp: make sure input buffers are big enough
 2013-12-20 13:36 UTC  (2+ messages)

[PATCH] android/tester: Add remote device found success test case
 2013-12-20 13:28 UTC  (2+ messages)

[PATCH 1/2] android/bluetooth-hal: Fix using wrong struct for buffer size
 2013-12-20 13:24 UTC  (3+ messages)
` [PATCH 2/2] android/bluetooth: Remove not needed local variable

[PATCH] android: Include btmon and l2test in userdebug builds
 2013-12-20 12:58 UTC  (2+ messages)

[PATCH_v7 1/5] bnep: Rename struct bnep_conn to bnep and vars for better readability
 2013-12-20 12:56 UTC  (6+ messages)
` [PATCH_v7 2/5] bnep: Add bnep_new and bnep_free api's
` [PATCH_v7 3/5] bnep: Add bnep_disconnect and bnep_set_disconnect apis
` [PATCH_v7 4/5] bnep: Refactored bnep connect and disconnect calls
` [PATCH_v7 5/5] bnep: Refactored bnep server apis for bridge addition and deletion

[PATCH] android/tester: Fix memory leak
 2013-12-20 12:42 UTC  (2+ messages)

Intel 7260 bluetooth malfunction when it is connected to EHCI bus
 2013-12-20 12:30 UTC  (20+ messages)

[PATCH 1/3] android/tester: Add Socket test invalid double listen
 2013-12-20 12:23 UTC  (4+ messages)
` [PATCH 2/3] android/tester: Make code consistent using < 0 comparison
` [PATCH 3/3] android/tester: Add test Connect returns valid fd

[PATCH 1/2] android/hal-bluetooth: Free device on close()
 2013-12-20 12:22 UTC  (3+ messages)
` [PATCH 2/2] android/tester: Fix memory leak using close()

[PATCH v2 0/5] android: Permanent storage support
 2013-12-20 12:16 UTC  (7+ messages)
` [PATCH v2 1/5] android/bluetooth: Add initial support for permanent storage
` [PATCH v2 2/5] android/bluetooth: Add initial support for storing device info
` [PATCH v2 3/5] android/bluetooth: Add support for storing link keys
` [PATCH v2 4/5] android/bluetooth: Add support for restoring devices from storage
` [PATCH v2 5/5] android: Set umask in system-emulator

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

[PATCH v2 BlueZ] android/AVDTP: Duplicate fd passed to avdtp_new
 2013-12-20 11:08 UTC  (2+ messages)

[PATCHv3 1/3] tools/l2cap-tester: Remove not necessary bthost_set_server_psm
 2013-12-20 11:03 UTC  (4+ messages)
` [PATCHv3 2/3] android/android-tester: "
` [PATCHv3 3/3] emulator/bthost: Remove not used bthost_set_server_psm

[PATCHv2] tools/l2cap-tester: Fix memory leak
 2013-12-20 10:20 UTC  (2+ messages)

[RFC] android/tester: Fix valgrind memory warnings
 2013-12-20  9:49 UTC 

[PATCH] android/tester: Fix valgrind memory warnings
 2013-12-20  9:30 UTC  (4+ messages)

[PATCH] tools/l2cap-tester: Fix memory leak
 2013-12-20  9:10 UTC 

[PATCHv2 1/6] emulator: Add new method for adding l2cap server
 2013-12-20  7:44 UTC  (8+ messages)
` [PATCHv2 2/6] tools/l2cap_tester: Add read client test case
` [PATCHv2 3/6] tools/l2cap_tester: Add write "
` [PATCHv2 4/6] tools/l2cap_tester: Add read server "
` [PATCHv2 5/6] tools/l2cap_tester: Add write "
` [PATCHv2 6/6] emulator: Remove not necessary bthost_set_server_psm

[PATCH BlueZ 1/4] android/AVDTP: Add avdtp_add_disconnect_cb and avdtp_remove_disconnect_cb
 2013-12-20  7:28 UTC  (5+ messages)
` [PATCH BlueZ 2/4] android/A2DP: Use avdtp_add_disconnect_cb to cleanup on disconnect
` [PATCH BlueZ 3/4] android/AVDTP: Add avdtp_shutdown
` [PATCH BlueZ 4/4] android/A2DP: Fix disconnecting after AVDTP session creation

[RFC v4 00/12] LE auto connection and connection parameters
 2013-12-19 21:07 UTC  (6+ messages)
` [RFC v4 05/12] Bluetooth: Stop scanning on LE connection

[PATCH_v6 1/5] android/pan: shutdown io channel on disconnect call
 2013-12-19 15:43 UTC  (7+ messages)
` [PATCH_v6 2/5] bnep: Rename struct bnep_conn to struct bnep for better readability
` [PATCH_v6 3/5] bnep: Add bnep_new and bnep_free api's
` [PATCH_v6 4/5] bnep: Refactored bnep connect and disconnect calls
` [PATCH_v6 5/5] bnep: Refactored bnep server apis for bridge addition and deletion

[PATCH 1/6] android/tester: Fix for not checking for BT_STATUS_SUCCESS
 2013-12-19 14:42 UTC  (9+ messages)
` [PATCH 2/6] android/tester: Fix bluetooth disable success test case
` [PATCH 3/6] android/tester: Add start device discovery "
` [PATCH 4/6] android/tester: Add stop device discovery done "
` [PATCH 5/6] android/tester: Add device discovery cancel success "
` [PATCH 6/6] android/tester: Add start device discovery done "

[PATCH] android/build: Adding l2test to Android.mk
 2013-12-19 13:33 UTC  (2+ messages)

[PATCH] avrcp: Remove unneeded code
 2013-12-19 13:18 UTC  (2+ messages)

[RFCv4 0/5] SSP MITM protection
 2013-12-19 13:08 UTC  (6+ messages)
` [RFCv4 1/5] Bluetooth: Refactor hci_get_auth_req()
` [RFCv4 2/5] Bluetooth: Refactor code for outgoing dedicated bonding
` [RFCv4 3/5] Bluetooth: Use MITM Protection when IO caps allow it
` [RFCv4 4/5] Bluetooth: Request MITM Protection when initiator
` [RFCv4 5/5] Bluetooth: Add management command to relax MITM Protection

[PATCH] Add PICS, PIXITs and PTS test results for L2CAP
 2013-12-19 13:01 UTC  (8+ messages)
` [PATCH] android/pts: Add PICS, PIXITs and PTS "

[PATCH 1/6] emulator: Add psm handling to bthost
 2013-12-19 12:11 UTC  (7+ messages)
` [PATCH 2/6] emulator: Add connect callback when setting l2cap server
` [PATCH 3/6] tools/l2cap_tester: Add read client test case
` [PATCH 4/6] tools/l2cap_tester: Add write "
` [PATCH 5/6] tools/l2cap_tester: Add read server "
` [PATCH 6/6] tools/l2cap_tester: Add write "

[PATCH 0/4] android: Permanent storage support
 2013-12-19  9:46 UTC  (9+ messages)
` [PATCH 1/4] android/bluetooth: Add initial support for permanent storage
` [PATCH 2/4] android/bluetooth: Add initial support for storing device info
` [PATCH 3/4] android/bluetooth: Add support for storing link keys
` [PATCH 4/4] android/bluetooth: Add support for restoring devices from storage

[PATCH] android/build: Adding l2test to Android.mk
 2013-12-19  9:33 UTC  (2+ messages)

[PATCH_v5 1/5] android/pan: shutdown io channel on disconnect call
 2013-12-19  9:15 UTC 

[PATCH 1/2] android/tester: Add Socket test close and listen
 2013-12-19  9:09 UTC  (6+ messages)
` [PATCH 2/2] android/socket: Handle Android events for server socket
` [PATCHv2 1/2] android/tester: Add Socket test close and listen
  ` [PATCHv2 2/2] android/socket: Handle Android events for server socket

[PATCH 0/3] Allow directly connect to RFCOMM channel
 2013-12-19  9:08 UTC  (9+ messages)
` [PATCH 1/3] android/socket: Refactor connect to allow directly connect to rfcomm
` [PATCH 2/3] android/socket: Connect directly to RFCOMM chan is uuid is zero
` [PATCH 3/3] android/tester: Test that connect call returns channel number
` [PATCHv2 1/3] android/socket: Refactor connect to allow directly connect to rfcomm
  ` [PATCHv2 2/3] android/socket: Connect directly to RFCOMM channel if uuid is zero
  ` [PATCHv2 3/3] android/tester: Test that connect call returns channel number

[PATCH_v5 1/5] android/pan: shutdown io channel on disconnect call
 2013-12-19  8:48 UTC  (5+ messages)
` [PATCH_v5 2/5] bnep: Rename struct bnep_conn to struct bnep for better readability
` [PATCH_v5 3/5] bnep: Add bnep_new and bnep_free api's
` [PATCH_v5 4/5] bnep: Refactored bnep connect and disconnect calls
` [PATCH_v5 5/5] bnep: Refactored bnep server apis for bridge addition and deletion

[PATCH_v4 1/7] android/pan: Free device after sending diconnected notification
 2013-12-19  8:48 UTC  (9+ messages)
` [PATCH_v4 2/7] android/pan: Change local_role to NONE only when device list is empty
` [PATCH_v4 3/7] android/pan: shutdown io channel on disconnect call
` [PATCH_v4 4/7] bnep: Rename struct bnep_conn to struct bnep for better readability
` [PATCH_v4 5/7] bnep: Add bnep_new and bnep_free api's
` [PATCH_v4 6/7] bnep: Refactored bnep connect and disconnect calls
` [PATCH_v4 7/7] bnep: Refactored bnep server apis for bridge addition and deletion

pull request: bluetooth 2013-12-18
 2013-12-18 19:23 UTC  (2+ messages)

[PATCH v2 BlueZ] build: Add coverage support
 2013-12-18 13:09 UTC 

[PATCH BlueZ] android/AVDTP: Fix not removing start_timer source
 2013-12-18 12:54 UTC  (2+ messages)

[PATCH 1/2] android/tester: Move Bluetooth HAL functions before socket HAL
 2013-12-18 12:53 UTC  (3+ messages)
` [PATCH 2/2] android/tester: Add bluetooth HAL test case - name prefix

[RFC 0/4] android: Permanent storage support
 2013-12-18 12:39 UTC  (10+ messages)
` [RFC 1/4] android/bluetooth: Add initial support for permanent storage
` [RFC 2/4] android/bluetooth: Add initial support for storing device info
` [RFC 3/4] android/bluetooth: Add support for storing link keys
` [RFC 4/4] android/bluetooth: Add support for restoring devices from storage

[PATCH] avctp: Move avctp.c|h from profiles/audio to protocol/
 2013-12-18 11:57 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox