Home
last modified time | relevance | path

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

/system/bt/gd/rust/topshim/src/
Dbtif.rs252 pub remote_device_properties_changed: field
368 (cb.inner.remote_device_properties_changed)(status, address, num_properties, properties); in remote_device_properties_callback()
/system/bt/gd/rust/linux/stack/btif_macros/src/
Dlib.rs126 remote_device_properties_changed: Box::new(|_, _, _, _| {}), in btif_callbacks_generator()
/system/bt/gd/rust/linux/adapter/src/
Dmain.rs48 remote_device_properties_changed: Box::new(move |status, address, count, props| { in make_context()