Linux bluetooth development
 help / color / mirror / Atom feed
 messages from 2013-10-23 07:41:52 to 2013-10-28 14:47:31 UTC [more...]

[PATCH 0/2] Initial HID connect disconnect methods
 2013-10-28 14:47 UTC  (2+ messages)
` [PATCH 1/2] android: Add initial HID connect implementation

[RFC 0/2] Make HAL debug thread-safe
 2013-10-28 14:06 UTC  (3+ messages)
` [RFC 1/2] android: Add thread-safe helpers
` [RFC 2/2] android: Use "

[PATCH 1/5] android/hal: Add initial socket implementation
 2013-10-28 13:47 UTC  (8+ messages)
` [PATCH 2/5] android: Initial implementation of socket interface
` [PATCH 3/5] android: Add initial sdp implementation
` [PATCH 4/5] android: Cache adapter services in bt_adapter struct
` [PATCH 5/5] android: Add and remove uuids in mgmt interface

[PATCH 1/2] android: Add helper functions for converting bdaddr transmitted over IPC
 2013-10-28 13:45 UTC  (2+ messages)
` [PATCH 2/2] android: Use helper function to convert bdaddr to android format

[PATCH] android/client: Add clear screen on Cltr-L
 2013-10-28 12:58 UTC  (2+ messages)

[BUG] Crash during disconnecting and removing bond from remote device
 2013-10-28 12:46 UTC 

[PATCH 1/4] android: Rename send_adapter_name to send_adapter_address
 2013-10-28 12:46 UTC  (4+ messages)
` [PATCH 2/4] android: Add helper functions for converting bdaddr transmitted over IPC
` [PATCH 3/4] android: Fix HAL_OP_REMOVE_BOND value
` [PATCH 4/4] android: Remove bogus hal_rsp_register_module structure

[PATCH BlueZ 1/5] android/hal-pan: Add implementation of .init
 2013-10-28 12:43 UTC  (6+ messages)
` [PATCH BlueZ 2/5] android/hal-pan: Add implementation of .enable
` [PATCH BlueZ 3/5] android/hal-pan: Add implementation of .get_local_role
` [PATCH BlueZ 4/5] android/hal-pan: Add implementation of .connect
` [PATCH BlueZ 5/5] android/hal-pan: Add implementation of .disconnect

[PATCH 0/4] Add handsfree interface methods to haltest
 2013-10-28 12:42 UTC  (6+ messages)
` [PATCH 1/4] android/client: Add skeleton for handsfree calls
` [PATCH 2/4] android/client: Add code for handsfree callbacks
` [PATCH 3/4] android/client: Add code for handsfree methods
` [PATCH 4/4] android/client: Add completion for hf methods

[PATCHv1 0/4] Improve logging for Android
 2013-10-28 10:44 UTC  (5+ messages)
` [PATCHv1 1/4] android/haltest: Export print property
` [PATCHv1 2/4] android/haltest: Use pointer as parameter for debug
` [PATCHv1 3/4] android/hal: Print full property in debug
` [PATCHv1 4/4] android/hal: Add extra logs

[PATCH 1/6] android/hal: Fix typo in A2DP HAL service name
 2013-10-28  9:53 UTC  (7+ messages)
` [PATCH 2/6] android/hal: Add skeleton for handling av notifications
` [PATCH 3/6] android/hal: Add support for handling av connection state event
` [PATCH 4/6] android/hal: Add support for handling av audio "
` [PATCH 5/6] android/hal: Add support for send av connect command
` [PATCH 6/6] android/hal: Add support for send av disconnect command

[PATCH 1/6] android: Use common exit path for commands in bt_adapter_handle_cmd
 2013-10-27 12:03 UTC  (7+ messages)
` [PATCH 2/6] android: Add initial code for handling adapter set property command
` [PATCH 3/6] android: Add missing scan mode difinitions to IPC header
` [PATCH 4/6] android: Add support for setting adapter scan mode
` [PATCH 5/6] android: Always set adapter to pairable on init
` [PATCH 6/6] android: Add support for notifying HAL about scan mode change

[PATCH 1/2] android/hal: Use defined function to check that interface is ready
 2013-10-27 11:21 UTC  (3+ messages)
` [PATCH 2/2] android/hal: Use debug helpers from hal client

[PATCH] Bluetooth: Add hci_h4p driver
 2013-10-26 19:28 UTC  (7+ messages)

Bluetooth tools
 2013-10-26  6:40 UTC 

[PATCH] android/hal: Associate thread to Java
 2013-10-25 13:11 UTC  (2+ messages)

[PATCH v2 01/15] android: Remove not needed local variable in connect_hal
 2013-10-25 12:29 UTC  (16+ 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 v2 06/15] android/hal: Add support for sending create bond command
` [PATCH v2 07/15] android/hal: Add support for sending cancel "
` [PATCH v2 08/15] android/hal: Add support for sending adapter remove "
` [PATCH v2 09/15] android/hal: Add support for sending adapter PIN reply command
` [PATCH v2 10/15] android: Add missing SSP Variant definitions to IPC document
` [PATCH v2 11/15] android: Add missing SSP variant definitions to IPC header
` [PATCH v2 12/15] android/hal: Add support for sending adapter SSP reply command
` [PATCH v2 13/15] android/hal: Add support for handling adapter properties change event
` [PATCH v2 14/15] android: Add missing success status definition to IPC header
` [PATCH v2 15/15] android: Add initial support for handling adapter get property command

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

[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] 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  (8+ messages)
` [RFC 1/5] Bluetooth: Initial skeleton code for BT "
` [RFC 3/5] route: Exporting ip6_route_add() so that BLE 6LoWPAN can use it
` [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  (3+ messages)


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