Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth.rs292 fn read_propmap_value<T: 'static + DirectDBus>( in read_propmap_value() function
354 let sdp_type = read_propmap_value::<u32>(&data, &String::from("type"))?; in from_dbus()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs204 fn read_propmap_value<T: 'static + DirectDBus>( in read_propmap_value() function
266 let sdp_type = read_propmap_value::<u32>(&data, &String::from("type"))?; in from_dbus()