linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-03-12 15:10:48 to 2014-03-14 13:13:02 UTC [more...]

[PATCH BlueZ v0 00/16] Add basic GATT characteristics
 2014-03-14 13:13 UTC  (63+ messages)
` [PATCH BlueZ v1 00/15] "
  ` [PATCH BlueZ v1 01/15] gatt: Add function to create constant attributes
  ` [PATCH BlueZ v1 02/15] gatt: Add helper for creating GATT characteristics
  ` [PATCH BlueZ v1 03/15] gatt: Add characteristic to the database
  ` [PATCH BlueZ v1 04/15] gatt: Add hash table of GDBusProxy objects
  ` [PATCH BlueZ v1 05/15] gatt: Add read callback to btd_gatt_add_char helper
  ` [PATCH BlueZ v1 06/15] gatt: Assign read callback for external services
  ` [PATCH BlueZ v1 07/15] gatt: Add write callback to btd_gatt_add_char helper
  ` [PATCH BlueZ v1 08/15] gdbus: Add g_dbus_proxy_set_property_array
  ` [PATCH BlueZ v1 09/15] gatt: Assign write callback for external services
  ` [PATCH BlueZ v1 10/15] gatt: Add result callback for Write Request
  ` [PATCH BlueZ v1 11/15] gatt: Add Write Request handling for GDBusProxy
  ` [PATCH BlueZ v1 12/15] tools: Add Alert Level characteristic to gatt-service
  ` [PATCH BlueZ v1 13/15] tools: Add reading Value property of gatt-service
  ` [PATCH BlueZ v1 14/15] tools: Add setting "
  ` [PATCH BlueZ v1 15/15] tools: Emit property changed when Value changes
  ` [PATCH BlueZ v2 00/17] Add basic GATT characteristics
    ` [PATCH BlueZ v2 01/17] shared: Add put_uuid()
    ` [PATCH BlueZ v2 02/17] gatt: Add function to create constant attributes
    ` [PATCH BlueZ v2 03/17] shared: Add put_le16()
    ` [PATCH BlueZ v2 04/17] gatt: Add helper for creating GATT characteristics
    ` [PATCH BlueZ v2 05/17] gatt: Add characteristic to the database
    ` [PATCH BlueZ v2 06/17] gatt: Add hash table of GDBusProxy objects
    ` [PATCH BlueZ v2 07/17] gatt: Add read callback to btd_gatt_add_char helper
    ` [PATCH BlueZ v2 08/17] gatt: Assign read callback for external services
    ` [PATCH BlueZ v2 09/17] gatt: Add write callback to btd_gatt_add_char helper
    ` [PATCH BlueZ v2 10/17] gdbus: Add g_dbus_proxy_set_property_array
    ` [PATCH BlueZ v2 11/17] gatt: Assign write callback for external services
    ` [PATCH BlueZ v2 12/17] gatt: Add result callback for Write Request
    ` [PATCH BlueZ v2 13/17] gatt: Add Write Request handling for GDBusProxy
    ` [PATCH BlueZ v2 14/17] tools: Add Alert Level characteristic to gatt-service
    ` [PATCH BlueZ v2 15/17] tools: Add reading Value property of gatt-service
    ` [PATCH BlueZ v2 16/17] tools: Add setting "
    ` [PATCH BlueZ v2 17/17] tools: Emit property changed when Value changes
    ` [PATCH BlueZ v3 00/20] Add basic GATT characteristics
      ` [PATCH BlueZ v3 01/20] shared: Add put_le16()
      ` [PATCH BlueZ v3 02/20] lib: Remove bt_put_le16()
      ` [PATCH BlueZ v3 03/20] shared: Add put_le32()
      ` [PATCH BlueZ v3 04/20] lib: Remove bt_put_le32()
      ` [PATCH BlueZ v3 05/20] shared: Add put_le128()
      ` [PATCH BlueZ v3 06/20] gatt: Add function to create constant attributes
      ` [PATCH BlueZ v3 07/20] gatt: Add helper for creating GATT characteristics
      ` [PATCH BlueZ v3 08/20] gatt: Add characteristic to the database
      ` [PATCH BlueZ v3 09/20] gatt: Add hash table of GDBusProxy objects
      ` [PATCH BlueZ v3 10/20] gatt: Add read callback to btd_gatt_add_char helper
      ` [PATCH BlueZ v3 11/20] gatt: Assign read callback for external services
      ` [PATCH BlueZ v3 12/20] gatt: Add write callback to btd_gatt_add_char helper
      ` [PATCH BlueZ v3 13/20] gdbus: Add g_dbus_proxy_set_property_array
      ` [PATCH BlueZ v3 14/20] gatt: Assign write callback for external services
      ` [PATCH BlueZ v3 15/20] gatt: Add result callback for Write Request
      ` [PATCH BlueZ v3 16/20] gatt: Add Write Request handling for GDBusProxy
      ` [PATCH BlueZ v3 17/20] tools: Add Alert Level characteristic to gatt-service
      ` [PATCH BlueZ v3 18/20] tools: Add reading Value property of gatt-service
      ` [PATCH BlueZ v3 19/20] tools: Add setting "
      ` [PATCH BlueZ v3 20/20] tools: Emit property changed when Value changes
      ` [PATCH BlueZ v4 00/20] Add basic GATT characteristics
        ` [PATCH BlueZ v4 01/20] shared: Add put_le16()
        ` [PATCH BlueZ v4 02/20] Replace bt_put_le16() by put_le16()

