Linux bluetooth development
 help / color / mirror / Atom feed
 messages from 2013-10-21 20:22:26 to 2013-10-25 10:50:01 UTC [more...]

[PATCH v2 01/15] android: Remove not needed local variable in connect_hal
 2013-10-25 10:50 UTC  (5+ messages)
` [PATCH v2 02/15] android: Add properties defines to hal-msg.h
` [PATCH v2 03/15] android/hal: Add support for sending adapter set property command
` [PATCH v2 04/15] android/hal: Add support for sending adapter get "
` [PATCH v2 05/15] android/hal: Add support for sending adapter get properties command

[PATCH 0/2] Add basic scripting to haltest
 2013-10-25 10:36 UTC  (4+ messages)
` [PATCH 1/2] android/client: Add source command "
` [PATCH 2/2] android/client: Add processing of .haltestrc

[PATCH] android/client: Fix incorrect casts of addresses
 2013-10-25 10:34 UTC  (5+ messages)

[PATCH 01/15] android: Remove not needed local variable in connect_hal
 2013-10-25 10:15 UTC  (17+ messages)
` [PATCH 02/15] android: Add properties defines to hal-msg.h
` [PATCH 03/15] android/hal: Add support for sending adapter set property command
` [PATCH 04/15] android/hal: Add support for sending adapter get "
` [PATCH 05/15] android/hal: Add support for sending adapter get properties command
` [PATCH 06/15] android/hal: Add support for sending create bond command
` [PATCH 07/15] android/hal: Add support for sending cancel "
` [PATCH 08/15] android/hal: Add support for sending adapter remove "
` [PATCH 09/15] android/hal: Add support for sending adapter PIN reply command
` [PATCH 10/15] android: Add missing SSP Variant definitions to IPC document
` [PATCH 11/15] android: Add missing SSP variant definitions to IPC header
` [PATCH 12/15] android/hal: Add support for sending adapter SSP reply command
` [PATCH 13/15] android/hal: Add support for handling adapter properties change event
` [PATCH 14/15] android: Add missing success status definition to IPC header
` [PATCH 15/15] android: Add initial support for handling adapter get property command

[PATCH] android: Cleanup error handling
 2013-10-25 10:09 UTC  (3+ messages)

[PATCH] android/client: Fix crash in tab completion
 2013-10-25  9:15 UTC 

[PATCH v2] android/client: Fix various coding style issues
 2013-10-25  8:16 UTC  (2+ messages)

[PATCH] android: Make haltest and bluetoothd depend on HAL lib
 2013-10-25  8:11 UTC  (2+ messages)

GATT - How to mark an attribute as requiring encryption
 2013-10-24 20:46 UTC  (3+ messages)

[PATCH] Bluetooth: Add hci_h4p driver
 2013-10-24 18:41 UTC  (6+ messages)

[PATCH] android: Fix debug logs when running on Android
 2013-10-24 15:40 UTC  (2+ messages)

[PATCH v2 1/5] android: Start command watch after notify channel is connected
 2013-10-24 15:34 UTC  (6+ messages)
` [PATCH v2 2/5] android: Fix bt_adapter_init
` [PATCH v2 3/5] android: Remove not needed adapter parameter from bt_adapter_ready
` [PATCH v2 4/5] android: Use default adapter in adapter functions
` [PATCH v2 5/5] android: Use adapter index in mgmt functions

[PATCH] android/client: Fix various coding style issues
 2013-10-24  8:50 UTC 

[PATCH 1/5] android: Start command watch after notify channel is connected
 2013-10-24  8:36 UTC  (5+ messages)
` [PATCH 2/5] android: Fix bt_adapter_init
` [PATCH 3/5] android: Remove not needed adapter parameter from bt_adapter_ready
` [PATCH 4/5] android: Use default adapter in adapter functions
` [PATCH 5/5] android: Use adapter index in mgmt functions

[PATCHv1 0/2] Enable av interface
 2013-10-24  7:39 UTC  (5+ messages)
` [PATCHv1 1/2] android: haltest: Enable av interface in test tool
` [PATCHv1 2/2] android: Enable AV interface

Use Bluez as peripheral
 2013-10-23 22:16 UTC 

[PATCH] Bluetooth: Fix limited discoverable mode for Zeevo modules
 2013-10-23 16:44 UTC  (2+ messages)

[PATCH] android: Add calls to av methods in haltest
 2013-10-23 16:35 UTC  (2+ messages)

