Home
last modified time | relevance | path

Searched defs:BtLocalLeFeatures (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs419 pub type BtLocalLeFeatures = bindings::bt_local_le_features_t; typedef
745 let ptr: *const BtLocalLeFeatures = llf; in get_data_ptr() constant
837 let v = unsafe { (prop.val as *const BtLocalLeFeatures).read_unaligned() }; in from() constant