Floss: Hcidoc: Add external controller signal
Some users plug an external controller, if the stack somehow use that, it is likely to fail in various situation as it wasn't tested. This adds a signal to detect if the chosen controller is an external controller by checking if the local name and manufacture are in the known list and also tracking the new index event. Bug: 325403872 Test: m -j Test: Using report 91563648247, verify every read local name and the new index are reported. Tag: #floss Flag: EXEMPT, Floss only change Change-Id: Ia25c4f8deaaa20d4529d412938c3cc1fdcf915c0
Showing
- floss/hcidoc/Cargo.toml 1 addition, 0 deletionsfloss/hcidoc/Cargo.toml
- floss/hcidoc/src/groups/connections.rs 3 additions, 0 deletionsfloss/hcidoc/src/groups/connections.rs
- floss/hcidoc/src/groups/controllers.rs 91 additions, 4 deletionsfloss/hcidoc/src/groups/controllers.rs
- floss/hcidoc/src/groups/informational.rs 4 additions, 1 deletionfloss/hcidoc/src/groups/informational.rs
- floss/hcidoc/src/parser.rs 47 additions, 0 deletionsfloss/hcidoc/src/parser.rs
Loading
Please register or sign in to comment