Linux bluetooth development
 help / color / mirror / Atom feed
 messages from 2014-06-24 08:36:18 to 2014-06-27 08:32:00 UTC [more...]

LE mouse reconnect problem
 2014-06-27  8:32 UTC  (4+ messages)
    ` Fwd: "

[PATCH BlueZ v3 01/15] android/dis: Add copy to Device Info implementation
 2014-06-27  8:27 UTC  (15+ messages)
` [PATCH BlueZ v3 02/15] android/dis: Strip dependencies from deviceinfo plugin
` [PATCH BlueZ v3 03/15] android/dis: Add bt_dis_set_notification
` [PATCH BlueZ v3 04/15] android/dis: Only cache the handle not all the characteristics
` [PATCH BlueZ v3 05/15] android/hog: Add support for reading device details via DIS
` [PATCH BlueZ v3 06/15] lib/uuid: Add define for Scan Parameter UUID
` [PATCH BlueZ v3 07/15] android/scpp: Add copy to Scan Parameter Profile implementation
` [PATCH BlueZ v3 08/15] android/scpp: Strip dependencies from scan plugin
` [PATCH BlueZ v3 09/15] android/scpp: Add bt_scpp_set_interval and bt_scpp_set_window
` [PATCH BlueZ v3 10/15] android/scpp: Check for cached handles on attach
` [PATCH BlueZ v3 11/15] android/hog: Add support for Scan Parameter Service
` [PATCH BlueZ v3 12/15] android: Add initial implementation of Battery Service client
` [PATCH BlueZ v3 13/15] lib/uuid: Add define for Battery UUID
` [PATCH BlueZ v3 14/15] android/hog: Add support for Battery Service
` [PATCH BlueZ v3 15/15] android/hog: Add support for multiple instaces

[PATCH 1/9] android/health: Add error check when creating app
 2014-06-27  7:59 UTC  (21+ messages)
` [PATCH 2/9] android/health: Add handling MDL connection request
` [PATCH 3/9] android/health: Fix wrong callback return type
` [PATCH 4/9] android/health: Refactor channel creation
` [PATCH 5/9] android/health: Add channel connect
` [PATCH 6/9] android/health: Assign channel to user_data
` [PATCH 7/9] android/health: Create mdep for ECHO channel
` [PATCH 8/9] android/health: Add handling for ECHO service
` [PATCH 9/9] android/health: Improve debug
` [PATCHv2 1/9] android/health: Add error check when creating app
  ` [PATCHv2 2/9] android/health: Fix wrong callback return type
  ` [PATCHv2 3/9] android/health: Add handling MDL connection request
  ` [PATCHv2 4/9] android/health: Refactor channel creation
  ` [PATCHv2 5/9] android/health: Add channel connect
  ` [PATCHv2 6/9] android/health: Assign channel to user_data
  ` [PATCHv2 7/9] android/health: Create mdep for ECHO channel
  ` [PATCHv2 8/9] android/health: Add handling for ECHO service
  ` [PATCHv2 9/9] android/health: Improve debug
` [PATCH] android/pts: Update HDP test results

[PATCH 00/10] shared/att: Implement sending ATT protocol requests
 2014-06-26 23:14 UTC  (11+ messages)
` [PATCH 01/10] shared/att: Implement outgoing "Find Information" request/response
` [PATCH 02/10] shared/att: Implement outgoing "Find By Type Value" request/response
` [PATCH 03/10] shared/att: Implement outgoing "Read By Type" request/response
` [PATCH 04/10] shared/att: Implement outgoing "Read" request/response
` [PATCH 05/10] shared/att: Implement outgoing "Read Blob" request/response
` [PATCH 06/10] shared/att: Implement outgoing "Read Multiple" request/response
` [PATCH 07/10] shared/att: Implement outgoing "Read By Group Type" request/response
` [PATCH 08/10] shared/att: Implement outgoing "Write" request/response
` [PATCH 09/10] shared/att: Implement outgoing "Prepare Write" request/response
` [PATCH 10/10] shared/att: Implement outgoing "Execute "

[RFC 0/5] Implement MDL disconnect and reconnect
 2014-06-26 21:30 UTC  (6+ messages)
` [RFC 1/5] android/client/health: Introduce close_channel API
` [RFC 2/5] android/health: Implement mdl_closed_cb callback
` [RFC 3/5] android/health: Fix deleting channels queue
` [RFC 4/5] android/health: Implement mdl reconnect
` [RFC 5/5] android/health: Implement destroy_channel call

[PATCH] android/health: Fix wrong user data passing in set_mcl_cb
 2014-06-26 21:04 UTC 

[PATCH 1/7] android/pts: Change MCAP PIXIT value
 2014-06-26 16:08 UTC  (8+ messages)
