Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapObexServer.java320 if ((mRemoteFeatureMask & BluetoothMapUtils.MAP_FEATURE_MESSAGE_FORMAT_V11_BIT) in setRemoteFeatureMask()
321 == BluetoothMapUtils.MAP_FEATURE_MESSAGE_FORMAT_V11_BIT) { in setRemoteFeatureMask()
405 if ((mRemoteFeatureMask & BluetoothMapUtils.MAP_FEATURE_MESSAGE_FORMAT_V11_BIT) in onConnect()
406 == BluetoothMapUtils.MAP_FEATURE_MESSAGE_FORMAT_V11_BIT) { in onConnect()
DBluetoothMapUtils.java76 static final int MAP_FEATURE_MESSAGE_FORMAT_V11_BIT = 1 << 8; field in BluetoothMapUtils