Searched defs:SocketResult (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | socket_manager.rs | 40 pub struct SocketResult { struct 45 impl SocketResult { implementation 305 fn listen_using_insecure_l2cap_channel(&mut self, callback: CallbackId) -> SocketResult; in listen_using_insecure_l2cap_channel() 308 fn listen_using_insecure_l2cap_le_channel(&mut self, callback: CallbackId) -> SocketResult; in listen_using_insecure_l2cap_le_channel() 316 ) -> SocketResult; in listen_using_insecure_rfcomm_with_service_record() 319 fn listen_using_l2cap_channel(&mut self, callback: CallbackId) -> SocketResult; in listen_using_l2cap_channel() 322 fn listen_using_l2cap_le_channel(&mut self, callback: CallbackId) -> SocketResult; in listen_using_l2cap_le_channel() 330 ) -> SocketResult; in listen_using_rfcomm_with_service_record() 342 ) -> SocketResult; in listen_using_rfcomm() 350 ) -> SocketResult; in create_insecure_l2cap_channel() [all …]
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth.rs | 869 fn listen_using_insecure_l2cap_channel(&mut self, callback: CallbackId) -> SocketResult { in listen_using_insecure_l2cap_channel() 874 fn listen_using_insecure_l2cap_le_channel(&mut self, callback: CallbackId) -> SocketResult { in listen_using_insecure_l2cap_le_channel() 879 fn listen_using_l2cap_channel(&mut self, callback: CallbackId) -> SocketResult { in listen_using_l2cap_channel() 884 fn listen_using_l2cap_le_channel(&mut self, callback: CallbackId) -> SocketResult { in listen_using_l2cap_le_channel() 894 ) -> SocketResult { in listen_using_insecure_rfcomm_with_service_record() 906 ) -> SocketResult { in listen_using_rfcomm() 916 ) -> SocketResult { in listen_using_rfcomm_with_service_record() 926 ) -> SocketResult { in create_insecure_l2cap_channel() 936 ) -> SocketResult { in create_insecure_l2cap_le_channel() 946 ) -> SocketResult { in create_l2cap_channel() [all …]
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | command_handler.rs | 1810 let SocketResult { status, id } = self in cmd_socket() localVariable 1839 let SocketResult { status, id } = { in cmd_socket() localVariable 1886 let SocketResult { status, id } = { in cmd_socket() localVariable
|
D | dbus_iface.rs | 2145 fn listen_using_insecure_l2cap_channel(&mut self, callback: CallbackId) -> SocketResult { in listen_using_insecure_l2cap_channel() 2150 fn listen_using_insecure_l2cap_le_channel(&mut self, callback: CallbackId) -> SocketResult { in listen_using_insecure_l2cap_le_channel() 2155 fn listen_using_l2cap_channel(&mut self, callback: CallbackId) -> SocketResult { in listen_using_l2cap_channel() 2160 fn listen_using_l2cap_le_channel(&mut self, callback: CallbackId) -> SocketResult { in listen_using_l2cap_le_channel() 2170 ) -> SocketResult { in listen_using_insecure_rfcomm_with_service_record() 2180 ) -> SocketResult { in listen_using_rfcomm_with_service_record() 2192 ) -> SocketResult { in listen_using_rfcomm() 2202 ) -> SocketResult { in create_insecure_l2cap_channel() 2212 ) -> SocketResult { in create_insecure_l2cap_le_channel() 2222 ) -> SocketResult { in create_l2cap_channel() [all …]
|