Home
last modified time | relevance | path

Searched refs:toConnection (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/pandora/server/src/
DHost.kt306 .setConnection(bluetoothDevice.toConnection(TRANSPORT_BREDR)) in waitConnection()
365 .setConnection(bluetoothDevice.toConnection(TRANSPORT_BREDR)) in connect()
447 .setConnection(bluetoothDevice.toConnection(TRANSPORT_LE)) in connectLE()
577 .toConnection(TRANSPORT_LE) in advertise()
DPan.kt101 .setConnection(device.toConnection(TRANSPORT_BREDR)) in connectPan()
DUtils.kt349 fun BluetoothDevice.toConnection(transport: Int): Connection { in Intent() method