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

/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java350 BluetoothHealthAppConfiguration config, int channelType) {
353 return service.connectChannelToSink(device, config, channelType);
421 BluetoothHealthAppConfiguration config, int channelType) {
423 return connectChannel(device, config, channelType);
562 BluetoothHealthAppConfiguration config, int channelType) {
568 HealthChannel chan = new HealthChannel(device, config, channelType);
725 private int convertChannelTypeToHal(int channelType) { argument
726 if (channelType == BluetoothHealth.CHANNEL_TYPE_RELIABLE) return CHANNEL_TYPE_RELIABLE;
727 if (channelType == BluetoothHealth.CHANNEL_TYPE_STREAMING) return CHANNEL_TYPE_STREAMING;
728 if (channelType
349 connectChannelToSink(BluetoothDevice device, BluetoothHealthAppConfiguration config, int channelType) argument
420 connectChannelToSink(BluetoothDevice device, BluetoothHealthAppConfiguration config, int channelType) argument
561 connectChannel(BluetoothDevice device, BluetoothHealthAppConfiguration config, int channelType) argument
818 HealthChannel(BluetoothDevice device, BluetoothHealthAppConfiguration config, int channelType) argument
875 registerHealthAppNative(int dataType, int role, String name, int channelType) argument
[all...]

Completed in 40 milliseconds