Searched refs:getBluetoothDeviceName (Results 1 – 2 of 2) sorted by relevance
133 private fun getBluetoothDeviceName(device: BluetoothDevice): String { in <lambda>() method154 val bluetoothDeviceName = getBluetoothDeviceName(device) in <lambda>()
282 name = getBluetoothDeviceName(device) in <lambda>()287 private fun getBluetoothDeviceName(device: BluetoothDevice): Result<String> { in <lambda>() method