` [PATCH 2/7] android/mcaptest: Add skeleton for mcap test tool
` [PATCH 3/7] android/mcaptest: Support connect
` [PATCH 4/7] android/mcaptest: Support incomming connections
` [PATCH 5/7] android/mcaptest: Support MDL and MCL disconnection
` [PATCH 6/7] android/mcaptest: Support MDL reconnection if MCL reconnected
` [PATCH 7/7] android/pts: Update MCAP results

BLE (HOGP) Direct Adv -> Re-connect request, mysterious ~5sec latency
 2014-06-26 15:57 UTC 

[PATCH BlueZ v2 01/15] android/dis: Add copy to Device Info implementation
 2014-06-26 14:46 UTC  (15+ messages)
` [PATCH BlueZ v2 02/15] android/dis: Strip dependencies from deviceinfo plugin
` [PATCH BlueZ v2 03/15] android/dis: Add bt_dis_set_notification
` [PATCH BlueZ v2 04/15] android/dis: Only cache the handle not all the characteristics
` [PATCH BlueZ v2 05/15] android/hog: Add support for reading device details via DIS
` [PATCH BlueZ v2 06/15] lib/uuid: Add define for Scan Parameter UUID
` [PATCH BlueZ v2 07/15] android/scpp: Add copy to Scan Parameter Profile implementation
` [PATCH BlueZ v2 08/15] android/scpp: Strip dependencies from scan plugin
` [PATCH BlueZ v2 09/15] android/scpp: Add bt_scpp_set_interval and bt_scpp_set_window
` [PATCH BlueZ v2 10/15] android/scpp: Check for cached handles on attach
` [PATCH BlueZ v2 11/15] android/hog: Add support for Scan Parameter Service
` [PATCH BlueZ v2 12/15] android: Add initial implementation of Battery Service client
` [PATCH BlueZ v2 13/15] lib/uuid: Add define for Battery UUID
` [PATCH BlueZ v2 14/15] android/hog: Add support for Battery Service
` [PATCH BlueZ v2 15/15] android/hog: Add support for multiple instaces

[PATCH] android/mcap: Fix possible uninitialized use
 2014-06-26 14:05 UTC  (2+ messages)

Query regarding gatt server support in bluez-5.16
 2014-06-26  9:51 UTC 

[PATCH_v4] android/health: Provide a helper funtion to search channel by id
 2014-06-26  9:16 UTC  (2+ messages)

[PATCH_v3 1/3] android/health: Rename matching functions
 2014-06-26  8:32 UTC  (5+ messages)
` [PATCH_v3 2/3] android/health: Provide a helper funtion to search channel by id
` [PATCH_v3 3/3] android/hal-health: Return app_id and channel_id -1 in case of error

[PATCH 1/3] core: Fix stop_passive_scanning_complete()
 2014-06-26  7:57 UTC  (2+ messages)

[PATCH BlueZ] android/hog: Fix using invalid range for external report
 2014-06-26  7:45 UTC  (2+ messages)

[RFC] android/health: Fix setting wrong PSM for SDP record
 2014-06-26  7:43 UTC  (2+ messages)

[RFC 1/5] android/mcap: Change PIXIT value
 2014-06-26  7:04 UTC  (7+ messages)
` [RFC 2/5] tools/mcaptest: Add skeleton for mcap test tool
` [RFC 3/5] tools/mcaptest: Support connect
` [RFC 4/5] tools/mcaptest: Support incomming connections
` [RFC 5/5] android/mcap: Update PTS results

[RFC v2 1/4] Bluetooth: Connection parameters check helper
 2014-06-26  7:00 UTC  (6+ messages)
` [RFC v2 2/4] Bluetooth: Connection Parameter Update Procedure
` [RFC v2 3/4] Bluetooth: Enable new LE meta event
` [RFC v2 4/4] Bluetooth: Introduce "New Connection Parameter" Event

[RFC 0/4] New Connection Parameter Event
 2014-06-25 23:48 UTC  (11+ messages)
` [RFC 1/4] Bluetooth: Connection parameters check helper
` [RFC 2/4] Bluetooth: Connection Parameter Update Procedure
` [RFC 3/4] Bluetooth: Move is_identity_address() to hci_core.h
` [RFC 4/4] Bluetooth: Introduce "New Connection Parameter" Event

[PATCH] Bluetooth: Use macro instead of hard-coded value
 2014-06-25 20:07 UTC  (2+ messages)

pull request: bluetooth 2014-06-25
 2014-06-25 18:22 UTC  (2+ messages)

BlueZ 5.19: BLE HoG device reconnect issues
 2014-06-25 17:49 UTC  (5+ messages)

[PATCH 3/3] core: Fix adapter_connect_list_add()
 2014-06-25 17:38 UTC 

[PATCH 2/3] core: Fix discovering_callback()
 2014-06-25 17:38 UTC 

Observer Role?
 2014-06-25 17:37 UTC 

[PATCH BlueZ 1/2] android/hidhost: Add hid_device_new helper function
 2014-06-25 15:36 UTC  (3+ messages)
` [PATCH BlueZ 2/2] android/hog: Fix code style

