Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dlib.rs462 bluetooth_gatt.lock().unwrap().remove_client_callback(id); in dispatch()
Dbluetooth_gatt.rs1915 pub fn remove_client_callback(&mut self, callback_id: u32) { in remove_client_callback() method