Searched defs:BluetoothSocket (Results 1 – 5 of 5) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | socket_manager.rs | 141 ) -> BluetoothSocket { in to_connecting_socket() 187 pub struct BluetoothSocket { struct 199 impl Default for BluetoothSocket { argument 205 impl BluetoothSocket { implementation 252 impl fmt::Display for BluetoothSocket { implementation 280 fn on_handle_incoming_connection(&mut self, listener_id: SocketId, connection: BluetoothSocket); in on_handle_incoming_connection() 288 socket: Option<BluetoothSocket>, in on_outgoing_connection_result() 688 mut socket_info: BluetoothSocket, in socket_connect() 1055 socket_info: BluetoothSocket, in connecting_task()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothSocket.java | 88 public final class BluetoothSocket implements Closeable { class 193 /*package*/ BluetoothSocket( in BluetoothSocket() method in BluetoothSocket 217 /*package*/ BluetoothSocket( in BluetoothSocket() method in BluetoothSocket 290 private BluetoothSocket(BluetoothSocket s) { in BluetoothSocket() method in BluetoothSocket
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | callbacks.rs | 1181 fn start_socket_schedule(&mut self, socket: BluetoothSocket) { in start_socket_schedule() 1267 connection: BluetoothSocket, in on_handle_incoming_connection() 1277 socket: Option<BluetoothSocket>, in on_outgoing_connection_result()
|
D | dbus_iface.rs | 2290 connection: BluetoothSocket, in on_handle_incoming_connection() 2300 socket: Option<BluetoothSocket>, in on_outgoing_connection_result()
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth.rs | 830 connection: BluetoothSocket, in on_handle_incoming_connection() 840 socket: Option<BluetoothSocket>, in on_outgoing_connection_result()
|