Searched defs:BluetoothSocket (Results 1 – 5 of 5) sorted by relevance
| /packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
| D | socket_manager.rs | 139 ) -> BluetoothSocket { in to_connecting_socket() 184 pub struct BluetoothSocket { struct 196 impl Default for BluetoothSocket { implementation 202 impl BluetoothSocket { impl 249 impl fmt::Display for BluetoothSocket { implementation 277 fn on_handle_incoming_connection(&mut self, listener_id: SocketId, connection: BluetoothSocket); in on_handle_incoming_connection() 285 socket: Option<BluetoothSocket>, in on_outgoing_connection_result() 424 fn new(_callback_id: CallbackId, socket_info: BluetoothSocket, fd: std::fs::File) -> Self { in new() 652 mut socket_info: BluetoothSocket, in socket_connect()
|
| /packages/modules/Bluetooth/framework/java/android/bluetooth/ |
| D | BluetoothSocket.java | 91 public final class BluetoothSocket implements Closeable { class 201 /*package*/ BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, in BluetoothSocket() method in BluetoothSocket 221 /*package*/ BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, in BluetoothSocket() method in BluetoothSocket 287 private BluetoothSocket(BluetoothSocket s) { in BluetoothSocket() method in BluetoothSocket 339 private BluetoothSocket(int type, int fd, boolean auth, boolean encrypt, String address, in BluetoothSocket() method in BluetoothSocket
|
| /packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
| D | callbacks.rs | 1054 fn start_socket_schedule(&mut self, socket: BluetoothSocket) { in start_socket_schedule() 1140 connection: BluetoothSocket, in on_handle_incoming_connection() 1150 socket: Option<BluetoothSocket>, in on_outgoing_connection_result()
|
| D | dbus_iface.rs | 2094 connection: BluetoothSocket, in on_handle_incoming_connection() 2104 socket: Option<BluetoothSocket>, in on_outgoing_connection_result()
|
| /packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
| D | iface_bluetooth.rs | 699 connection: BluetoothSocket, in on_handle_incoming_connection() 709 socket: Option<BluetoothSocket>, in on_outgoing_connection_result()
|