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

/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java361 BluetoothHealthAppConfiguration config, int channelType) {
364 return service.connectChannelToSink(device, config, channelType);
438 BluetoothHealthAppConfiguration config, int channelType) {
440 return connectChannel(device, config, channelType);
579 BluetoothHealthAppConfiguration config, int channelType) {
585 HealthChannel chan = new HealthChannel(device, config, channelType);
741 private int convertChannelTypeToHal(int channelType) { argument
742 if (channelType == BluetoothHealth.CHANNEL_TYPE_RELIABLE) return CHANNEL_TYPE_RELIABLE;
743 if (channelType == BluetoothHealth.CHANNEL_TYPE_STREAMING) return CHANNEL_TYPE_STREAMING;
744 if (channelType
360 connectChannelToSink(BluetoothDevice device, BluetoothHealthAppConfiguration config, int channelType) argument
437 connectChannelToSink(BluetoothDevice device, BluetoothHealthAppConfiguration config, int channelType) argument
578 connectChannel(BluetoothDevice device, BluetoothHealthAppConfiguration config, int channelType) argument
851 HealthChannel(BluetoothDevice device, BluetoothHealthAppConfiguration config, int channelType) argument
908 registerHealthAppNative(int dataType, int role, String name, int channelType) argument
[all...]

Completed in 354 milliseconds