New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 856869 link

Starred by 0 users

Issue metadata

Status: Unconfirmed
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Support Reliable Write

Project Member Reported by qiyuh@chromium.org, Jun 27 2018

Issue description

Chromium bluetooth now distinguishes prepare write from regular write, such that the client is able to know whether a request is a prepare write.

For now, we regard prepare writes as regular writes, which is the existing behavior. However, a better implementation is to queue all the pending prepare writes and apply them when |has_subsequent_request| is false.

 

Sign in to add a comment