Lines Matching refs:RustCallbacks
110 callbacks: Box<RustCallbacks>, in Initialize() argument
184 type RustCallbacks; typedef
190 fn adapter_state_changed_callback(cb: &RustCallbacks, state: i32); in adapter_state_changed_callback() argument
192 cb: &RustCallbacks, in adapter_properties_callback() argument
198 cb: &RustCallbacks, in remote_device_properties_callback() argument
205 cb: &RustCallbacks, in device_found_callback() argument
209 fn discovery_state_changed_callback(cb: &RustCallbacks, state: i32); in discovery_state_changed_callback() argument
211 cb: &RustCallbacks, in pin_request_callback() argument
218 cb: &RustCallbacks, in ssp_request_callback() argument
226 cb: &RustCallbacks, in bond_state_changed_callback() argument
232 cb: &RustCallbacks, in acl_state_changed_callback() argument
241 unsafe impl Box<RustCallbacks> {}
262 pub struct RustCallbacks { struct
286 .Initialize(Box::new(RustCallbacks { inner: callbacks.clone() }), init_flags) in initialize() argument
344 fn adapter_state_changed_callback(cb: &RustCallbacks, state: i32) { in adapter_state_changed_callback() argument
353 cb: &RustCallbacks, in adapter_properties_callback() argument
362 cb: &RustCallbacks, in remote_device_properties_callback() argument
372 cb: &RustCallbacks, in device_found_callback() argument
378 fn discovery_state_changed_callback(cb: &RustCallbacks, state: i32) { in discovery_state_changed_callback() argument
386 cb: &RustCallbacks, in pin_request_callback() argument
395 cb: &RustCallbacks, in ssp_request_callback() argument
405 cb: &RustCallbacks, in bond_state_changed_callback() argument
413 cb: &RustCallbacks, in acl_state_changed_callback() argument