[PATCH_v2 1/3] android/health: Rename matching functions
 2014-06-25 15:35 UTC  (4+ messages)
` [PATCH_v2 2/3] android/health: Provide a helper funtion to search channel by id
` [PATCH_v2 3/3] android/hal-health: Return app_id and channel_id -1 in case of error

[PATCH 01/11] android/hal-health: trivial: Correct coding style
 2014-06-25 15:30 UTC  (12+ messages)
` [PATCH 02/11] android/health: Remove unneeded check
` [PATCH 03/11] android/health: Fix possible overflow
` [PATCH 04/11] android/health: Fix missing error check
` [PATCH 05/11] android/health: trivial: Remove empty line
` [PATCH 06/11] android/health: Remove extra check
` [PATCH 07/11] android/health: trivial: Fix missing space
` [PATCH 08/11] android/health: Refactor setting mcl callbacks to function
` [PATCH 09/11] android/health: Add actual error message to error print
` [PATCH 10/11] android/health: Refactor create_device
` [PATCH 11/11] android/health: Add setting mcl callbacks for incoming connection

[PATCH] android/gatt: Fix wrong size argument
 2014-06-25 15:18 UTC  (2+ messages)

[PATCH] android/gatt: Remove dead code
 2014-06-25 15:18 UTC  (2+ messages)

[RFC v3] doc: Connection Parameters command and event
 2014-06-25 13:14 UTC  (6+ messages)

[PATCH ] tools: Fix memory related stuffs
 2014-06-25 10:17 UTC 

[PATCH 1/7] HDP: Remove extra debug statements
 2014-06-25  9:27 UTC  (8+ messages)
` [PATCH 2/7] HDP: Fix checking always constant error code
` [PATCH 3/7] "
` [PATCH 4/7] mcap: Fix possible overflow
` [PATCH 5/7] HDP: Fix possible memory leak
` [PATCH 6/7] HDP: trivial: Remove empty lines
` [PATCH 7/7] HDP: Fix NULL check

Bluetooth: hci0 failed to open Intel firmware file: intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq(-11)
 2014-06-24 21:53 UTC 

[PATCH v2 1/7] android/bluetooth: Add helper for finding device with android address
 2014-06-24 20:45 UTC  (2+ messages)

[PATCH] Bluteooth: Convert hci_conn->link_mode into flags
 2014-06-24 15:21 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] android/health: Provide a helper funtion to search channel by id
 2014-06-24 13:00 UTC  (5+ messages)

[PATCH] Bluetooth: Remove ssp_debug_mode debugfs option
 2014-06-24 11:21 UTC  (2+ messages)

[PATCH 1/3] Bluetooth: Fix ignoring debug keys in mgmt_load_link_keys
 2014-06-24 11:08 UTC  (6+ messages)
` [PATCH 2/3] Bluetooth: Add a new HCI_USE_DEBUG_KEYS flag
` [PATCH 3/3] Bluetooth: Add support for mode 0x02 for mgmt_set_debug_keys

[PATCH 1/6] Bluetooth: Update hci_add_link_key() to return pointer to key
 2014-06-24 10:38 UTC  (12+ messages)
` [PATCH 2/6] Bluetooth: Move mgmt event sending out from hci_add_link_key()
` [PATCH 3/6] Bluetooth: Rename HCI_DEBUG_KEYS to HCI_KEEP_DEBUG_KEYS
` [PATCH 4/6] Bluetooth: Don't store debug keys if flag for them is not set
` [PATCH 5/6] Bluetooth: Fix ignoring debug keys in mgmt_load_link_keys
` [PATCH 6/6] Bluetooth: Convert hcon->flush_key to a proper flag

[PATCH] android/hidhost: Fix adding hidhost device on devices list
 2014-06-24  9:51 UTC  (2+ messages)

[PATCH_v2 1/5] android/health: Fix wrong mdep config index
 2014-06-24  8:57 UTC  (2+ messages)

[RFC] queue: Add queue_foreach_if
 2014-06-24  8:43 UTC  (3+ messages)

[PATCH BlueZ 01/12] android/dis: Add copy to Device Info implementation
 2014-06-24  8:36 UTC  (3+ messages)
` [PATCH BlueZ 11/12] lib/uuid: Add define for Battery UUID
` [PATCH BlueZ 12/12] android/hog: Add support for Battery Service


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