linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-10-03 17:45:24 to 2013-10-08 14:51:22 UTC [more...]

[PATCHv1 00/15] Basic code for Android BlueZ
 2013-10-08 14:51 UTC  (50+ messages)
` [PATCHv1 01/15] android: Supress missing initializers warnings
` [PATCHv1 02/15] android: Add Adapter Bluetooth HAL template
` [PATCHv1 03/15] android: Add Socket "
` [PATCHv1 04/15] android: Enable Socket interface
` [PATCHv1 05/15] android: Start Android Bluetooth daemon
` [PATCHv1 06/15] android: Add basic mgmt initialization sequence
` [PATCHv1 07/15] android: Create HAL API header skeleton
` [PATCHv1 08/15] android: Add adapter and device struct for BlueZ daemon
` [PATCHv1 09/15] android: Add Android Makefile for libbluetooth
` [PATCHv1 10/15] android: sdp: Reuse BlueZ SDP server in Android
` [PATCHv1 11/15] android: Add cap to bind to port < 1024
` [PATCHv1 12/15] android: Implement read_info_complete callback
` [PATCHv1 13/15] android: Handle mgmt changed events
` [PATCHv1 14/15] android: Add makefile for hciconfig
` [PATCHv1 15/15] android: Add makefile for hcitool
` [PATCHv2 00/15] Basic code for Android BlueZ
  ` [PATCHv2 01/15] android: Supress missing initializers warnings
  ` [PATCHv2 02/15] android: Add Adapter Bluetooth HAL template
  ` [PATCHv2 03/15] android: Add Socket "
  ` [PATCHv2 04/15] android: Enable Socket interface
  ` [PATCHv2 05/15] android: Start Android Bluetooth daemon
  ` [PATCHv2 06/15] android: Add basic mgmt initialization sequence
  ` [PATCHv2 07/15] android: Create HAL API header skeleton
  ` [PATCHv2 08/15] android: Add adapter and device struct for BlueZ daemon
  ` [PATCHv2 09/15] android: Add Android Makefile for libbluetooth
  ` [PATCHv2 10/15] android: sdp: Reuse BlueZ SDP server in Android
  ` [PATCHv2 11/15] android: Add cap to bind to port < 1024
  ` [PATCHv2 12/15] android: Implement read_info_complete callback
  ` [PATCHv2 13/15] android: Handle mgmt changed events
  ` [PATCHv2 14/15] android: Add makefile for hciconfig
  ` [PATCHv2 15/15] android: Add makefile for hcitool
` [PATCHv3 00/15] Basic code for Android BlueZ
  ` [PATCHv3 01/15] android: Supress missing initializers warnings
  ` [PATCHv3 02/15] android: Add Adapter Bluetooth HAL template
  ` [PATCHv3 03/15] android: Add Socket "
  ` [PATCHv3 04/15] android: Enable Socket interface
  ` [PATCHv3 05/15] android: Start Android Bluetooth daemon
  ` [PATCHv3 06/15] android: Add basic mgmt initialization sequence
  ` [PATCHv3 07/15] android: Create HAL API header skeleton
  ` [PATCHv3 08/15] android: Add adapter and device struct for BlueZ daemon
  ` [PATCHv3 09/15] android: Add Android Makefile for libbluetooth
  ` [PATCHv3 10/15] android: sdp: Reuse BlueZ SDP server in Android
  ` [PATCHv3 11/15] android: Add cap to bind to port < 1024
  ` [PATCHv3 12/15] android: Implement read_info_complete callback
  ` [PATCHv3 13/15] android: Handle mgmt changed events
  ` [PATCHv3 14/15] android: Add makefile for hciconfig

[PATCH] Bluetooth: Fix changing advertising setting while LE is connected
 2013-10-08 14:49 UTC  (2+ messages)

[PATCH v4 1/2] Bluetooth: Use HCI request for LE connection
 2013-10-08 11:21 UTC  (2+ messages)