[PATCH 1/6] android: Add missing adapter state values to IPC documentation
 2013-10-23 16:34 UTC  (7+ messages)
` [PATCH 2/6] android: Add missing adapter state values to IPC header
` [PATCH 3/6] android/hal: Fix crash while receiving notification
` [PATCH 4/6] android: Send notification on adapter power state change
` [PATCH 5/6] android/hal: Verify if command response service ID match
` [PATCH 6/6] android: Fix use of invalid service ID in response

[PATCH] android: Use helper function for finding headers
 2013-10-23 14:41 UTC  (2+ messages)

[PATCH] android: Fix compilation error
 2013-10-23 13:06 UTC  (2+ messages)

[PATCH v3] android: Fix build error for Android
 2013-10-23 12:59 UTC  (2+ messages)

[PATCH] android: Make use of Android system headers instead of local one
 2013-10-23 12:59 UTC  (3+ messages)

[RFC 0/5] Bluetooth LE 6LoWPAN
 2013-10-23 12:41 UTC  (10+ 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 1/6] android: Add initial code for services register
 2013-10-23 11:29 UTC  (7+ messages)
` [PATCH 2/6] android: Add initial code for services unregister
` [PATCH 3/6] android: Add support for registering "bluetooth" service
` [PATCH 4/6] android: Add bt_adapter_get_address function
` [PATCH 5/6] android: Add initial code for socket service
` [PATCH 6/6] android: Add support for registering and unregistering hid service

[PATCH] android: Check that service is started
 2013-10-23 11:03 UTC  (2+ messages)

[PATCH 0/2] Add support to pan and socket in haltest
 2013-10-23 10:05 UTC  (4+ messages)
` [PATCH 1/2] android: Add calls to socket methods "
` [PATCH 2/2] android: Add calls to pan methods to haltest

[PATCH] android: Fix build error for Android
 2013-10-23  9:18 UTC  (2+ messages)

[PATCH v3 BlueZ 1/4] android: Fix build dependency of bluetoothd on target
 2013-10-23  8:50 UTC  (4+ messages)
` [PATCH v3 BlueZ 2/4] android: Fix build dependency of bluetooth.default.so HAL "
` [PATCH v3 BlueZ 3/4] android: Fix build dependency of haltest "
` [PATCH v3 BlueZ 4/4] android: Add variable ROOT_PATH to Android.mk

[PATCH v2 BlueZ 1/4] android: Fix build dependency of bluetoothd on target
 2013-10-23  8:08 UTC  (4+ messages)
` [PATCH v2 BlueZ 2/4] android: Fix build dependency of bluetooth.default.so HAL "
` [PATCH v2 BlueZ 3/4] android: Fix build dependency of haltest "
` [PATCH v2 BlueZ 4/4] android: Add variable ROOT_PATH to Android.mk

[PATCHv2] android: Create header links for lib
 2013-10-23  8:00 UTC  (2+ messages)

[PATCH_v2 0/7] Initial code for hal hid host
 2013-10-23  7:59 UTC  (9+ messages)
` [PATCH_v2 1/7] android: Return right from hal_ipc_cmd call in hal hid connect
` [PATCH_v2 2/7] android: Return right from hal_ipc_cmd call in hal hid disconnect
` [PATCH_v2 3/7] android: Add initial code for hidhost virtual unplug
` [PATCH_v2 4/7] android: Add initial code for hidhost get and set protocol
` [PATCH_v2 5/7] android: Add initial code for hidhost get and set report
` [PATCH_v2 6/7] android: Add initial code for hidhost send data
` [PATCH_v2 7/7] android: Add initial code for hidhost set hid information

[PATCH BlueZ 1/4] android: Fix build dependency of bluetoothd on target
 2013-10-23  7:58 UTC  (4+ messages)
` [PATCH BlueZ 2/4] android: Fix build dependency of bluetooth.default.so HAL "
` [PATCH BlueZ 3/4] android: Fix build dependency of haltest "
` [PATCH BlueZ 4/4] android: Add variable ROOT_PATH to Android.mk

[PATCH] android: Fix compilation error for Android 4.2.2
 2013-10-23  7:51 UTC  (4+ messages)

[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: 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  (4+ messages)

[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 

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  (3+ messages)

[PATCH 1/3] Bluetooth: Add L2CAP channel to skb private data
 2013-10-21 20:53 UTC  (3+ messages)
` [PATCH 3/3] Bluetooth: Remove sk member from struct l2cap_chan


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