Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/pandora/server/src/
DHost.kt317 .setConnection(bluetoothDevice.toConnection(TRANSPORT_BREDR)) in waitConnection()
376 .setConnection(bluetoothDevice.toConnection(TRANSPORT_BREDR)) in connect()
457 .setConnection(bluetoothDevice.toConnection(TRANSPORT_LE)) in connectLE()
587 .toConnection(TRANSPORT_LE) in advertise()
DPan.kt103 .setConnection(device.toConnection(TRANSPORT_BREDR)) in connectPan()
DUtils.kt349 fun BluetoothDevice.toConnection(transport: Int): Connection { in Intent() method
DHap.kt112 PresetInfoChanged(device.toConnection(TRANSPORT_LE), presetInfoList, reason) in <lambda>()