Lines Matching defs:i32
115 fn Enable(&self) -> i32; in Enable()
116 fn Disable(&self) -> i32; in Disable()
118 fn GetAdapterProperties(&self) -> i32; in GetAdapterProperties()
119 fn GetAdapterProperty(&self, prop_type: i32) -> i32; in GetAdapterProperty()
120 fn SetAdapterProperty(&self, prop: &BtProperty) -> i32; in SetAdapterProperty()
122 fn GetRemoteDeviceProperties(&self, address: &RustRawAddress) -> i32; in GetRemoteDeviceProperties()
123 fn GetRemoteDeviceProperty(&self, address: &RustRawAddress, prop_type: i32) -> i32; in GetRemoteDeviceProperty()
124 fn SetRemoteDeviceProperty(&self, address: &RustRawAddress, prop: &BtProperty) -> i32; in SetRemoteDeviceProperty()
126 fn GetRemoteServices(&self, address: &RustRawAddress) -> i32; in GetRemoteServices()
128 fn StartDiscovery(&self) -> i32; in StartDiscovery()
129 fn CancelDiscovery(&self) -> i32; in CancelDiscovery()
131 fn CreateBond(&self, address: &RustRawAddress, transport: i32) -> i32; in CreateBond()
135 fn RemoveBond(&self, address: &RustRawAddress) -> i32; in RemoveBond()
136 fn CancelBond(&self, address: &RustRawAddress) -> i32; in CancelBond()
138 fn GetConnectionState(&self, address: &RustRawAddress) -> i32; in GetConnectionState()
146 ) -> i32; in PinReply()
150 ssp_variant: i32, in SspReply()
153 ) -> i32; in SspReply()
190 fn adapter_state_changed_callback(cb: &RustCallbacks, state: i32); in adapter_state_changed_callback()
193 status: i32, in adapter_properties_callback()
194 num_properties: i32, in adapter_properties_callback()
199 status: i32, in remote_device_properties_callback()
201 num_properties: i32, in remote_device_properties_callback()
206 num_properties: i32, in device_found_callback()
209 fn discovery_state_changed_callback(cb: &RustCallbacks, state: i32); in discovery_state_changed_callback()
222 variant: i32, in ssp_request_callback()
227 status: i32, in bond_state_changed_callback()
229 state: i32, in bond_state_changed_callback()
233 status: i32, in acl_state_changed_callback()
235 state: i32, in acl_state_changed_callback()
236 hci_reason: i32, in acl_state_changed_callback()
290 pub fn enable(&mut self) -> i32 { in enable()
295 pub fn disable(&mut self) -> i32 { in disable()
303 pub fn get_adapter_properties(&mut self) -> i32 { in get_adapter_properties()
307 pub fn get_adapter_property(&mut self, prop_type: i32) -> i32 { in get_adapter_property()
311 pub fn set_adapter_property(&mut self, prop: &ffi::BtProperty) -> i32 { in set_adapter_property()
320 pub fn start_discovery(&mut self) -> i32 { in start_discovery()
323 pub fn cancel_discovery(&mut self) -> i32 { in cancel_discovery()
327 pub fn create_bond(&mut self, address: &ffi::RustRawAddress, transport: i32) -> i32 { in create_bond()
330 pub fn remove_bond(&mut self, address: &ffi::RustRawAddress) -> i32 { in remove_bond()
333 pub fn cancel_bond(&mut self, address: &ffi::RustRawAddress) -> i32 { in cancel_bond()
337 pub fn get_connection_state(&mut self, address: &ffi::RustRawAddress) -> i32 { in get_connection_state()
344 fn adapter_state_changed_callback(cb: &RustCallbacks, state: i32) { in adapter_state_changed_callback()
354 status: i32, in adapter_properties_callback()
355 num_properties: i32, in adapter_properties_callback()
363 status: i32, in remote_device_properties_callback()
365 num_properties: i32, in remote_device_properties_callback()
373 num_properties: i32, in device_found_callback()
378 fn discovery_state_changed_callback(cb: &RustCallbacks, state: i32) { in discovery_state_changed_callback()
399 variant: i32, in ssp_request_callback()
406 status: i32, in bond_state_changed_callback()
408 state: i32, in bond_state_changed_callback()
414 status: i32, in acl_state_changed_callback()
416 state: i32, in acl_state_changed_callback()
417 hci_reason: i32, in acl_state_changed_callback()