commit | 3686fadf46cad157559be37d3999a7e5d12e8aeb | [log] [tgz] |
---|---|---|
author | Patrick Rohr <prohr@google.com> | Tue Feb 11 11:11:34 2025 -0800 |
committer | Patrick Rohr <prohr@google.com> | Sat Feb 15 11:04:10 2025 -0800 |
tree | fe50d3ba4bb8f08a42f3fc050af270cd9f95a591 | |
parent | 472b4b4d52be4bc9d3f9095b89b2d9a233d69f9c [diff] |
Add support for ConnectThread ConnectThread runs the blocking call to BluetoothSocket#connect() until it either succeeds -- at which point it creates a client network (TODO) -- or is aborted because the request went away. Any error encountered during BluetoothSocket#connect() triggers an onUnavailable() on all requests matching that specifier. There are currently no retries. Test: TH Change-Id: Ib199663c881610988fd587446337f9701c89de83