Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java596 public byte[] supportedFeature; field in BluetoothPbapObexServer.AppParamValue
619 supportedFeature = new byte[]{0x00, 0x00, 0x00, 0x00}; in AppParamValue()
654 appParamValue.supportedFeature[index] = appParam[i + index]; in parseApplicationParameter()
1482 return ((ByteBuffer.wrap(mConnAppParamValue.supportedFeature).getInt() & featureBitMask) in checkPbapFeatureSupport()