` [PATCH v4 2/2] Bluetooth: Refactor hci_connect_le

[PATCH 1/2] Bluetooth: Make LE scan interval and window a controller option
 2013-10-07 22:19 UTC  (5+ messages)

[PATCH v3 0/2] LE connection refactoring and fixes
 2013-10-07 22:13 UTC  (6+ messages)
` [PATCH v3 1/2] Bluetooth: Use HCI request for LE connection
` [PATCH v3 2/2] Bluetooth: Refactor hci_connect_le

[PATCH BlueZ] autopair: Remove time(NULL) fallback when seeding rand()
 2013-10-07 21:05 UTC 

[PATCH v2] bluetooth: fix variable shadow warnings
 2013-10-07 16:53 UTC  (2+ messages)

[PATCH] bluetooth: fix variable shadow warnings
 2013-10-07 16:17 UTC  (2+ messages)

[PATCH 1/2] Bluetooth: Read location data on AMP controller init
 2013-10-07 14:54 UTC  (2+ messages)

[RFC 0/2] Initial code for PAN and HID HALs
 2013-10-07 13:39 UTC  (3+ messages)
` [RFC 1/2] android: Add HID Host skeleton
` [RFC 2/2] android: Add PAN skeleton

[RFC 0/2] Basic code for HAL API
 2013-10-07 13:37 UTC  (3+ messages)
` [RFC 1/2] android: Implement basic HAL server
` [RFC 2/2] android: Add HAL message helpers

[PATCH] Bluetooth: Read supported features and commands on AMP controllers
 2013-10-07 12:53 UTC  (2+ messages)

[PATCH 2/2] Bluetooth: Read flow control mode on AMP controller init
 2013-10-07 10:55 UTC 

[PATCH 1/3] Bluetooth: Power off AMP controllers after setup phase
 2013-10-07  8:14 UTC  (2+ messages)

[PATCH] Bluetooth: Extra sanity check for AMP discover response
 2013-10-07  7:50 UTC  (2+ messages)

[PATCH 3/3] Bluetooth: List powered down AMP controllers correctly
 2013-10-07  7:26 UTC 

[PATCH 2/3] Bluetooth: Make mgmt power down notification for BR/EDR explicit
 2013-10-07  7:26 UTC 

[PATCH 1/9] Bluetooth: Make mgmt_index_added() and mgmt_index_removed() return void
 2013-10-07  7:21 UTC  (2+ messages)

[PATCH] Bluetooth: Send new settings only when pairable changes
 2013-10-07  7:20 UTC  (2+ messages)

[PATCH 9/9] Bluetooth: Make mgmt_discovering() return void
 2013-10-07  6:55 UTC 

[PATCH 8/9] Bluetooth: Make mgmt_remote_name() return void
 2013-10-07  6:55 UTC 

[PATCH 7/9] Bluetooth: Make mgmt_device_found() return void
 2013-10-07  6:55 UTC 

[PATCH 6/9] Bluetooth: Make mgmt_device_disconnected() return void
 2013-10-07  6:55 UTC 

[PATCH 5/9] Bluetooth: Make mgmt_device_connected() return void
 2013-10-07  6:55 UTC 

[PATCH 4/9] Bluetooth: Make mgmt_connect_failed() return void
 2013-10-07  6:55 UTC 

[PATCH 3/9] Bluetooth: Make mgmt_disconnect_failed() return void
 2013-10-07  6:55 UTC 

[PATCH 2/9] Bluetooth: Make mgmt_set_powered_failed() return void
 2013-10-07  6:55 UTC 

[PATCH] Bluetooth: Remove mgmt_valid_hdev() helper function
 2013-10-06 16:04 UTC  (2+ messages)

[PATCH] Bluetooth: Remove no longer needed mgmt_new_settings() function
 2013-10-06 13:14 UTC  (2+ messages)

[PATCH] Bluetooth: Use helper function for re-enabling advertising
 2013-10-06 13:14 UTC  (2+ messages)

[PATCH] Bluetooth: Set LE advertising parameters before enabling it
 2013-10-06 13:13 UTC  (2+ messages)

[PATCH] Bluetooth: Add constants for LE advertising types
 2013-10-06 13:13 UTC  (2+ messages)

[PATCH] Bluetooth: Use helper functions for enabling/disabling advertising
 2013-10-06 13:13 UTC  (2+ messages)

[PATCH] Bluetooth: Make it clear that disabling LE disables advertising
 2013-10-06 13:13 UTC  (2+ messages)

[PATCH] Bluetooth: Add HCI structure for LE advertising parameters command
 2013-10-06 13:13 UTC  (2+ messages)

[PATCH 1/2] Bluetooth: Simplify device type check for AMP discover response
 2013-10-06  9:14 UTC  (2+ messages)

[PATCH 2/2] Bluetooth: Use random address if public address is not available
 2013-10-06  9:08 UTC 

[PATCH] Bluetooth: Use explicit check for BR/EDR device type
 2013-10-06  9:05 UTC  (2+ messages)

[PATCH 1/2] Bluetooth: Reject enabling controllers without valid addresses
 2013-10-06  9:04 UTC  (2+ messages)

[PATCH] Bluetooth: Check for non BR/EDR controller in AMP discover response
 2013-10-06  8:47 UTC  (2+ messages)

[PATCH 01/10] Bluetooth: Fix controller list for AMP discover response
 2013-10-06  8:47 UTC  (2+ messages)

[PATCH 2/2] Bluetooth: Use random address if public address is not available
 2013-10-06  8:08 UTC 

[PATCH 10/10] Bluetooth: Simplify check if L2CAP connection is AMP capable
 2013-10-05 18:47 UTC 

[PATCH 09/10] Bluetooth: Move hci_amp_capable() function into L2CAP core
 2013-10-05 18:47 UTC 

[PATCH 08/10] Bluetooth: Remove check for number of AMP controller
 2013-10-05 18:47 UTC 

[PATCH 07/10] Bluetooth: Remove pointless inline function
 2013-10-05 18:47 UTC 

[PATCH 06/10] Bluetooth: Rename AMP status constants and use them
 2013-10-05 18:47 UTC 

[PATCH 05/10] Bluetooth: Use explicit AMP controller id value for BR/EDR
 2013-10-05 18:47 UTC 

[PATCH 04/10] Bluetooth: Separate AMP controller type from HCI device type
 2013-10-05 18:47 UTC 

[PATCH 03/10] Bluetooth: Add constants for AMP controller type
 2013-10-05 18:47 UTC 

[PATCH 02/10] Bluetooth: Remove useless external function to count controllers
 2013-10-05 18:47 UTC 

[PATCH BlueZ] monitor: Fix EIR Data Type / AD Type assigned numbers
 2013-10-05 13:10 UTC  (2+ messages)

[PATCH 0/3] Bluetooth: LE Advertising fixes & improvements
 2013-10-05 10:04 UTC  (5+ messages)
` [PATCH 1/3] Bluetooth: Rename HCI_LE_PERIPHERAL to HCI_ADVERTISING
` [PATCH 2/3] Bluetooth: Add public mgmt function to send New Settings event
` [PATCH 3/3] Bluetooth: Fix re-enabling advertising after a connection

