Searched refs:BtLocalLeFeatures (Results 1 – 1 of 1) sorted by relevance
419 pub type BtLocalLeFeatures = bindings::bt_local_le_features_t; typedef582 LocalLeFeatures(BtLocalLeFeatures),658 BluetoothProperty::LocalLeFeatures(_) => mem::size_of::<BtLocalLeFeatures>(), in get_len()745 let ptr: *const BtLocalLeFeatures = llf; in get_data_ptr() constant747 std::slice::from_raw_parts(ptr as *mut u8, mem::size_of::<BtLocalLeFeatures>()) in get_data_ptr()837 let v = unsafe { (prop.val as *const BtLocalLeFeatures).read_unaligned() }; in from() constant