messages from 2013-12-17 10:32:47 to 2013-12-20 09:30:29 UTC [more...]
[PATCHv2] tools/l2cap-tester: Fix memory leak
2013-12-20 9:30 UTC
[PATCH] android/tester: Fix valgrind memory warnings
2013-12-20 9:12 UTC (3+ 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 v2 0/5] android: Permanent storage support
2013-12-19 12:38 UTC (6+ 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
[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] Bluetooth: hidp: make sure input buffers are big enough
2013-12-19 11:09 UTC
[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)
[PATCH 1/3] android/tester: Check status returned from HAL calls
2013-12-18 10:26 UTC (4+ messages)
` [PATCH 2/3] android/tester: Check return status for enable()
` [PATCH 3/3] android/tester: Enable bthost after device is enabled
[PATCH v2 1/5] android/tester: Add UUIDS set prop fail test case
2013-12-18 10:25 UTC (7+ messages)
` [PATCH v2 2/5] android/tester: Add COD "
` [PATCH v2 3/5] android/tester: Add TOD "
` [PATCH v2 4/5] android/tester: Add RSSI "
` [PATCH v2 5/5] android/tester: Add SERVICE_RECORD "
[PATCH 1/4] emulator: Add psm handling to bthost
2013-12-18 9:40 UTC (7+ messages)
` [PATCH 2/4] emulator: Add data handler for l2cap connections
` [PATCH 3/4] tools/l2cap-tester: Add client test with write data
` [PATCH 4/4] tools/l2cap-tester: Add server write test case
[PATCH 1/7] android/tester: Fix enum and define coding style
2013-12-18 8:57 UTC (16+ messages)
` [PATCH 2/7] android/tester: Check adapter cb irrespective of receiving order
` [PATCH 3/7] android/tester: Add UUIDS set prop fail test case
` [PATCH 4/7] android/tester: Add COD "
` [PATCH 5/7] android/tester: Add TOD "
` [PATCH 6/7] android/tester: Add RSSI "
` [PATCH 7/7] android/tester: Add SERVICE_RECORD "
[PATCH] android/tester: Fix not returning in failure
2013-12-18 8:42 UTC (2+ messages)
[PATCH 1/2] bluetooth/hidhost: Fix using feature event as output event
2013-12-18 8:03 UTC (4+ messages)
` [PATCH 2/2] android/hidhost: Simplify handle_uhid_output
[PATCH v3 bluetooth-next 0/8] 6lowpan: udp compression/uncompression fix
2013-12-17 14:18 UTC (10+ messages)
` [PATCH v3 bluetooth-next 1/8] 6lowpan: introduce lowpan_push_hc_data function
` [PATCH v3 bluetooth-next 2/8] 6lowpan: udp use "
` [PATCH v3 bluetooth-next 3/8] 6lowpan: fix udp compress ordering
` [PATCH v3 bluetooth-next 4/8] 6lowpan: fix udp byte ordering
` [PATCH v3 bluetooth-next 5/8] 6lowpan: add udp warning for elided checksum
` [PATCH v3 bluetooth-next 6/8] 6lowpan: udp use lowpan_fetch_skb function
` [PATCH v3 bluetooth-next 7/8] 6lowpan: udp use subtraction on both conditions
` [PATCH v3 bluetooth-next 8/8] 6lowpan: cleanup udp compress function
[PATCH_v3 1/5] android/pan: Rename pan_device_free to destroy_pan_device
2013-12-17 14:17 UTC (5+ messages)
` [PATCH_v3 2/5] bnep: Add bnep_new and bnep_free api's
` [PATCH_v3 3/5] bnep: Refactored bnep connect and disconnect calls
` [PATCH_v3 4/5] bnep: Refactored bnep server apis for bridge addition and deletion
` [PATCH_v3 5/5] bnep: Refactor bnep setup response validation functionality
[PATCH BlueZ] build: Add coverage support
2013-12-17 13:07 UTC (2+ messages)
[PATCH] Bluetooth: Fix HCI User Channel permission check in hci_sock_sendmsg
2013-12-17 11:50 UTC (2+ messages)
[PATCH 1/2] android/pts: Add PTS PICS and PIXIT for MAP
2013-12-17 11:38 UTC (3+ messages)
` [PATCH 2/2] android/pts: Add PTS test results "
[PATCH v2 bluetooth-next 0/7] 6lowpan: udp compression/uncompression fix
2013-12-17 11:25 UTC (11+ messages)
` [PATCH v2 bluetooth-next 1/7] 6lowpan: fix udp nullpointer dereferencing
` [PATCH v2 bluetooth-next 2/7] 6lowpan: fix udp compress ordering
` [PATCH v2 bluetooth-next 3/7] 6lowpan: fix udp byte ordering
` [PATCH v2 bluetooth-next 4/7] 6lowpan: add udp warning for elided checksum
` [PATCH v2 bluetooth-next 5/7] 6lowpan: udp use lowpan_fetch_skb function
` [PATCH v2 bluetooth-next 6/7] 6lowpan: udp use subtraction on both conditions
` [PATCH v2 bluetooth-next 7/7] 6lowpan: cleanup udp compress function
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