Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
DHealthService.java431 return connectChannel(device, config, BluetoothHealth.CHANNEL_TYPE_ANY); in connectChannelToSource()
437 return connectChannel(device, config, channelType); in connectChannelToSink()
575 private boolean connectChannel(BluetoothDevice device, in connectChannel() method in HealthService