linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-03-10 18:50:44 to 2014-03-13 14:38:50 UTC [more...]

[PATCH BlueZ v0 00/16] Add basic GATT characteristics
 2014-03-13 14:38 UTC  (37+ messages)
` [PATCH BlueZ v0 15/16] tools: Add setting Value property of gatt-service
` [PATCH BlueZ v0 16/16] tools: Emit property changed when Value changes
` [PATCH BlueZ v1 00/15] Add basic GATT characteristics
  ` [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 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  (3+ messages)
` [PATCH 2/2] android/pts: Add HFP PTS tests results

[PATCH BlueZ] core: Fix adding BR/EDR devices to auto connect list
 2014-03-13 14:17 UTC 

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

[PATCH 1/3] android/handsfree: Add initial implementation of Codec Negotiation feature
 2014-03-13 14:04 UTC  (3+ 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] unit/avrcp: Add Connection establishment and release tests
 2014-03-13 13:39 UTC 

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

[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

[PATCH_v2 00/15] Add HDP profile support at HAL side
 2014-03-13 11:58 UTC  (16+ 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 1/5] unit/avrcp: Pass context to control handlers
 2014-03-13 11:31 UTC  (28+ messages)
` [PATCHv2 01/10] "
  ` [PATCHv2 02/10] unit/avrcp: Add /TP/NFY/BV-05-C test
  ` [PATCHv2 03/10] unit/avrcp: Add /TP/NFY/BV-08-C test
  ` [PATCHv2 04/10] unit/avrcp: Add /TP/NFY/BI-01-C test
  ` [PATCHv2 05/10] unit/avrcp: Add /TP/INV/BI-01-C test
  ` [PATCHv2 06/10] android/avrcp: Add vendor unique passthrough request
  ` [PATCHv2 07/10] unit/avrcp: Add /TP/BGN/BV-01-I test
  ` [PATCHv2 08/10] unit/avrcp: Add /TP/BGN/BV-02-I test
  ` [PATCHv2 09/10] unit/avrcp: Add /TP/BGN/BV-01-I TG test
  ` [PATCHv2 10/10] unit/avrcp: Add /TP/BGN/BV-02-I "
    ` [PATCHv3 1/5] android/avrcp: Add vendor unique passthrough request
      ` [PATCHv3 2/5] unit/avrcp: Add /TP/BGN/BV-01-I test
      ` [PATCHv3 3/5] unit/avrcp: Add /TP/BGN/BV-02-I test
      ` [PATCHv3 4/5] unit/avrcp: Add /TP/BGN/BV-01-I TG test
      ` [PATCHv3 5/5] unit/avrcp: Add /TP/BGN/BV-02-I "
        ` [PATCHv4 1/9] android/avctp: Add parameters to avctp passthrough send
          ` [PATCHv4 2/9] android/avrcp: Add avrcp_send_passthrough function
          ` [PATCHv4 3/9] unit/avrcp: Add /TP/BGN/BV-01-I test
          ` [PATCHv4 4/9] unit/avrcp: Add /TP/BGN/BV-02-I test
          ` [PATCHv4 5/9] unit/avrcp: Add /TP/BGN/BV-01-I TG test
          ` [PATCHv4 6/9] unit/avrcp: Add /TP/BGN/BV-02-I "
          ` [PATCHv4 7/9] android/avrcp: Add set_addr_player() function
          ` [PATCHv4 8/9] unit/avrcp: Add /TP/MPS/BV-01-C test
          ` [PATCHv4 9/9] unit/avrcp: Add /TP/MPS/BV-02-C test

[PATCH] android: Adjust uinput permissions
 2014-03-13 10:05 UTC 

[PATCH 00/15] Add HDP profile support at HAL side
 2014-03-13  9:22 UTC  (26+ messages)
` [PATCH 01/15] android/hal-msg: Add HDP app registration struct
` [PATCH 02/15] android/hal-msg: Add HDP app unregistration struct
` [PATCH 03/15] android/hal-msg: Add HDP connect channel struct
` [PATCH 04/15] android/hal-msg: Add HDP destroy "
` [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 "

rctest -c "Can't connect: Device or resource busy (16)"
 2014-03-12 17:18 UTC  (8+ messages)

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

[PATCH 0/4] Support LE scan in GATT
 2014-03-12 14:43 UTC  (5+ messages)
` [PATCH 1/4] android/bluetooth: Refactor start/stop discovery
` [PATCH 2/4] android/bluetooth: Add GATT notifications on LE discovery
` [PATCH 3/4] android/bluetooth: Expose LE scan in bluetooth API
` [PATCH 4/4] android/gatt: Use Core profile for LE scan

[PATCH v4 1/2] android/gatt: Handle Register gatt client command
 2014-03-12 13:09 UTC  (3+ messages)
` [PATCH v4 2/2] android/gatt: Handle Unregister "

[PATCH v2 00/10] Change inquiry handling in btdev
 2014-03-12 11:44 UTC  (11+ messages)
` [PATCH v2 01/10] emulator: Minor style fix
` [PATCH v2 02/10] emulator: Use timeout for sending inquiry results
` [PATCH v2 03/10] emulator: Add inquiry cancel
` [PATCH v2 04/10] emulator: Add handling inquiry number of responses
` [PATCH v2 05/10] emulator: Add handling inquiry_lenght from inquiry command

[RFC BlueZ 0/2] Initial D-Bus GATT client API implementation
 2014-03-12  4:04 UTC  (3+ messages)
` [RFC BlueZ 1/2] gatt-dbus: Add remote GATT service objects
` [RFC BlueZ 2/2] gatt-dbus: Add remote GATT characteristic objects

[PATCH 1/3] android/tester: Add support for bredr hciemu devices
 2014-03-11 22:10 UTC  (4+ messages)
` [PATCH 2/3] android: Enable LE if controller supports it
` [PATCH 3/3] android/tester: Fix TOD test cases to support dual mode

[PATCH 1/7] unit/test-hfp: Add ability to pass custom result handler to test
 2014-03-11 20:10 UTC  (8+ messages)
` [PATCH 2/7] unit/test-hfp: Add initial tests for getting unquoted string
` [PATCH 3/7] unit/test-hfp: Add initial tests for getting quoted string
` [PATCH 4/7] shared/hfp: Fix not NULL terminating parsed strings
` [PATCH 5/7] shared/hfp: Use unsigned int for offset
` [PATCH 6/7] shared/hfp: Don't update offset if string parsing failed
` [PATCH 7/7] doc: Update test-hfp coverage statistics

[PATCH] Bluetooth: Enable duplicates filter in background scan
 2014-03-11 20:00 UTC  (4+ messages)

[PATCH bluetooth-next] bluetooth: make bluetooth 6lowpan as an option
 2014-03-11 18:20 UTC  (3+ messages)

[PATCH] bluetooth: Fix aborting eSCO connection in case of error 0x20
 2014-03-11 15:17 UTC  (3+ messages)

[PATCH 00/24] rfcomm fixes
 2014-03-11 15:14 UTC  (7+ messages)
      ` [RC6 Bell Chime] "
          ` [RC6 Bell Chime] "

[PATCH] android/handsfree: Fix list of HF features
 2014-03-11 11:22 UTC  (2+ messages)

[PATCH 1/3] android/tester: Change hciemu type to bredr
 2014-03-11 10:09 UTC  (3+ messages)
` [PATCH 2/3] emulator/btdev: Add support for LE set scan response command
` [PATCH 3/3] android: Enable LE if controller supports it

Passive scanning of iBeacons results in a "Data Buffer Overflow"
 2014-03-11  0:54 UTC  (4+ messages)

[PATCH] bdaddr: Remove *_CP_SIZE defines
 2014-03-10 20:30 UTC  (2+ messages)

[PATCH] bdaddr: Add Marvell support
 2014-03-10 20:30 UTC  (2+ messages)

[PATCH v2] Bluetooth: Make LTK and CSRK only persisent when bonding
 2014-03-10 20:02 UTC  (2+ 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).