Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
DHealthService.java361 BluetoothHealthAppConfiguration config, int channelType) { in connectChannelToSink() argument
364 return service.connectChannelToSink(device, config, channelType); in connectChannelToSink()
438 BluetoothHealthAppConfiguration config, int channelType) { in connectChannelToSink() argument
440 return connectChannel(device, config, channelType); in connectChannelToSink()
579 BluetoothHealthAppConfiguration config, int channelType) { in connectChannel() argument
585 HealthChannel chan = new HealthChannel(device, config, channelType); in connectChannel()
741 private int convertChannelTypeToHal(int channelType) { in convertChannelTypeToHal() argument
742 if (channelType == BluetoothHealth.CHANNEL_TYPE_RELIABLE) return CHANNEL_TYPE_RELIABLE; in convertChannelTypeToHal()
743 if (channelType == BluetoothHealth.CHANNEL_TYPE_STREAMING) return CHANNEL_TYPE_STREAMING; in convertChannelTypeToHal()
744 if (channelType == BluetoothHealth.CHANNEL_TYPE_ANY) return CHANNEL_TYPE_ANY; in convertChannelTypeToHal()
[all …]