Searched refs:prop_to_vec (Results 1 – 1 of 1) sorted by relevance
/system/bt/gd/rust/topshim/btif/ |
D | btif_shim.cc | 40 static ::rust::Vec<BtProperty> prop_to_vec(int num_properties, bt_property_t* properties) { in prop_to_vec() function 87 *g_btif->GetCallbacks(), status, num_properties, prop_to_vec(num_properties, properties)); in adapter_properties_cb() 95 … *g_btif->GetCallbacks(), status, addr, num_properties, prop_to_vec(num_properties, properties)); in remote_device_properties_cb() 99 …rusty::device_found_callback(*g_btif->GetCallbacks(), num_properties, prop_to_vec(num_properties, … in device_found_cb()
|