Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/pandora/server/src/
DL2cap.kt87 val bluetoothServerSocket = in listenL2CAPChannel() constant
106 val bluetoothServerSocket = connectionServerSocketMap[connection] in acceptL2CAPChannel() constant
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java2158 BluetoothServerSocket bluetoothServerSocket = in startRfcommListenerInternal() local