Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothSocketSettings.java150 private final String mSocketName; field in BluetoothSocketSettings
266 return mSocketName; in getSocketName()
353 .append(mSocketName) in toString()
384 mSocketName = socketName; in BluetoothSocketSettings()
400 private String mSocketName = BluetoothSocket.DEFAULT_SOCKET_NAME; field in BluetoothSocketSettings.Builder
584 mSocketName = requireNonNull(socketName); in setSocketName()
707 mSocketName, in build()
DBluetoothSocket.java172 private final String mSocketName; field in BluetoothSocket
317 mSocketName = socketName; in BluetoothSocket()
447 mSocketName = socketName; in BluetoothSocket()
508 mSocketName = s.mSocketName; in BluetoothSocket()
681 mSocketName, in connect()
866 mSocketName, in bindListenWithOffload()