summaryrefslogtreecommitdiff
path: root/system/gd/rust/linux/stack/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'system/gd/rust/linux/stack/src/lib.rs')
-rw-r--r--system/gd/rust/linux/stack/src/lib.rs9
1 files changed, 3 insertions, 6 deletions
diff --git a/system/gd/rust/linux/stack/src/lib.rs b/system/gd/rust/linux/stack/src/lib.rs
index 160363e88a..ad21e6e617 100644
--- a/system/gd/rust/linux/stack/src/lib.rs
+++ b/system/gd/rust/linux/stack/src/lib.rs
@@ -1,7 +1,7 @@
-//! Fluoride/GD Bluetooth stack.
+//! Floss Bluetooth stack.
//!
-//! This crate provides the API implementation of the Fluoride/GD Bluetooth stack, independent of
-//! any RPC projection.
+//! This crate provides the API implementation of the Fluoride/GD Bluetooth
+//! stack, independent of any RPC projection.
#[macro_use]
extern crate num_derive;
@@ -27,9 +27,6 @@ use bt_topshim::{
},
};
-/// Represents a Bluetooth address.
-// TODO: Add support for LE random addresses.
-
#[derive(Clone, Debug)]
pub enum BluetoothCallbackType {
Adapter,