Home
last modified time | relevance | path

Searched defs:bluetoothSocket (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/fastpair_provider/src/android/nearby/fastpair/provider/bluetooth/
DRfcommServer.java168 private void startListen(BluetoothSocket bluetoothSocket) { in startListen()
181 private void listen(BluetoothSocket bluetoothSocket) { in listen()
218 private void handleListenException(BluetoothSocket bluetoothSocket) { in handleListenException()
261 BluetoothSocket bluetoothSocket = this.mSocket; in send() local
/packages/modules/Bluetooth/android/pandora/server/src/com/android/pandora/
DL2cap.kt92 val bluetoothSocket = bluetoothServerSocket!!.accept(BLUETOOTH_SERVER_SOCKET_TIMEOUT) in acceptL2CAPChannel() constant
118 val bluetoothSocket = in createLECreditBasedChannel() constant
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothSocket.java254 BluetoothSocket bluetoothSocket = in createSocketFromOpenFd() local