Home
last modified time | relevance | path

Searched refs:BluetoothServerSocket (Results 1 – 14 of 14) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/
DObexServerSockets.java20 import android.bluetooth.BluetoothServerSocket;
53 private final BluetoothServerSocket mRfcommSocket;
54 private final BluetoothServerSocket mL2capSocket;
61 BluetoothServerSocket rfcommSocket, in ObexServerSockets()
62 BluetoothServerSocket l2capSocket) { in ObexServerSockets()
124 BluetoothServerSocket rfcommSocket = null; in create()
125 BluetoothServerSocket l2capSocket = null; in create()
283 private final BluetoothServerSocket mServerSocket;
291 SocketAcceptThread(BluetoothServerSocket serverSocket) { in SocketAcceptThread()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dsocket_manager.rs62 pub struct BluetoothServerSocket { struct
72 impl Default for BluetoothServerSocket { argument
74 BluetoothServerSocket::new() in default()
78 impl BluetoothServerSocket { implementation
80 BluetoothServerSocket { in new()
92 BluetoothServerSocket { in make_l2cap_channel()
112 BluetoothServerSocket { in make_rfcomm_channel()
124 BluetoothServerSocket { in make_default_rfcomm_channel()
164 impl fmt::Display for BluetoothServerSocket { implementation
272 fn on_incoming_socket_ready(&mut self, socket: BluetoothServerSocket, status: BtStatus); in on_incoming_socket_ready() argument
[all …]
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothServerSocket.java73 public final class BluetoothServerSocket implements Closeable { class
101 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, int port) in BluetoothServerSocket() method in BluetoothServerSocket
124 /*package*/ BluetoothServerSocket( in BluetoothServerSocket() method in BluetoothServerSocket
146 /*package*/ BluetoothServerSocket(int type, boolean auth, boolean encrypt, ParcelUuid uuid) in BluetoothServerSocket() method in BluetoothServerSocket
DBluetoothAdapter.java3026 public BluetoothServerSocket listenUsingRfcommOn(int channel) throws IOException { in listenUsingRfcommOn()
3056 public BluetoothServerSocket listenUsingRfcommOn( in listenUsingRfcommOn()
3058 BluetoothServerSocket socket = in listenUsingRfcommOn()
3059 new BluetoothServerSocket( in listenUsingRfcommOn()
3103 public BluetoothServerSocket listenUsingRfcommWithServiceRecord(String name, UUID uuid) in listenUsingRfcommWithServiceRecord()
3290 public BluetoothServerSocket listenUsingInsecureRfcommWithServiceRecord(String name, UUID uuid) in listenUsingInsecureRfcommWithServiceRecord()
3335 public BluetoothServerSocket listenUsingEncryptedRfcommWithServiceRecord(String name, UUID uuid) in listenUsingEncryptedRfcommWithServiceRecord()
3342 private BluetoothServerSocket createNewRfcommSocketAndRecord( in createNewRfcommSocketAndRecord()
3344 BluetoothServerSocket socket; in createNewRfcommSocketAndRecord()
3346 new BluetoothServerSocket( in createNewRfcommSocketAndRecord()
[all …]
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/bluetooth/
DCustomUuidEirFragment.java22 import android.bluetooth.BluetoothServerSocket;
173 BluetoothServerSocket mSocket; in onCreateView()
255 private BluetoothServerSocket setUuidInEir(CompoundButton buttonView, boolean isChecked, in setUuidInEir()
256 EditText uuidText, BluetoothServerSocket socket) { in setUuidInEir()
/packages/modules/Bluetooth/android/pandora/server/src/
DL2cap.kt20 import android.bluetooth.BluetoothServerSocket
58 private var connectionServerSocketMap: HashMap<Connection, BluetoothServerSocket> = hashMapOf()
DRfcomm.kt20 import android.bluetooth.BluetoothServerSocket
59 private var serverMap: HashMap<Int, BluetoothServerSocket> = hashMapOf()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/
DSapService.java12 import android.bluetooth.BluetoothServerSocket;
88 private BluetoothServerSocket mServerSocket = null;
335 BluetoothServerSocket serverSocket; in run()
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth.rs24 BluetoothServerSocket, BluetoothSocket, BluetoothSocketManager, CallbackId,
782 #[dbus_propmap(BluetoothServerSocket)]
817 fn on_incoming_socket_ready(&mut self, socket: BluetoothServerSocket, status: BtStatus) { in on_incoming_socket_ready() argument
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt83 …fcommSocketAndRecord(Ljava/lang/String;Ljava/util/UUID;ZZ)Landroid/bluetooth/BluetoothServerSocket;
96 …uetooth/BluetoothAdapter;->listenUsingEncryptedRfcommOn(I)Landroid/bluetooth/BluetoothServerSocket;
97 …luetooth/BluetoothAdapter;->listenUsingInsecureL2capCoc(I)Landroid/bluetooth/BluetoothServerSocket;
98 …bluetooth/BluetoothAdapter;->listenUsingInsecureL2capOn(I)Landroid/bluetooth/BluetoothServerSocket;
99 …luetooth/BluetoothAdapter;->listenUsingInsecureRfcommOn(I)Landroid/bluetooth/BluetoothServerSocket;
100 …ndroid/bluetooth/BluetoothAdapter;->listenUsingL2capCoc(I)Landroid/bluetooth/BluetoothServerSocket;
101 Landroid/bluetooth/BluetoothAdapter;->listenUsingL2capOn(I)Landroid/bluetooth/BluetoothServerSocket;
102 …droid/bluetooth/BluetoothAdapter;->listenUsingL2capOn(IZZ)Landroid/bluetooth/BluetoothServerSocket;
103 …ndroid/bluetooth/BluetoothAdapter;->listenUsingRfcommOn(I)Landroid/bluetooth/BluetoothServerSocket;
104 Landroid/bluetooth/BluetoothAdapter;->listenUsingScoOn()Landroid/bluetooth/BluetoothServerSocket;
[all …]
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcallbacks.rs36 BluetoothServerSocket, BluetoothSocket, IBluetoothSocketManager,
1221 fn on_incoming_socket_ready(&mut self, socket: BluetoothServerSocket, status: BtStatus) { in on_incoming_socket_ready() argument
Ddbus_iface.rs50 BluetoothServerSocket, BluetoothSocket, CallbackId, IBluetoothSocketManager,
2070 #[dbus_propmap(BluetoothServerSocket)]
2277 fn on_incoming_socket_ready(&mut self, socket: BluetoothServerSocket, status: BtStatus) { in on_incoming_socket_ready() argument
/packages/modules/Bluetooth/framework/api/
Dcurrent.txt51 …d.Manifest.permission.BLUETOOTH_CONNECT) public android.bluetooth.BluetoothServerSocket listenUsin…
52 …d.Manifest.permission.BLUETOOTH_CONNECT) public android.bluetooth.BluetoothServerSocket listenUsin…
53 …d.Manifest.permission.BLUETOOTH_CONNECT) public android.bluetooth.BluetoothServerSocket listenUsin…
54 …d.Manifest.permission.BLUETOOTH_CONNECT) public android.bluetooth.BluetoothServerSocket listenUsin…
1065 public final class BluetoothServerSocket implements java.io.Closeable {
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java61 import android.bluetooth.BluetoothServerSocket;
2158 BluetoothServerSocket bluetoothServerSocket = in startRfcommListenerInternal()
2179 final BluetoothServerSocket mServerSocket;
2193 BluetoothServerSocket serverSocket, in RfcommListenerData()