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.rs351 pub type BtLocalLeFeatures = bindings::bt_local_le_features_t; typedef
602 let ptr: *const BtLocalLeFeatures = llf; in get_data_ptr() constant
688 let v = unsafe { *(prop.val as *const BtLocalLeFeatures) }; in from() constant