linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-03-09 19:42:32 to 2014-03-12 16:27:08 UTC [more...]

[PATCH BlueZ v0 00/16] Add basic GATT characteristics
 2014-03-12 16:27 UTC  (30+ messages)
` [PATCH BlueZ v0 01/16] gatt: Add function to create constant attributes
` [PATCH BlueZ v0 02/16] gatt: Add helper for creating GATT characteristics
` [PATCH BlueZ v0 03/16] gatt: Add characteristic to the database
` [PATCH BlueZ v0 04/16] gatt: Add hash table of GDBusProxy objects
` [PATCH BlueZ v0 05/16] gatt: Add read callback to btd_gatt_add_char helper
` [PATCH BlueZ v0 06/16] gatt: Assign read callback for external services
` [PATCH BlueZ v0 07/16] gatt: Add helper for reading characteristics
` [PATCH BlueZ v0 08/16] gatt: Add write callback to btd_gatt_add_char helper
` [PATCH BlueZ v0 09/16] gdbus: Add g_dbus_proxy_set_property_array
` [PATCH BlueZ v0 10/16] gatt: Assign write callback for external services
` [PATCH BlueZ v0 11/16] gatt: Add result callback for Write Request
` [PATCH BlueZ v0 12/16] gatt: Add Write Request handling for GDBusProxy
` [PATCH BlueZ v0 13/16] tools: Add Alert Level characteristic to gatt-service
` [PATCH BlueZ v0 14/16] tools: Add reading Value property of gatt-service
` [PATCH BlueZ v0 15/16] tools: Add setting "
` [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

[PATCHv1 0/4] Add browsing channel support
 2014-03-12 16:04 UTC  (5+ 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

[PATCH 00/15] Add HDP profile support at HAL side
 2014-03-12 15:57 UTC  (19+ 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

[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 1/5] unit/avrcp: Pass context to control handlers
 2014-03-12 14:40 UTC  (31+ messages)
` [PATCH 2/5] unit/avrcp: Add /TP/NFY/BV-05-C test
` [PATCH 3/5] unit/avrcp: Add /TP/NFY/BV-08-C test
` [PATCH 4/5] unit/avrcp: Add /TP/NFY/BI-01-C test
` [PATCH 5/5] unit/avrcp: Add /TP/INV/BI-01-C test
` [PATCHv2 01/10] unit/avrcp: Pass context to control handlers
  ` [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 1/2] android/pixit: Set phone number type
 2014-03-12 13:12 UTC  (2+ messages)
` [PATCH 2/2] android/pts: Add HFP PTS tests results

[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  (16+ 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
` [PATCH v2 06/10] android/tester: Fix handling inquiry by android tester
` [PATCH v2 07/10] tools/mgmt-tester: Fix for Stop discovery test
` [PATCH v2 08/10] tools/mgmt-tester: Update Stop Discovery-BR/EDR (Inquiry) Success 1
` [PATCH v2 09/10] tools/mgmt-tester: Remove not used condition
` [PATCH v2 10/10] tools/mgmt-tester: Refactor setup_start_discovery function

rctest -c "Can't connect: Device or resource busy (16)"
 2014-03-12  4:27 UTC  (7+ messages)

[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  (13+ 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)

[PATCH] android/pts: AVRCP PTS tests results
 2014-03-10 17:26 UTC  (2+ messages)

Background scanning and white list usage
 2014-03-10 14:21 UTC  (6+ messages)

[PATCHv2 01/10] unit/avrcp: Add /TP/MDI/BV-01-C test
 2014-03-10 13:01 UTC  (11+ messages)
` [PATCHv2 02/10] android/avrcp: Add avrcp_get_element_attributes() function
` [PATCHv2 03/10] unit/avrcp: Add /TP/MDI/BV-03-C test
` [PATCHv2 04/10] unit/avrcp: Add /TP/MDI/BV-04-C test
` [PATCHv2 05/10] unit/avrcp: Add /TP/MDI/BV-05-C test
` [PATCHv2 06/10] unit/avrcp: Add /TP/NFY/BV-01-C test
` [PATCHv2 07/10] unit/avrcp: Add /TP/NFY/BV-02-C test
` [PATCHv2 08/10] unit/avrcp: Add /TP/NFY/BV-03-C test
` [PATCHv2 09/10] unit/avrcp: Add /TP/NFY/BV-04-C test
` [PATCHv2 10/10] doc: Update test coverage document

[PATCH v4 1/3] android/avrcp: Fill attributes in case of empty for GetElementAttributes
 2014-03-10 12:12 UTC  (4+ messages)
` [PATCH v4 2/3] android/avrcp: Fix not handling SetAbsoluteVolume response
` [PATCH v4 3/3] android/avrcp: Fix setting wrong type for volume changed event

[PATCH 00/20] More Android Handsfree work
 2014-03-10 11:50 UTC  (2+ messages)

[PATCH 1/2] android/hal-ipc-api: Fix not describing call numbers as strings
 2014-03-10 11:49 UTC  (2+ messages)

[PATCH 1/5] android/handsfree: Fix possible g_io_channel_shutdown() on NULL channel
 2014-03-10 11:48 UTC  (3+ messages)
` [PATCH 2/5] android/handsfree: Add support for handling incoming SCO connections

[PATCH v3 1/2] android/gatt: Handle Register gatt client command
 2014-03-10 11:19 UTC  (2+ messages)
` [PATCH v3 2/2] android/gatt: Handle Unregister "

[PATCH v2 1/2] android/gatt: Handle Register gatt client command
 2014-03-10 11:04 UTC  (2+ messages)
` [PATCH v2 2/2] android/gatt: Handle Unregister "

[PATCH v3 1/2] android/avrcp: Fill attributes in case of empty for GetElementAttributes
 2014-03-10  9:45 UTC  (2+ messages)
` [PATCH v3 2/2] android/avrcp: Fix not handling SetAbsoluteVolume response

[PATCH v2 1/2] android/avrcp: Fill attributes in case of empty for GetElementAttributes
 2014-03-10  9:33 UTC  (2+ messages)
` [PATCH v2 2/2] android/avrcp: Fix not handling SetAbsoluteVolume response

[PATCH 1/3] android: Change property name for valgrind
 2014-03-10  9:27 UTC  (2+ messages)

[PATCH 1/9] unit/avrcp: Add /TP/PAS/BV-06-C test
 2014-03-10  9:04 UTC  (3+ messages)
` [PATCH 9/9] doc: Update test coverage document

[PATCH 1/9] unit/avrcp: Add /TP/MDI/BV-01-C test
 2014-03-10  8:32 UTC  (2+ messages)

[PATCH 1/2] unit/avrcp: Add /TP/NFY/BV-03-C test
 2014-03-10  8:30 UTC  (2+ messages)

DUNS for GPRS/EDGE-enabled 2G phone under BlueZ5.14
 2014-03-10  2:35 UTC 

[PATCH v2 0/3] android: Improve of handling stop discovery
 2014-03-09 23:06 UTC  (4+ messages)
` [PATCH v2 1/3] android: Add tracking for pending confirm name command
` [PATCH v2 2/3] android: Cancel all pending confirm name before stop discovery
` [PATCH v2 3/3] android: Send confirm name request with mgmt_send

[PATCH] Bluetooth: Make LTK and CSRK only persisent when bonding
 2014-03-09 22:00 UTC 

[PATCH] Bluetooth: Add support for handling signature resolving keys
 2014-03-09 19:42 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).