Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DBluetoothCodecConfig.java160 public @interface ChannelMode {} annotation in BluetoothCodecConfig
175 private final @ChannelMode int mChannelMode;
184 @ChannelMode int channelMode, long codecSpecific1, in BluetoothCodecConfig()
503 public @ChannelMode int getChannelMode() { in getChannelMode()