Loading src/com/android/bluetooth/map/BluetoothMapContent.java +6 −4 Original line number Diff line number Diff line Loading @@ -1497,10 +1497,12 @@ public class BluetoothMapContent { if (msgType == -1) return true; if ((msgType & 0x16) == 0) if ((msgType & 0x04) == 0) { return true; } else { if (V) Log.v(TAG, "Invalid Message Filter"); return false; } } Loading Loading
src/com/android/bluetooth/map/BluetoothMapContent.java +6 −4 Original line number Diff line number Diff line Loading @@ -1497,10 +1497,12 @@ public class BluetoothMapContent { if (msgType == -1) return true; if ((msgType & 0x16) == 0) if ((msgType & 0x04) == 0) { return true; } else { if (V) Log.v(TAG, "Invalid Message Filter"); return false; } } Loading