Home
last modified time | relevance | path

Searched refs:prop_pair (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dbtif.rs1314 let prop_pair: (Box<[u8]>, bindings::bt_property_t) = prop.into(); in set_adapter_property() localVariable
1315 let prop_ptr = LTCheckedPtr::from_ref(&prop_pair.1); in set_adapter_property()
1339 let prop_pair: (Box<[u8]>, bindings::bt_property_t) = prop.into(); in set_remote_device_property() localVariable
1340 let prop_ptr = LTCheckedPtr::from_ref(&prop_pair.1); in set_remote_device_property()
1556 let prop_pair: (Box<[u8]>, bindings::bt_property_t) = bdname.into(); in test_property_with_string_conversions() localVariable
1557 let converted: BluetoothProperty = prop_pair.1.into(); in test_property_with_string_conversions()
1571 let prop_pair: (Box<[u8]>, bindings::bt_property_t) = service_record.into(); in test_property_with_string_conversions() localVariable
1572 let converted: BluetoothProperty = prop_pair.1.into(); in test_property_with_string_conversions()
1585 let prop_pair: (Box<[u8]>, bindings::bt_property_t) = rfname.into(); in test_property_with_string_conversions() localVariable
1586 let converted: BluetoothProperty = prop_pair.1.into(); in test_property_with_string_conversions()