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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHealthAppConfiguration.java60 channelType) {
64 mChannelType = channelType;
148 int channelType = in.readInt();
150 channelType);
59 BluetoothHealthAppConfiguration(String name, int dataType, int role, int channelType) argument
H A DBluetoothHealth.java163 * @param channelType The channel type. Will be one of
171 int channelType, BluetoothHealthCallback callback) {
173 if (!isEnabled() || !checkAppParam(name, role, channelType, callback)) return result;
178 new BluetoothHealthAppConfiguration(name, dataType, role, channelType);
260 BluetoothHealthAppConfiguration config, int channelType) {
264 return mService.connectChannelToSink(device, config, channelType);
555 private boolean checkAppParam(String name, int role, int channelType, argument
558 (channelType != CHANNEL_TYPE_RELIABLE &&
559 channelType != CHANNEL_TYPE_STREAMING &&
560 channelType !
170 registerAppConfiguration(String name, int dataType, int role, int channelType, BluetoothHealthCallback callback) argument
259 connectChannelToSink(BluetoothDevice device, BluetoothHealthAppConfiguration config, int channelType) argument
[all...]

Completed in 50 milliseconds