Home
last modified time | relevance | path

Searched defs:BluetoothSocket (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dsocket_manager.rs141 ) -> BluetoothSocket { in to_connecting_socket()
187 pub struct BluetoothSocket { struct
199 impl Default for BluetoothSocket { argument
205 impl BluetoothSocket { impl
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/
DBluetoothSocket.java88 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/
Dcallbacks.rs1181 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()
Ddbus_iface.rs2290 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/
Diface_bluetooth.rs830 connection: BluetoothSocket, in on_handle_incoming_connection()
840 socket: Option<BluetoothSocket>, in on_outgoing_connection_result()