OSDN Git Service

rusty-gd: split HAL into control & acl
authorZach Johnson <zachoverflow@google.com>
Tue, 22 Dec 2020 22:34:37 +0000 (14:34 -0800)
committerZach Johnson <zachoverflow@google.com>
Wed, 13 Jan 2021 23:13:59 +0000 (15:13 -0800)
commit37fad007f49d99de72e4f829271d91de6acf77bf
tree632710e219f5f14439a470c515a00541c0c95289
parentd942d41eca62d67c7d05bc9ba49e3020a9165799
rusty-gd: split HAL into control & acl

this way the ACL can bypass the HCI layer entirely

Bug: 171749953
Tag: #gd-refactor
Test: gd/cert/run --rhost SimpleHalTest
Change-Id: Iee6c37a7ffab39546d07a915e80900e748103fea
gd/rust/hal/src/facade.rs
gd/rust/hal/src/lib.rs
gd/rust/hal/src/snoop.rs
gd/rust/hci/src/facade.rs
gd/rust/hci/src/lib.rs
gd/rust/shim/src/hci.rs
gd/rust/shim/src/stack.rs