Searched defs: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);
432 BluetoothHealthAppConfiguration config, int channelType) {
434 return connectChannel(device, config, channelType);
573 BluetoothHealthAppConfiguration config, int channelType) {
579 HealthChannel chan = new HealthChannel(device, config, channelType);
736 private int convertChannelTypeToHal(int channelType) { argument
737 if (channelType == BluetoothHealth.CHANNEL_TYPE_RELIABLE) return CHANNEL_TYPE_RELIABLE;
738 if (channelType == BluetoothHealth.CHANNEL_TYPE_STREAMING) return CHANNEL_TYPE_STREAMING;
739 if (channelType
360 connectChannelToSink(BluetoothDevice device, BluetoothHealthAppConfiguration config, int channelType) argument
431 connectChannelToSink(BluetoothDevice device, BluetoothHealthAppConfiguration config, int channelType) argument
572 connectChannel(BluetoothDevice device, BluetoothHealthAppConfiguration config, int channelType) argument
829 HealthChannel(BluetoothDevice device, BluetoothHealthAppConfiguration config, int channelType) argument
886 registerHealthAppNative(int dataType, int role, String name, int channelType) argument
[all...]

Completed in 83 milliseconds