[RFC BlueZ 0/2] Initial D-Bus GATT client API implementation
 2014-03-14 13:07 UTC  (2+ messages)

[PATCH] android/tester: Don't verify test conditions if test is done
 2014-03-14 12:54 UTC 

[PATCH] android/client: Fix segfault (invalid argv) for gatt scan
 2014-03-14 12:46 UTC 

[PATCH 0/4] Bluetooth: Direct advertising support through connect()
 2014-03-14 12:45 UTC  (6+ messages)
` [PATCH 1/4] Bluetooth: Move local identity address setting to a central place
  ` [PATCH v2 "
` [PATCH 2/4] Bluetooth: Fix LE responder/initiator address setting
` [PATCH 3/4] Bluetooth: Add error mapping for Directed Advertising Timeout
` [PATCH 4/4] Bluetooth: Add directed advertising support through connect()

[PATCH_v2 00/15] Add HDP profile support at HAL side
 2014-03-14 12:37 UTC  (17+ messages)
` [PATCH_v2 01/15] android/hal-msg: Add HDP app registration struct
` [PATCH_v2 02/15] android/hal-msg: Add HDP app unregistration struct
` [PATCH_v2 03/15] android/hal-msg: Add HDP connect channel struct
` [PATCH_v2 04/15] android/hal-msg: Add HDP destroy "
` [PATCH_v2 05/15] android/hal-msg: Add HDP app registration state event struct
` [PATCH_v2 06/15] android/hal-msg: Add HDP app channel "
` [PATCH_v2 07/15] android/hal-health: Add hal-health.c with initial get interface call
` [PATCH_v2 08/15] android/hal-health: Add HDP .init method
` [PATCH_v2 09/15] android/hal-health: Add HDP .cleanup method
` [PATCH_v2 10/15] android/hal-health: Add HDP .register_application method
` [PATCH_v2 11/15] android/hal-health: Add HDP .unregister_application method
` [PATCH_v2 12/15] android/hal-health: Add HDP .connect_channel method
` [PATCH_v2 13/15] android/hal-health: Add HDP .destroy_channel method
` [PATCH_v2 14/15] android/hal-health: Add app state and channel state event handlers
` [PATCH_v2 15/15] android/health: Add health.c|h file with basic calls

[PATCH 0/3] Various build fixes for building bluez with musl libc
 2014-03-14 11:30 UTC  (6+ messages)
` [PATCH 1/3] shared: include endian.h for be32toh, htobe32 and htobe64 functions
` [PATCH 2/3] unit: prevent unintended use of glibc's error(3)
` [PATCH 3/3] bnep: avoid use of caddr_t

[PATCH] android/hsp: PTS tests results for HSP
 2014-03-14 10:01 UTC 

[PATCH] android/handsfree: Add support for three-way calling
 2014-03-14 10:00 UTC 

[PATCH 1/8] android/client: Add AVRCP set_player_app_value_rsp support
 2014-03-14  9:16 UTC  (8+ messages)
` [PATCH 2/8] android/client: Add AVRCP passthrough_cmd_cb support
` [PATCH 3/8] android/client: Add AVRCP set_player_app_value_cb support
` [PATCH 4/8] android/client: Add AVRCP get_player_app_values_text_cb support
` [PATCH 5/8] android/client: Add AVRCP get_player_app_value_cb support
` [PATCH 6/8] android/client: Add AVRCP get_player_app_attrs_text_cb support
` [PATCH 7/8] android/client: Add AVRCP list_player_app_values_cb support
` [PATCH 8/8] android/client: Add AVRCP list_player_app_attr_cb support

[PATCH] Bluetooth: Fix updating SMP remote key distribution information
 2014-03-14  8:53 UTC  (2+ messages)

[PATCH 1/2] android: Add "eSCO transparent data is mSBC" mode
 2014-03-14  1:40 UTC  (3+ messages)
` [PATCH 2/2] android/handsfree: Add support for enabling mSBC codec

[PATCH 00/24] rfcomm fixes
 2014-03-14  1:29 UTC  (10+ messages)
      ` [RC6 Bell Chime] "
          ` [RC6 Bell Chime] "

[RFC 0/8] Add initial support for GATT Client
 2014-03-13 23:11 UTC  (10+ messages)
` [RFC 1/8] android/gatt: Use queue and stdlib instead of glib
` [RFC 2/8] android/gatt: Change name of match functions
` [RFC 3/8] android/bluetooth: Refactor start/stop discovery
` [RFC 4/8] android/bluetooth: Move start discovery function up in the file
` [RFC 5/8] android/bluetooth: Add GATT notifications on LE discovery
` [RFC 6/8] android/gatt: Use Core profile for LE scan
` [RFC 7/8] android/gatt: Add GATT Connect
` [RFC 8/8] android/gatt: Add disconnect GATT device

[PATCH 1/3] android/handsfree: Add initial implementation of Codec Negotiation feature
 2014-03-13 22:36 UTC  (4+ messages)
` [PATCH 2/3] android/handsfree: Move connect_sco() to more appropriate place
` [PATCH 3/3] android/handsfree: Add handling of AT+BCS and AT+BCC

[PATCH 0/7] Add PAN E2E client role test cases
 2014-03-13 21:50 UTC  (8+ messages)
` [PATCH 1/7] android/tester: Add PAN init test case
` [PATCH 2/7] android/tester: Add PAN Connect "
` [PATCH 3/7] android/tester: Add PAN Disconnect "
` [PATCH 4/7] android/tester: Add PAN get local role test cases
` [PATCH 5/7] android/tester: Add PAN enable PANU test case
` [PATCH 6/7] android/tester: Add PAN enable NAP "
` [PATCH 7/7] android/tester: Add PAN enable NONE "

[PATCH] android: Adjust uinput permissions
 2014-03-13 20:39 UTC  (2+ messages)

Linux Plumbers Conference 2014: Wireless Networking
 2014-03-13 19:53 UTC 

rctest -c "Can't connect: Device or resource busy (16)"
 2014-03-13 16:43 UTC  (10+ messages)
      ` [PATCH 0/3] Fix RFCOMM connect/disconn races
        ` [PATCH 1/3] bluetooth: rfcomm: Reply with DM after dlc disconnect
        ` [PATCH 2/3] bluetooth: rfcomm: Create new session if closing old session
        ` [PATCH 3/3] bluetooth: rfcomm: Defer session teardown after last dlc

[PATCH BlueZ] core: Fix adding BR/EDR devices to auto connect list
 2014-03-13 16:30 UTC  (2+ messages)

[PATCH BlueZ 1/2] audio/player: Use proper errors instead of using .Failed
 2014-03-13 16:06 UTC  (3+ messages)
` [PATCH BlueZ 2/2] doc/media-api: Include possible errors

[PATCH v2 0/3] android: Improve of handling stop discovery
 2014-03-13 14:25 UTC  (2+ messages)

[PATCH 1/2] android/pixit: Set phone number type
 2014-03-13 14:24 UTC  (2+ messages)

[PATCH] Bluetooth: make sure 6LOWPAN_IPHC is built-in if needed
 2014-03-13 14:07 UTC  (3+ messages)

[PATCH] unit/avrcp: Add Connection establishment and release tests
 2014-03-13 13:39 UTC 

[PATCH] android/handsfree: Check service class is not zero
 2014-03-13 12:31 UTC 

[PATCHv1 0/4] Add browsing channel support
 2014-03-13 12:31 UTC  (12+ messages)
` [PATCHv1 1/4] android/avrcp: Add avrcp_connect_browsing()
` [PATCHv1 2/4] android/avrcp: Add avrcp_set_browsed_player() function
` [PATCHv1 3/4] unit/avrcp: Add browsing channel support in unit testing
` [PATCHv1 4/4] unit/avrcp: Add /TP/MPS/BV-03-C test
` [PATCHv2 1/7] android/avrcp: Add avrcp_connect_browsing()
  ` [PATCHv2 2/7] android/avrcp: Add avrcp_set_browsed_player() function
  ` [PATCHv2 3/7] unit/avrcp: Add browsing channel support in unit testing
  ` [PATCHv2 4/7] unit/avrcp: Add /TP/MPS/BV-03-C test
  ` [PATCHv2 5/7] android/avrcp: Use defined constant instead of magic number
  ` [PATCHv2 6/7] android/avrcp: Add avrcp_get_folder_items() function
  ` [PATCHv2 7/7] unit/avrcp: Add /TP/MPS/BV-08-C test

[PATCHv3 1/5] android/avrcp: Add vendor unique passthrough request
 2014-03-13 11:31 UTC  (3+ messages)
` [PATCHv4 1/9] android/avctp: Add parameters to avctp passthrough send

[PATCH 00/15] Add HDP profile support at HAL side
 2014-03-13  9:22 UTC  (23+ messages)
` [PATCH 01/15] android/hal-msg: Add HDP app registration struct
` [PATCH 05/15] android/hal-msg: Add HDP app registration state event struct
` [PATCH 06/15] android/hal-msg: Add HDP app channel "
` [PATCH 07/15] android/hal-health: Add hal-health file
` [PATCH 08/15] android/hal-health: Add HDP .init method
` [PATCH 09/15] android/hal-health: Add HDP .cleanup method
` [PATCH 10/15] android/hal-health: Add HDP .register_application method
` [PATCH 11/15] android/hal-health: Add HDP .unregister_application method
` [PATCH 12/15] android/hal-health: Add HDP .connect_channel method
` [PATCH 13/15] android/hal-health: Add HDP .destroy_channel method
` [PATCH 14/15] android/hal-health: Add app state and channel state event handlers
` [PATCH 15/15] android/health: Add health.c|h file with basic calls

Reg: issue faced in MediaPlayer1 interface in bluez 5.7
 2014-03-13  8:55 UTC  (2+ messages)

[PATCH] uHIDP: HIDP in userspace
 2014-03-13  3:00 UTC 

[PATCH net-next 0/6] net: Convert uses of __constant_<foo> to <foo>
 2014-03-12 19:28 UTC  (7+ messages)
` [PATCH net-next 2/6] bluetooth: "
    ` [PATCH V2 bluetooth-next "

[PATCH] android/gatt: Use queue and stdlib instead of glib
 2014-03-12 17:07 UTC 

[PATCH BlueZ] android/avrcp-lib: Change API to register callbacks instead of PDU handlers
 2014-03-12 15:22 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).