Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java682 public byte[] supportedFeature; field in BluetoothPbapObexServer.AppParamValue
705 supportedFeature = new byte[] {0x00, 0x00, 0x00, 0x00}; in AppParamValue()
757 appParamValue.supportedFeature[index] = appParam[i + index]; in parseApplicationParameter()
1835 return ((ByteBuffer.wrap(mConnAppParamValue.supportedFeature).getInt() & featureBitMask) in checkPbapFeatureSupport()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServerTest.java819 assertThat(appParamValue.supportedFeature).isEqualTo(expectedSupportedFeature); in parseApplicationParameter_withSupportedFeatureTagid()