[RFC] Bluetooth: Set ISOC altsetting from within notify callback
 2013-10-05  5:51 UTC 

[PATCH v2 0/4] LE connection refactoring and fixes
 2013-10-04 20:58 UTC  (11+ messages)
` [PATCH v2 1/4] Bluetooth: Rename hci_conn variable in hci_connect_le()
` [PATCH v2 2/4] Bluetooth: Initialize hci_conn fields in hci_connect_le
` [PATCH v2 3/4] Bluetooth: Use HCI request for LE connection
` [PATCH v2 4/4] Bluetooth: Refactor hci_connect_le

[PATCHv6 0/5] Initial skeleton
 2013-10-04 12:28 UTC  (7+ messages)
` [PATCHv6 1/5] build: Add skeleton for BlueZ Android
` [PATCHv6 2/5] android: Add skeleton of BlueZ Android daemon
` [PATCHv6 3/5] android-build: Add "
` [PATCHv6 4/5] build: "
` [PATCHv6 5/5] android: Android version of log.c

[PATCH 01/14] obexd/bluetooth: Remove unused local variables
 2013-10-04 11:22 UTC  (15+ messages)
` [PATCH 02/14] obexd/bluetooth: Make dict_append_entry function static
` [PATCH 03/14] obexd/MAP: Fix missing include
` [PATCH 04/14] "
` [PATCH 05/14] obexd/MAP: Remove unsued mas_drivers variable
` [PATCH 06/14] obexd: Remove unused static functions
` [PATCH 07/14] obexd: Remove unused local variables
` [PATCH 08/14] obexd: Return "error" for unknown status in status2str
` [PATCH 09/14] obexd/service: Remove unused local variable
` [PATCH 10/14] obexd/MAP: Fix missing include
` [PATCH 11/14] client/transfer: Return "error" for unknown status in status2str
` [PATCH 12/14] obexd/client: Remove unused static functions
` [PATCH 13/14] obexd/MAP: Fix protected property value
` [PATCH 14/14] build-sys: Add missing $(AM_CFLAGS) to obexd_src_obexd_CFLAGS

[PATCHv5 0/7] Initial skeleton
 2013-10-04 10:54 UTC  (8+ messages)
` [PATCHv5 1/7] build: Add skeleton for BlueZ Android
` [PATCHv5 2/7] android: Add skeleton of BlueZ Android daemon
` [PATCHv5 3/7] android-build: Add "
` [PATCHv5 4/7] build: "
` [PATCHv5 5/7] android: Android version of log.c
` [PATCHv5 6/7] android-build: Add logging system
` [PATCHv5 7/7] build: "

[PATCH 2/2] Bluetooth: Add management command for setting LE scan parameters
 2013-10-04 10:19 UTC 

[PATCH v4 1/7] build: Add skeleton for BlueZ Android
 2013-10-04  8:16 UTC  (3+ messages)
` [PATCH v4 5/7] android: Android version of log.c

[PATCH] obexd/MAP: Fix invalid snprintf format string in map_msg_get()
 2013-10-04  7:35 UTC  (2+ messages)

[RFCv2 00/14] Basic code for Android BlueZ
 2013-10-04  7:16 UTC  (4+ messages)
` [RFCv2 06/14] android: Create HAL API header skeleton

[PATCH] Bluetooth: btmrvl: operate on 16-bit opcodes instead of ogf/ocf
 2013-10-03 23:26 UTC  (4+ messages)

RE: [PATCH v6 0/4] Bluetooth: btmrvl cal data downloading
 2013-10-03 22:52 UTC 

[PATCH v2] Bluetooth: btmrvl: operate on 16-bit opcodes instead of ogf/ocf
 2013-10-03 21:19 UTC 

pull request: bluetooth-next 2013-10-03
 2013-10-03 20:19 UTC  (3+ messages)

[PATCH 0/7] LE connection refactoring and fixes
 2013-10-03 18:22 UTC  (6+ messages)
` [PATCH 6/7] Bluetooth: Refactor LE Connection Complete HCI event handler

[PATCH v6 0/4] Bluetooth: btmrvl cal data downloading
 2013-10-03 18:20 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;
as well as URLs for NNTP newsgroup(s).