Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/include/hardware/
Dbt_gatt_client.h101 typedef void (*disconnect_callback)(int conn_id, int status, int client_if, typedef
192 disconnect_callback close_cb;
/packages/modules/Bluetooth/system/gd/rust/linux/dbus_projection/dbus_macros/src/
Dlib.rs959 fn register_disconnect(&mut self, disconnect_callback: Box<dyn Fn(u32) + Send>) -> u32 { in dbus_proxy_obj()
960 … return self.disconnect_watcher.lock().unwrap().add(self.remote.clone(), disconnect_callback); in dbus_proxy_obj()