commit | de6b2ce200cbbf2224620be7232e2323d9cc1bd9 | [log] [tgz] |
---|---|---|
author | Abhishek Pandit-Subedi <[email protected]> | Wed Oct 19 16:47:55 2022 |
committer | Chromium LUCI CQ <[email protected]> | Wed Oct 19 16:47:55 2022 |
tree | 998847845e7bf4590e5501fe0a82fc2c9e8d4b92 | |
parent | 1eb8dd551eac0c27eed9646f7ffa6a0ab01fa087 [diff] |
[floss] Fix Gatt connection and identifiers Refactor the connection pending tracking so that we don't double decrement the counter when GATT initiated the connection. Also update the identifiers to use instance_id instead of the uuid (so that the overall identifier name is more readable). BUG=b:247605554 TEST=tools/autotest.py -C out/Default --run_all device/bluetooth/floss/ Change-Id: I078995f8d203bb9b6983e1c690b10ffc5256e093 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3965498 Reviewed-by: Sonny Sasaka <[email protected]> Commit-Queue: Abhishek Pandit-Subedi <[email protected]> Cr-Commit-Position: refs/heads/main@{#1061084}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.