messages from 2013-10-18 19:04:52 to 2013-10-23 07:41:53 UTC [more...]
[PATCH_v2 0/7] Initial code for hal hid host
2013-10-23 7:41 UTC (2+ messages)
` [PATCH_v2 1/7] android: Return right from hal_ipc_cmd call in hal hid connect
[RFC 0/5] Bluetooth LE 6LoWPAN
2013-10-23 6:52 UTC (6+ messages)
` [RFC 1/5] Bluetooth: Initial skeleton code for BT "
` [RFC 2/5] Bluetooth: Enable 6LoWPAN support for BT LE devices
` [RFC 3/5] route: Exporting ip6_route_add() so that BLE 6LoWPAN can use it
` [RFC 4/5] Bluetooth: Set route to peer for 6LoWPAN
` [RFC 5/5] Bluetooth: Manually enable or disable 6LoWPAN between devices
[PATCH] android: Fix build error for Android
2013-10-23 6:40 UTC (2+ messages)
[PATCH 1/6] android: Handle mgmt changed events
2013-10-22 20:23 UTC (7+ messages)
` [PATCH 2/6] android: Add initial code for handling adapter commands
` [PATCH 3/6] adapter: Print debug message with IPC message header parameters
` [PATCH 4/6] android/hal: Use correct service id for adapter commands
` [PATCH 5/6] android: Fix error response for unknown command
` [PATCH 6/6] adapter: Implement adapter enable and disable commands
[PATCH 1/5] android: Add initial code for hidhost virtual unplug
2013-10-22 20:16 UTC (6+ messages)
` [PATCH 2/5] android: Add initial code for hidhost get and set protocol
` [PATCH 3/5] android: Add initial code for hidhost get and set report
` [PATCH 4/5] android: Add initial code for hidhost send data
` [PATCH 5/5] android: Add initial code for hidhost set hid information
[PATCH] android: Create header links for lib
2013-10-22 16:42 UTC
[PATCH 1/5] android/hal: Unify HALs callbacks pointers definition
2013-10-22 14:19 UTC (6+ messages)
` [PATCH 2/5] adapter/hal: Implement adapter enable call
` [PATCH 3/5] adapter/hal: Implement adapter disable call
` [PATCH 4/5] android/hal: Use notification socket for daemon lifetime tracking
` [PATCH 5/5] android: Remove not needed include
[PATCH v3 1/6] android/hal: Make hal.h self contained
2013-10-22 13:17 UTC (7+ messages)
` [PATCH v3 2/6] android: Define helper payload field in hal_msg_hdr
` [PATCH v3 3/6] android: Fix non-existing event definition
` [PATCH v3 4/6] android: Define minimum legal notification event ID
` [PATCH v3 5/6] android/hal: Add initial code for notification handling
` [PATCH v3 6/6] android/hal: Add initial support for handling adapter notifications
[PATCH] android: Add initial code for hidhost connect and disconnect
2013-10-22 13:05 UTC (2+ messages)
[PATCH] android/hal: Fix receiving of commands with no response parameter
2013-10-22 12:11 UTC (2+ messages)
[PATCH v2 1/3] android/hal: Make hal.h self contained
2013-10-22 11:18 UTC (3+ messages)
` [PATCH v2 2/3] android/hal: Add initial code for notification handling
` [PATCH v2 3/3] android/hal: Add initial support for handling adapter notifications
[PATCH] android: Add initial UHID code
2013-10-22 11:17 UTC
[PATCH 0/3] android: add support for hidhost to haltest
2013-10-22 11:15 UTC (5+ messages)
` [PATCH 1/3] android: Add definition of buffer sizes "
` [PATCH 2/3] android: Add calls to hidhost interface "
` [PATCH 3/3] android: Add help to hidhost in haltest
[PATCH 1/2] android/hal: Add initial code for notification handling
2013-10-22 10:59 UTC (2+ messages)
` [PATCH 2/2] android/hal: Add initial support for handling adapter notifications
[PATCH] android: Fix compilation error for Android 4.2.2
2013-10-22 10:44 UTC (3+ messages)
[PATCH] android: HID host
2013-10-22 10:43 UTC
[PATCH BlueZ] core: Fix crash while processing SDP records
2013-10-22 10:38 UTC (2+ messages)
[PATCH] android: Add hidhost defines and structures to header file
2013-10-22 10:34 UTC (2+ messages)
[PATCH_v2] android: Add hidhost defines and structures to header file
2013-10-22 9:07 UTC
[PATCH 0/3] Add basic commands to haltest
2013-10-22 7:59 UTC (7+ messages)
` [PATCH 1/3] android: Add space in prompt in haltest
` [PATCH 2/3] android: Add handling of Ctrl-c to haltest
` [PATCH 3/3] android: Add help and quit "
[PATCH] android: Improve hal_ipc_cmd helper
2013-10-22 7:34 UTC (2+ messages)
[PATCH] Bluetooth: Add function name to debug prints
2013-10-22 7:29 UTC (2+ messages)
[PATCH] android: Add missing HAL IPC error status definitions
2013-10-22 7:03 UTC (2+ messages)
[PATCH] android: Add capabilities and set userid
2013-10-22 6:35 UTC
[PATCH] android: Add capabilities and set userid
2013-10-22 6:28 UTC
GATT - How to mark an attribute as requiring encryption
2013-10-22 1:31 UTC (2+ messages)
pull request: bluetooth-next 2013-10-21
2013-10-21 22:37 UTC
Issue with the kernel bluetooth HCI_Delete_Stored_Link_Key command patch
2013-10-21 21:58 UTC (4+ messages)
[PATCH 1/3] Bluetooth: Add L2CAP channel to skb private data
2013-10-21 20:53 UTC (4+ messages)
` [PATCH 2/3] Bluetooth: Use bt_cb(skb)->chan to send raw data back
` [PATCH 3/3] Bluetooth: Remove sk member from struct l2cap_chan
[PATCH -v2 1/5] Bluetooth: Remove not used struct sock
2013-10-21 20:01 UTC (6+ messages)
` [PATCH -v2 2/5] Bluetooth: Do not access chan->sk directly
` [PATCH -v2 3/5] Bluetooth: Hold socket in defer callback in L2CAP socket
` [PATCH -v2 4/5] Bluetooth: Remove socket lock from l2cap_state_change()
` [PATCH -v2 5/5] Bluetooth: Remove parent socket usage from l2cap_core.c
[PATCH v3 01/11] android/hal: Move IPC and sockets related code to separate file
2013-10-21 19:58 UTC (12+ messages)
` [PATCH v3 02/11] android/hal: Add initial code for sending commands
` [PATCH v3 03/11] android/hal: Register adapter and socket interface on HAL init
` [PATCH v3 04/11] android: Split command and notification socket watch
` [PATCH v3 05/11] android: Define IPC MTU size
` [PATCH v3 06/11] android: Add HAL_SERVICE_ID_MAX define
` [PATCH v3 07/11] android: Add main_quit function
` [PATCH v3 08/11] android: Add IPC helper for sending command responses and notification
` [PATCH v3 09/11] android: Add IPC helper for convenient error sending
` [PATCH v3 10/11] android: Add initial code for handling HAL commands
` [PATCH v3 11/11] android: Implement core service functionality
[PATCH] android: Add README file with instructions
2013-10-21 19:47 UTC
Review about Linux Kernel Bluetooth subsystem in a new Linux Kernel Networking book
2013-10-21 16:47 UTC
[PATCH] android: Add capabilities and set userid
2013-10-21 15:09 UTC
[PATCH] Bluetooth: Fix enabling fast connectable on LE-only controllers
2013-10-21 14:19 UTC (2+ messages)
[PATCH BlueZ] core: Fix not forwarding errors caused by SDP search properly
2013-10-21 13:26 UTC (2+ messages)
[PATCH v2 1/3] android: Add missing error status description for Core Service
2013-10-21 13:25 UTC (4+ messages)
` [PATCH v2 2/3] android/hal: Add initial code for sending commands
` [PATCH v2 3/3] android/hal: Register adapter and socket interface on HAL init
[RFCv1 0/6] Set of patches implementing missing IPC functionality
2013-10-21 11:28 UTC (7+ messages)
` [RFCv1 1/6] android: Add capabilities and set userid
` [RFCv1 2/6] android: Handle mgmt changed events
` [RFCv1 3/6] android: Implement basic HAL server
` [RFCv1 4/6] android: Add HAL message helpers
` [RFCv1 5/6] android: Add helper to send fd using SCM_RIGHTS
` [RFCv1 6/6] android: Add Android HAL callback task
[PATCH BlueZ v2] android: Add A2DP skeleton
2013-10-21 10:44 UTC (2+ messages)
[PATCH BlueZ] android: Add A2DP skeleton
2013-10-21 8:39 UTC
[PATCH 1/4] android: Add missing error status description for Core Service
2013-10-21 8:08 UTC (4+ messages)
` [PATCH 2/4] android:hal: Add initial code for sending commands
` [PATCH 3/4] android:hal: Add support for receiving fd in command response
` [PATCH 4/4] android:hal: Register adapter and socket interface on HAL init
[PATCH BlueZ] android: Add audio plugin protocol to API doc
2013-10-21 7:59 UTC
[RFC 0/6] Logging from Android HAL library
2013-10-20 19:40 UTC (8+ messages)
` [RFC 1/6] android: Add wrapper for HAL logging
` [RFC 2/6] android: Use hal-log.h for logging in bluetooth HAL
` [RFC 3/6] android: Use hal-log.h for logging in hidhost HAL
` [RFC 4/6] android: Use hal-log.h for logging in pan HAL
` [RFC 5/6] android: Use hal-log.h for logging in socket HAL
` [RFC 6/6] android: Remove not needed cutils/log.h stub
[PATCH v2 0/6] Initial Android IPC
2013-10-20 19:37 UTC (8+ messages)
` [PATCH v2 1/6] android: Fix missing log cleanup on daemon exit
` [PATCH v2 2/6] android: Improve cutils/log.h stubs
` [PATCH v2 3/6] android: Define path for HAL communication socket
` [PATCH v2 4/6] android: Connect daemon to HAL library
` [PATCH v2 5/6] android: Make HAL library wait for daemon to connect on init
` [PATCH v2 6/6] android: Remove not needed property_get function form cutils stubs
[PATCH 0/9] Bluetooth: Add LE support for mgmt_set_discoverable
2013-10-20 16:07 UTC (14+ messages)
` [PATCH 1/9] Bluetooth: Check for flag instead of features in update_scan_rsp_data()
` [PATCH 2/9] Bluetooth: Check for flag instead of features in update_adv_data()
` [PATCH 3/9] Bluetooth: Add missing check for BREDR_ENABLED flag in update_class()
` [PATCH 4/9] Bluetooth: Refactor set_connectable settings update to separate function
` [PATCH 5/9] Bluetooth: Fix updating settings when there are no HCI commands to send
` [PATCH 6/9] Bluetooth: Move mgmt_pending_find to avoid forward declarations
` [PATCH 7/9] Bluetooth: Fix sending write_scan_enable when BR/EDR is disabled
` [PATCH 8/9] Bluetooth: Move HCI_LIMITED_DISCOVERABLE changes to a general place
` [PATCH 9/9] Bluetooth: Update Set Discoverable to support LE
` [PATCH v2] "
` [PATCH v3] "
[PATCH] Bluetooth: Fix minor coding style issue in hci_core.c
2013-10-19 17:52 UTC (2+ messages)
[PATCH] Bluetooth: Fix UUID values in blacklist debugfs file
2013-10-19 17:51 UTC (2+ messages)
[PATCH v2 3/3] Bluetooth: Expose debugfs settings for LE connection interval
2013-10-19 17:07 UTC (2+ messages)
[PATCH v2 1/3] Bluetooth: Add support for setting SSP debug mode
2013-10-19 16:07 UTC (2+ messages)
[PATCH v2 2/3] Bluetooth: Add support for setting DUT mode
2013-10-19 14:09 UTC
[PATCH] Bluetooth: Remove interval parameter from HCI connection
2013-10-19 13:52 UTC (2+ messages)
[PATCH] Bluetooth: Add LE features to debugfs if available
2013-10-19 13:52 UTC (2+ messages)
[PATCH v2] Bluetooth: Add support for setting SSP debug mode
2013-10-19 13:34 UTC (2+ messages)
[PATCH] Bluetooth: Expose setting if debug keys are used or not
2013-10-19 13:31 UTC (2+ messages)
[PATCH 1/2] Bluetooth: Select the own address type during initial setup phase
2013-10-19 13:30 UTC (2+ messages)
[PATCH 0/5] Initial Android IPC
2013-10-19 13:28 UTC (7+ messages)
` [PATCH 1/5] android: Fix cutils/log.h stubs
` [PATCH 2/5] android: Define path for HAL communication socket
` [PATCH 3/5] android: Connect daemon to HAL library
` [PATCH 4/5] android: Make HAL library wait for daemon to connect on init
` [PATCH 5/5] android: Remove not needed property_get function form cutils stubs
[PATCH] Bluetooth: Expose current list of long term keys via debugfs
2013-10-19 13:27 UTC (2+ messages)
[PATCH] Bluetooth: Expose white list size information in debugfs
2013-10-19 13:27 UTC (2+ messages)
[PATCH] Bluetooth: Remove bus attribute in favor of hierarchy
2013-10-19 13:27 UTC (2+ messages)
[PATCH 1/7] Bluetooth: Move HCI device features into hci_core.c
2013-10-19 13:25 UTC (2+ messages)
[PATCH] Bluetooth: Expose debugfs settings for LE connection interval
2013-10-19 12:44 UTC
[PATCH] Bluetooth: Add support for setting DUT mode
2013-10-19 10:05 UTC
[PATCH] Bluetooth: Add support for setting SSP debug mode
2013-10-19 9:06 UTC
[PATCH 2/2] Bluetooth: Expose debugfs entry read/write own address type
2013-10-18 23:38 UTC
[PATCH] Bluetooth: ath3k: add support for 0930:021c
2013-10-18 19:20 UTC (3+ messages)
[PATCH 7/7] Bluetooth: Expose current list of link keys via debugfs
2013-10-18 19:04 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