Linux bluetooth development
 help / color / mirror / Atom feed
 messages from 2013-10-24 07:10:37 to 2013-10-29 12:48:41 UTC [more...]

[PATCH] android: Fix build errors
 2013-10-29 12:48 UTC 

[PATCH v3 0/5] initial code for pairing support
 2013-10-29 12:40 UTC  (8+ messages)
` [PATCH v3 1/5] android: Define class of device as four bytes in IPC doc
` [PATCH v3 2/5] android: Update IPC headers to match SSP and PIN requests events
` [PATCH v3 3/5] android/hal: Add support for handling bond state change event
` [PATCH v3 4/5] android/hal: Add support for handling pin request event
` [PATCH v3 5/5] android/hal: Add support for handling SSP "

[RFC] Bluetooth: Set ISOC altsetting from within notify callback
 2013-10-29 12:39 UTC  (5+ messages)

[PATCH 1/6] android: Remove reduntant structure
 2013-10-29 12:36 UTC  (8+ messages)
` [PATCH 2/6] android/hal: Add support for start/cancel device discovery commands
` [PATCH 3/6] android/hal: Add support for handling discovery state change event
` [PATCH 4/6] android/hal: Add device found event handler
` [PATCH 5/6] android/hal: Add device state changed "
` [PATCH 6/6] android: Add missing discovery state definitions to IPC header

[PATCHv1 0/4] Improve logging for Android
 2013-10-29 12:18 UTC  (18+ 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
` [PATCHv2 0/9] Improve logging for Android
  ` [PATCHv2 1/9] android/haltest: Export print property
  ` [PATCHv2 2/9] android/haltest: Fix compile error making function static
  ` [PATCHv2 3/9] android/haltest: Use pointer as parameter for debug
  ` [PATCHv2 4/9] android/hal: Print full property in debug
  ` [PATCHv2 5/9] android/hal: Add extra logs
  ` [PATCHv2 6/9] android/hal: Print adapter state
  ` [PATCHv2 7/9] android/hal: Print adapter property in callback
  ` [PATCHv2 8/9] android: Add thread-safe helpers
  ` [PATCHv2 9/9] android: Use "

[PATCH] build: Move Makefile.android to android/Makefile.am
 2013-10-29 12:11 UTC  (2+ messages)

[PATCH] android/hal: Set callbacks before initializing IPC
 2013-10-29 12:04 UTC  (2+ messages)

Intel 7260 bluetooth malfunction when it is connected to EHCI bus
 2013-10-29 11:16 UTC  (2+ messages)

[PATCH_v3 1/2] android: Add initial HID connect implementation
 2013-10-29 11:15 UTC  (3+ messages)
` [PATCH_v3 2/2] android: Add initial HID disconnect implementation

[PATCH v2 1/5] android: Define class of device as four bytes in IPC doc
 2013-10-29 10:52 UTC  (9+ messages)
` [PATCH v2 2/5] android: Update IPC headers to match SSP and PIN requests events
` [PATCH v2 3/5] android/hal: Add support for handling bond state change event
` [PATCH v2 4/5] android/hal: Add support for handling pin request event
` [PATCH v2 5/5] android/hal: Add support for handling SSP "

[PATCH 1/5] android: Define class of device as four bytes in IPC doc
 2013-10-29 10:13 UTC  (6+ messages)
` [PATCH 2/5] android: Update IPC headers to match SSP and PIN requests events
` [PATCH 3/5] android/hal: Add support for handling bond state change event
` [PATCH 4/5] android/hal: Add support for handling pin request event
` [PATCH 5/5] android/hal: Add support for handling SSP "

[PATCH_v2 1/2] android: Add initial HID connect implementation
 2013-10-29  8:38 UTC  (2+ messages)
` [PATCH_v2 2/2] android: Add initial HID disconnect implementation

Bluetooth tools
 2013-10-28 19:18 UTC  (2+ messages)

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

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

[PATCH] Regression fix revert: "Bluetooth: Add missing reset_resume dev_pm_ops"
 2013-10-28 14:54 UTC  (4+ messages)

[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

[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)

[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


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