Home
last modified time | relevance | path

Searched refs:bluetoothServerSocket (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/pandora/server/src/
DL2cap.kt87 val bluetoothServerSocket = in listenL2CAPChannel() constant
93 connectionServerSocketMap[connection] = bluetoothServerSocket in listenL2CAPChannel()
106 val bluetoothServerSocket = connectionServerSocketMap[connection] in acceptL2CAPChannel() constant
109 bluetoothServerSocket!!.accept(BLUETOOTH_SERVER_SOCKET_TIMEOUT) in acceptL2CAPChannel()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java2158 BluetoothServerSocket bluetoothServerSocket = in startRfcommListenerInternal() local
2162 new RfcommListenerData(bluetoothServerSocket, name, intent, attributionSource); in startRfcommListenerInternal()