Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterProperties.java147 private boolean mIsLeConnectedIsochronousStreamCentralSupported; field in AdapterProperties
518 return mIsLeConnectedIsochronousStreamCentralSupported; in isLeConnectedIsochronousStreamCentralSupported()
1087 mIsLeConnectedIsochronousStreamCentralSupported = ((0xFF & ((int) val[25])) != 0); in updateFeatureSupport()
1133 + mIsLeConnectedIsochronousStreamCentralSupported in updateFeatureSupport()