Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Security manager #194

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
refactor(sm): clean security types
Signed-off-by: Haobo Gu <haobogu@outlook.com>
HaoboGu committed Dec 13, 2024
commit 365679e03e5de2cfd91dca46f7cc028acd91bb62
1 change: 0 additions & 1 deletion host/src/types/mod.rs
Original file line number Diff line number Diff line change
@@ -4,6 +4,5 @@
pub mod gatt_traits;
pub(crate) mod l2cap;
pub(crate) mod primitives;
pub(crate) mod security;

pub mod uuid;
85 changes: 0 additions & 85 deletions host/src/types/security.rs

This file was deleted.