Searched refs:prop_pair (Results 1 – 1 of 1) sorted by relevance
1314 let prop_pair: (Box<[u8]>, bindings::bt_property_t) = prop.into(); in set_adapter_property() localVariable1315 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() localVariable1340 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() localVariable1557 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() localVariable1572 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() localVariable1586 let converted: BluetoothProperty = prop_pair.1.into(); in test_property_with_string_conversions()