messages from 2014-01-22 18:06:42 to 2014-01-27 20:35:18 UTC [more...]
[PATCH BlueZ v3 00/18] GATT API: External Services
2014-01-27 20:35 UTC (36+ messages)
` [PATCH BlueZ v4 "
` [PATCH BlueZ v4 01/18] doc: Add GATT API
` [PATCH BlueZ v4 02/18] gatt: Add stub for gatt.{c, h} files
` [PATCH BlueZ v4 03/18] gatt: Register Manager D-Bus Interface
` [PATCH BlueZ v4 04/18] gatt: Add registering external service
` [PATCH BlueZ v4 05/18] lib: Move GATT UUID to uuid.h
` [PATCH BlueZ v4 06/18] gatt: Add helper for creating GATT services
` [PATCH BlueZ v4 07/18] gatt: Add external services tracking
` [PATCH BlueZ v4 08/18] gatt: Add server unix socket
` [PATCH BlueZ v4 09/18] gattrib: Use default ATT LE MTU for non-standard sockets
` [PATCH BlueZ v4 10/18] gatt: Register ATT command/event handler
` [PATCH BlueZ v4 11/18] gatt: Add Discover All Primary Services
` [PATCH BlueZ v4 12/18] test: Add external service GATT skeleton
` [PATCH BlueZ v4 13/18] gitignore: Add test/gatt-service
` [PATCH BlueZ v4 14/18] test: Add signal handling for gatt-service
` [PATCH BlueZ v4 15/18] test: Add registering external service
` [PATCH BlueZ v4 16/18] gatttool: Add unix socket connect
` [PATCH BlueZ v4 17/18] gatttool: Add unix socket support for interactive mode
` [PATCH BlueZ v4 18/18] bluetooth.conf: Add ObjectManager interface
` [PATCH BlueZ v5 00/18] GATT API: External Services
` [PATCH BlueZ v5 01/18] doc: Add experimental GATT API
` [PATCH BlueZ v5 02/18] gatt: Add stub for gatt.{c, h} files
` [PATCH BlueZ v5 03/18] gatt: Register Manager D-Bus Interface
` [PATCH BlueZ v5 04/18] gatt: Add registering external service
` [PATCH BlueZ v5 05/18] lib: Move GATT UUID to uuid.h
` [PATCH BlueZ v5 06/18] gatt: Add helper for creating GATT services
` [PATCH BlueZ v5 07/18] gatt: Add external services tracking
` [PATCH BlueZ v5 08/18] gatt: Add server unix socket
` [PATCH BlueZ v5 09/18] gattrib: Use default ATT LE MTU for non-standard sockets
` [PATCH BlueZ v5 10/18] gatt: Register ATT command/event handler
` [PATCH BlueZ v5 11/18] gatt: Add Discover All Primary Services
` [PATCH BlueZ v5 12/18] test: Add external service GATT skeleton
[RFC BlueZ] android/AVDTP: Make signalling channel high priority
2014-01-27 20:24 UTC
[PATCH BlueZ 0/4] android: Minor fixes
2014-01-27 20:03 UTC (12+ messages)
` [PATCH BlueZ 1/4] android/tester: Fix crash on failure inside setup()
` [PATCH BlueZ 2/4] android: Remove useless extra parenthesis
` [PATCH BlueZ 3/4] android: Trivial replacement of tabs where spaces are expected
` [PATCH BlueZ 4/4] emulator: Fix crash if socket(AF_ALG) is not support by the kernel
` [PATCH BlueZ v2 0/4] android: Minor fixes
` [PATCH BlueZ 4/4] emulator: Fix crash if socket(AF_ALG) is not supported by the kernel
[PATCH] Rename adapter_remove_device to btd_adapter_remove_device
2014-01-27 19:45 UTC (6+ messages)
[PATCH 1/2] unit/avdtp: trivial: Remove empty line
2014-01-27 19:32 UTC (3+ messages)
` [PATCH 2/2] android/avctp: Trivial cleanup code
[PATCH 1/3] bnep: Calculate ifindex after NULL check
2014-01-27 18:41 UTC (8+ messages)
` [PATCH 2/3] android/avdtp: Retry send on EAGAIN as well
` [PATCH 3/3] avctp: Fix unchecked return value
` [PATCHv2] "
[RFC] Initial avctp test
2014-01-27 18:36 UTC (3+ messages)
` [RFC] unit/avctp: Add initial AVCTP test setup
Paired LE HoG devices are unable to reconnect to BlueZ host when discovery is active
2014-01-27 18:35 UTC (2+ messages)
[PATCH] unit/ringbuf: Fix memory leak
2014-01-27 18:09 UTC (2+ messages)
[PATCH BlueZ 1/2] unit/test-ringbuf: Fix indentation
2014-01-27 17:56 UTC (3+ messages)
` [PATCH BlueZ 2/2] shared: Fix undefined behavior when calculating next power of two
Getting channel info for LE scan
2014-01-27 15:08 UTC
[PATCH 1/3] Bluetooth: Fix BT_SECURITY socket option for fixed channels (ATT)
2014-01-27 13:51 UTC (6+ messages)
` [PATCH 2/3] Bluetooth: Fix freeing l2cap_chan while it's locked
` [PATCH 3/3] Bluetooth: Fix CID initialization for fixed channels
[PATCH BlueZ v3 1/8] android: Add copy of current AVCTP implemention
2014-01-27 0:20 UTC (9+ messages)
` [PATCH BlueZ v3 2/8] android/AVCTP: Strip dependencies
` [PATCH BlueZ v3 3/8] android: Add initial skeleton for AVRCP in the daemon
` [PATCH BlueZ v3 4/8] android: Add initial skeleton for AVRCP in the HAL
` [PATCH BlueZ v3 5/8] android/haltest: Add init and cleanup calls to rc methods
` [PATCH BlueZ v3 6/8] android/AVRCP: Add implementation of SDP record
` [PATCH BlueZ v3 7/8] android/AVCTP: Add avctp_set_destroy_cb
` [PATCH BlueZ v3 8/8] android/AVRCP: Add initial socket handling
Discovering LE advertisements programatically
2014-01-26 11:20 UTC (4+ messages)
3.14-mw regression: circular locking dependency (&tty->legacy_mutex){+.+.+.}, at: [<ffffffff81ad6344>] tty_lock_nested+0x44/0xa0
2014-01-26 10:47 UTC
[PATCH BlueZ 0/2] Basic [sg]etsockopt() testing in l2cap-tester
2014-01-25 23:16 UTC (9+ messages)
` [PATCH BlueZ 1/2] tools/l2cap-tester: Test setsockopt(BT_SECURITY) on LE client
` [PATCH BlueZ 2/2] tools/l2cap-tester: Test getsockopt(L2CAP_OPTIONS) on LE server
[PATCH] android/pts: Add PTS test results for A2DP
2014-01-25 0:03 UTC (4+ messages)
[PATCH] android/pts: Add PTS test results for PBAP
2014-01-24 22:04 UTC (2+ messages)
[PATCH 1/2] android/hal-audio: Refactor error messages
2014-01-24 22:02 UTC (3+ messages)
` [PATCH 2/2] android/hal-audio: Remove DBG from SBC functions
[PATCH] android: Update Audio IPC documentation
2014-01-24 22:01 UTC (2+ messages)
[PATCH] android/a2dp: Fix audio resume on started stream
2014-01-24 22:00 UTC (2+ messages)
[PATCH BlueZ] attrib: Fix crash if g_attrib_new() fails
2014-01-24 21:57 UTC (2+ messages)
[RFC BlueZ 0/2] Print bluetoothd messages in btmon
2014-01-24 21:41 UTC (3+ messages)
` [RFC BlueZ 1/2] monitor: Add stubs for monitoring bluetoothd's journal entries
` [RFC BlueZ 2/2] monitor: Add support for printing bluetoothd messages
[PATCH v3 0/5] Remote device cache support
2014-01-24 14:21 UTC (7+ messages)
` [PATCH v3 1/5] android/bluetooth: Split devices list to devices and bonded_devices
` [PATCH v3 2/5] android/bluetooth: Use defines for settings and devices files paths
` [PATCH v3 3/5] android/bluetooth: Add support for caching remote device info
` [PATCH v3 4/5] android/bluetooth: Add support for loading caches devices from storage
` [PATCH v3 5/5] android/bluetooth: Rename devices list to cached_devices
[PATCH BlueZ v2 1/8] android: Add copy of current AVCTP implemention
2014-01-24 13:24 UTC (8+ messages)
` [PATCH BlueZ v2 2/8] android/AVCTP: Strip dependencies
` [PATCH BlueZ v2 3/8] android: Add initial skeleton for AVRCP in the daemon
` [PATCH BlueZ v2 4/8] android: Add initial skeleton for AVRCP in the HAL
` [PATCH BlueZ v2 5/8] android/haltest: Add init and cleanup calls to rc methods
` [PATCH BlueZ v2 6/8] android/AVRCP: Add implementation of SDP record
` [PATCH BlueZ v2 7/8] android/AVCTP: Add avctp_set_destroy_cb
` [PATCH BlueZ v2 8/8] android/AVRCP: Add initial socket handling
[PATCH] avrcp: Use NULL for zero pointers
2014-01-24 11:58 UTC (2+ messages)
[PATCH BlueZ 1/8] android: Add copy of current AVCTP implemention
2014-01-24 11:27 UTC (10+ messages)
` [PATCH BlueZ 2/8] android/AVCTP: Strip dependencies
` [PATCH BlueZ 3/8] android: Add initial skeleton for AVRCP in the daemon
` [PATCH BlueZ 4/8] android: Add initial skeleton for AVRCP in the HAL
` [PATCH BlueZ 5/8] android/haltest: Add init and cleanup calls to rc methods
` [PATCH BlueZ 6/8] android/AVRCP: Add implementation of SDP record
` [PATCH BlueZ 7/8] android/AVCTP: Add avctp_set_destroy_cb
` [PATCH BlueZ 8/8] android/AVRCP: Add initial socket handling
[PATCH] android/hal-audio: Workaround AudioFlinger issues
2014-01-24 10:09 UTC (2+ messages)
[PATCH v2 1/2] Bluetooth: Rename L2CAP_CHAN_CONN_FIX_A2MP to L2CAP_CHAN_FIXED
2014-01-24 8:46 UTC (4+ messages)
` [PATCH v2 2/2] Bluetooth: Switch ATT channels to use L2CAP_CHAN_FIXED
[PATCH 1/2] Bluetooth: Rename L2CAP_CHAN_CONN_FIX_A2MP to L2CAP_CHAN_FIXED_CID
2014-01-24 8:29 UTC (5+ messages)
` [PATCH 2/2] Bluetooth: Switch ATT channels to use L2CAP_CHAN_FIXED_CID
[PATCH 1/9] android/ipc-tester: Add cases for SOCK msg size
2014-01-23 23:25 UTC (2+ messages)
[PATCH] android/audio: Fix for loading audio lib
2014-01-23 18:09 UTC (2+ messages)
[PATCH v2 1/2] android/hal-audio: Simplify and fix locking
2014-01-23 18:08 UTC (3+ messages)
` [PATCH v2 2/2] android/hal-audio: Don't try to unregister endpoints on handler exit
[RFC] Valgrind on Android
2014-01-23 17:54 UTC (2+ messages)
` [RFC] android: Add support for Valgrind in debug variants
[PATCH 01/10] android/tester: Coding style and syntax fix
2014-01-23 16:57 UTC (10+ messages)
` [PATCH 02/10] android/tester: Add create bond with PIN success test case
` [PATCH 03/10] android/tester: Add create bond with PIN fail "
` [PATCH 04/10] android/tester: Add create bond with SSP sucess "
` [PATCH 05/10] android/tester: Add create bond with SSP fail "
` [PATCH 06/10] android/tester: Add create bond with no discovery "
` [PATCH 07/10] android/tester: Add create bond with bad addr fail "
` [PATCH 08/10] android/tester: Add cancel bond success "
` [PATCH 09/10] android/tester: Add remove "
` [PATCH 10/10] android/tester: Add remove bond bad addr dev "
[PATCH] android/a2dp: Free device outside of notify function
2014-01-23 16:43 UTC (2+ messages)
[PATCH 1/2] android/hal-audio: Check calloc return value
2014-01-23 15:43 UTC (2+ messages)
` [PATCH 2/2] android/hal-audio: Do not allocate memory if fd < 0
[PATCH SBC 1/2] sbc: Add sbc_reinit_a2dp
2014-01-23 15:32 UTC (3+ messages)
` [PATCH SBC 2/2] sbc: Add sbc_reinit_a2dp to sbc.sym
[PATCH 1/2] android/hal-audio: Simplify and fix locking
2014-01-23 14:21 UTC (2+ messages)
` [PATCH 2/2] android/hal-audio: Don't try to unregister endpoints on handler exit
[PATCH 1/3] android/pan: Fix control state change callback parameters order
2014-01-23 13:39 UTC (3+ messages)
` [PATCH 2/3] android/pan: Handle error case properly in NAP registration
` [PATCH 3/3] android/pan: Fix bnep interface name
[PATCH] btproxy: Fix resource leak
2014-01-23 13:24 UTC (2+ messages)
[PATCH v3 00/10] android: Add SBC encoding
2014-01-23 9:43 UTC (2+ messages)
[PATCH] 6lowpan: add a license to 6lowpan_iphc module
2014-01-23 5:59 UTC (3+ messages)
[PATCH] android/hidhost: Fix vid and pid information
2014-01-22 23:09 UTC (2+ messages)
[PATCH 1/3] bnep: avoid use of caddr_t
2014-01-22 21:20 UTC (7+ messages)
` [PATCH v2 0/3] Various fixes for building bluez with musl libc
` [PATCH v2 1/3] various header include fixes for building "
` [PATCH v3] "
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).