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 { impl 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 | 880 fn listen_using_insecure_l2cap_channel(&mut self, callback: CallbackId) -> SocketResult { in listen_using_insecure_l2cap_channel() 885 fn listen_using_insecure_l2cap_le_channel(&mut self, callback: CallbackId) -> SocketResult { in listen_using_insecure_l2cap_le_channel() 890 fn listen_using_l2cap_channel(&mut self, callback: CallbackId) -> SocketResult { in listen_using_l2cap_channel() 895 fn listen_using_l2cap_le_channel(&mut self, callback: CallbackId) -> SocketResult { in listen_using_l2cap_le_channel() 905 ) -> SocketResult { in listen_using_insecure_rfcomm_with_service_record() 917 ) -> SocketResult { in listen_using_rfcomm() 927 ) -> SocketResult { in listen_using_rfcomm_with_service_record() 937 ) -> SocketResult { in create_insecure_l2cap_channel() 947 ) -> SocketResult { in create_insecure_l2cap_le_channel() 957 ) -> SocketResult { in create_l2cap_channel() [all …]
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | command_handler.rs | 1829 let SocketResult { status, id } = self in cmd_socket() localVariable 1858 let SocketResult { status, id } = { in cmd_socket() localVariable 1903 let SocketResult { status, id } = { in cmd_socket() localVariable
|
D | dbus_iface.rs | 2165 fn listen_using_insecure_l2cap_channel(&mut self, callback: CallbackId) -> SocketResult { in listen_using_insecure_l2cap_channel() 2170 fn listen_using_insecure_l2cap_le_channel(&mut self, callback: CallbackId) -> SocketResult { in listen_using_insecure_l2cap_le_channel() 2175 fn listen_using_l2cap_channel(&mut self, callback: CallbackId) -> SocketResult { in listen_using_l2cap_channel() 2180 fn listen_using_l2cap_le_channel(&mut self, callback: CallbackId) -> SocketResult { in listen_using_l2cap_le_channel() 2190 ) -> SocketResult { in listen_using_insecure_rfcomm_with_service_record() 2200 ) -> SocketResult { in listen_using_rfcomm_with_service_record() 2212 ) -> SocketResult { in listen_using_rfcomm() 2222 ) -> SocketResult { in create_insecure_l2cap_channel() 2232 ) -> SocketResult { in create_insecure_l2cap_le_channel() 2242 ) -> SocketResult { in create_l2cap_channel() [all …]
|